blob: 9ce8c8dfcd954c10625f23f7b2fbad5088a9ea6c [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: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
// Information about the program to run.
program: {
// Use the built-in ELF runner to run native binaries.
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.NameLookup" }
],
}