blob: d009904f30073fc742c392dc538833638aeff5af [file] [log] [blame]
{
"program": {
"binary": "bin/example"
},
"uses": [
{
"type": "service",
"source_path": "/fonts/CoolFonts",
"target_path": "/svc/fuchsia.fonts.Provider"
}
],
"exposes": [
{
"type": "directory",
"source_path": "/volumes/blobfs",
"source": {
"relation": "self"
},
"target_path": "/volumes/blobfs"
}
],
"offers": [
{
"type": "service",
"source_path": "/svc/fuchsia.logger.Log",
"source": {
"relation": "child",
"child_name": "logger"
},
"targets": [
{
"target_path": "/svc/fuchsia.logger.Log",
"child_name": "netstack"
}
]
}
],
"children": [
{
"name": "logger",
"uri": "fuchsia-pkg://fuchsia.com/logger/stable#meta/logger.cm"
},
{
"name": "netstack",
"uri": "fuchsia-pkg://fuchsia.com/netstack/stable#meta/netstack.cm"
}
],
"facets": {
"author": "Fuchsia",
"year": 2018.0
}
}