blob: 5aaf5d832bbc3df61117e0c956a51b9e34a56594 [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/provider_bin_cpp",
// format is [<owner_name>, <inital_balance_cents>]
args: [
"A",
"23",
],
},
capabilities: [
{ service: "fuchsia.examples.services.BankAccount" },
],
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
{
service: "fuchsia.examples.services.BankAccount",
from: "self",
},
],
}