blob: 19465cc2976125c8a15d6d6e17b2a276c2299d44 [file] [log] [blame]
{{>copyright comment="//"}}
{{>generated comment="//"}}
// {{PROJECT_NAME}} component manifest.
// For information on manifest format and features,
// see https://fuchsia.dev/fuchsia-src/concepts/components/component_manifests.
{
include: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
// Information about the program to run.
program: {
// Use the built-in ELF runner.
runner: "elf",
// The binary to run for this component.
binary: "bin/{{PROJECT_NAME}}",
},
// Capabilities used by this component.
use: [
// List your component's dependencies here, ex:
// { protocol: "fuchsia.net.name.Lookup" }
],
}