blob: 5b9f7bf705c5a0edf13c4f118430f7fc2be98146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"facets": {
"fuchsia.test": {
"injected-services": {
"fuchsia.intl.PropertyProvider": "fuchsia-pkg://fuchsia.com/intl_property_manager#meta/intl_property_manager.cmx"
},
"system-services": [
"fuchsia.boot.ReadOnlyLog"
]
}
},
"sandbox": {
"dev": [
"null",
"zero"
],
"features": [
"isolated-persistent-storage",
"isolated-temp"
],
"services": [
"fuchsia.intl.PropertyProvider",
"fuchsia.logger.LogSink",
"fuchsia.media.ProfileProvider",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
"fuchsia.sys.Loader"
]
}
}
|