Sign in
fuchsia
/
fuchsia
/
745d7ec4a220
/
.
/
examples
/
components
/
basic
/
meta
/
ls_root_pkg.cml
blob: 1e8350cb6dcec73c6b21496c13713f6cbe29c36c [
file
] [
log
] [
blame
]
{
program
:
{
binary
:
"bin/ls_root_pkg"
,
},
use
:
[
{
runner
:
"elf"
},
{
directory
:
"pkg"
,
rights
:
[
"rw*"
],
path
:
"/root_pkg"
,
},
{
protocol
:
"fuchsia.logger.LogSink"
},
],
}