1d9f0492fSopenharmony_ci{
2d9f0492fSopenharmony_ci    "sandbox-root" : "/mnt/sandbox/system",
3d9f0492fSopenharmony_ci    "mount-bind-paths" : [{
4d9f0492fSopenharmony_ci            "src-path" : "/system/bin",
5d9f0492fSopenharmony_ci            "sandbox-path" : "/system/bin",
6d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
7d9f0492fSopenharmony_ci        }, {
8d9f0492fSopenharmony_ci            "src-path" : "/system/etc",
9d9f0492fSopenharmony_ci            "sandbox-path" : "/system/etc",
10d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
11d9f0492fSopenharmony_ci        }, {
12d9f0492fSopenharmony_ci            "src-path" : "/system/lib",
13d9f0492fSopenharmony_ci            "sandbox-path" : "/system/lib",
14d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
15d9f0492fSopenharmony_ci        }, {
16d9f0492fSopenharmony_ci            "src-path" : "/system/profile",
17d9f0492fSopenharmony_ci            "sandbox-path" : "/system/profile",
18d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
19d9f0492fSopenharmony_ci        }, {
20d9f0492fSopenharmony_ci            "src-path" : "/system/app",
21d9f0492fSopenharmony_ci            "sandbox-path" : "/system/app",
22d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ],
23d9f0492fSopenharmony_ci            "ignore": 1
24d9f0492fSopenharmony_ci        }, {
25d9f0492fSopenharmony_ci            "src-path" : "/system/fonts",
26d9f0492fSopenharmony_ci            "sandbox-path" : "/system/fonts",
27d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ],
28d9f0492fSopenharmony_ci            "ignore": 1
29d9f0492fSopenharmony_ci        }, {
30d9f0492fSopenharmony_ci            "src-path" : "/system/usr",
31d9f0492fSopenharmony_ci            "sandbox-path" : "/system/usr",
32d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ],
33d9f0492fSopenharmony_ci            "ignore": 1
34d9f0492fSopenharmony_ci        }, {
35d9f0492fSopenharmony_ci	    "src-path" : "/system/resource",
36d9f0492fSopenharmony_ci            "sandbox-path" : "/system/resource",
37d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
38d9f0492fSopenharmony_ci        }, {
39d9f0492fSopenharmony_ci            "src-path" : "/vendor/lib/chipsetsdk",
40d9f0492fSopenharmony_ci            "sandbox-path" : "/vendor/lib/chipsetsdk",
41d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
42d9f0492fSopenharmony_ci        }, {
43d9f0492fSopenharmony_ci            "src-path" : "/vendor/lib/chipset-sdk",
44d9f0492fSopenharmony_ci            "sandbox-path" : "/vendor/lib/chipset-sdk",
45d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
46d9f0492fSopenharmony_ci        }, {
47d9f0492fSopenharmony_ci            "src-path" : "/dev",
48d9f0492fSopenharmony_ci            "sandbox-path" : "/dev",
49d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
50d9f0492fSopenharmony_ci        }, {
51d9f0492fSopenharmony_ci            "src-path" : "/proc",
52d9f0492fSopenharmony_ci            "sandbox-path" : "/proc",
53d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
54d9f0492fSopenharmony_ci        }, {
55d9f0492fSopenharmony_ci            "src-path" : "/data",
56d9f0492fSopenharmony_ci            "sandbox-path" : "/data",
57d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
58d9f0492fSopenharmony_ci        }, {
59d9f0492fSopenharmony_ci            "src-path" : "/log",
60d9f0492fSopenharmony_ci            "sandbox-path" : "/log",
61d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
62d9f0492fSopenharmony_ci        }, {
63d9f0492fSopenharmony_ci            "src-path" : "/sys",
64d9f0492fSopenharmony_ci            "sandbox-path" : "/sys",
65d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
66d9f0492fSopenharmony_ci        }, {
67d9f0492fSopenharmony_ci            "src-path" : "/config",
68d9f0492fSopenharmony_ci            "sandbox-path" : "/config",
69d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ],
70d9f0492fSopenharmony_ci            "ignore": 1
71d9f0492fSopenharmony_ci        }, {
72d9f0492fSopenharmony_ci            "src-path" : "/mnt",
73d9f0492fSopenharmony_ci            "sandbox-path" : "/mnt",
74d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "private" ]
75d9f0492fSopenharmony_ci        }, {
76d9f0492fSopenharmony_ci            "src-path" : "/sys_prod",
77d9f0492fSopenharmony_ci            "sandbox-path" : "/sys_prod",
78d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
79d9f0492fSopenharmony_ci        }, {
80d9f0492fSopenharmony_ci            "src-path" : "/vendor/etc",
81d9f0492fSopenharmony_ci            "sandbox-path" : "/vendor/etc",
82d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
83d9f0492fSopenharmony_ci        }, {
84d9f0492fSopenharmony_ci            "src-path" : "/chipset/etc",
85d9f0492fSopenharmony_ci            "sandbox-path" : "/chipset/etc",
86d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
87d9f0492fSopenharmony_ci        }, {
88d9f0492fSopenharmony_ci            "src-path" : "/chip_prod/etc",
89d9f0492fSopenharmony_ci            "sandbox-path" : "/chip_prod/etc",
90d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
91d9f0492fSopenharmony_ci        }, {
92d9f0492fSopenharmony_ci            "src-path" : "/module_update",
93d9f0492fSopenharmony_ci            "sandbox-path" : "/module_update",
94d9f0492fSopenharmony_ci            "sandbox-flags" : [ "bind", "rec", "private" ]
95d9f0492fSopenharmony_ci        }
96d9f0492fSopenharmony_ci    ],
97d9f0492fSopenharmony_ci    "mount-bind-files" : [{
98d9f0492fSopenharmony_ci    }],
99d9f0492fSopenharmony_ci    "symbol-links" : [{
100d9f0492fSopenharmony_ci            "target-name" : "/system/lib",
101d9f0492fSopenharmony_ci            "link-name" : "/lib"
102d9f0492fSopenharmony_ci        }, {
103d9f0492fSopenharmony_ci            "target-name" : "/system/bin",
104d9f0492fSopenharmony_ci            "link-name" : "/bin"
105d9f0492fSopenharmony_ci        }, {
106d9f0492fSopenharmony_ci            "target-name" : "/system/etc",
107d9f0492fSopenharmony_ci            "link-name" : "/etc"
108d9f0492fSopenharmony_ci        }
109d9f0492fSopenharmony_ci    ]
110d9f0492fSopenharmony_ci}
111