blob: 3317deeb8c6ab406814799889ed8fb7149b886b8 [file] [log] [blame]
// Copyright 2021 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: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/provider_bin",
// format is [<owner_name>, <inital_balance_cents>]
args: [
"A",
"23",
],
},
capabilities: [
{ service: "fuchsia.examples.services.BankAccount" },
],
expose: [
{
service: "fuchsia.examples.services.BankAccount",
from: "self",
},
],
}