blob: 3c1c002804b6679194bc25fe0d64c2fef696e0d4 [file] [log] [blame]
{
include: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/launcher",
args: [ "kcounter" ],
},
use: [
{ protocol: "fuchsia.kernel.Counter" },
],
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
],
}