blob: b4d73e0d6d7f7a64b28901174a7001589895f3a2 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/fake-system-update-committer",
},
capabilities: [
{
protocol: [ "fuchsia.update.CommitStatusProvider" ],
},
],
expose: [
{
protocol: [ "fuchsia.update.CommitStatusProvider" ],
from: "self",
},
],
}