mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 06:20:05 -04:00
c151efcd8c
Signed-off-by: wangfenging <wangfeng277@huawei.com>
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"global": {
|
|
"sandbox-root" : "/mnt/debugtmp/<currentUserId>/debug_hap/<variablePackageName>"
|
|
},
|
|
"required": {
|
|
"system-const": {},
|
|
"app-variable": {
|
|
"mount-paths": [{
|
|
"src-path" : "/data/app/el1/<currentUserId>/base/<variablePackageName>",
|
|
"sandbox-path" : "/data/storage/el1/base"
|
|
}, {
|
|
"src-path" : "/data/app/el1/<currentUserId>/database/<variablePackageName>",
|
|
"sandbox-path" : "/data/storage/el1/database"
|
|
}, {
|
|
"src-path" : "/data/app/el2/<currentUserId>/base/<variablePackageName>",
|
|
"sandbox-path" : "/data/storage/el2/base"
|
|
}, {
|
|
"src-path" : "/data/app/el2/<currentUserId>/database/<variablePackageName>",
|
|
"sandbox-path" : "/data/storage/el2/database"
|
|
}]
|
|
}
|
|
},
|
|
"conditional": {
|
|
"permission": [{
|
|
"name": "ohos.permission.PROTECT_SCREEN_LOCK_DATA",
|
|
"mount-paths": [{
|
|
"src-path" : "/data/app/el5/<currentUserId>/base/<variablePackageName>",
|
|
"sandbox-path" : "/data/storage/el5/base"
|
|
}, {
|
|
"src-path" : "/data/app/el5/<currentUserId>/database/<variablePackageName>",
|
|
"sandbox-path" : "/data/storage/el5/database"
|
|
}]
|
|
}]
|
|
}
|
|
} |