!1705 补充gpu进程shader挂载路径

Merge pull request !1705 from yuchen/yuchen
This commit is contained in:
openharmony_ci 2024-11-15 10:17:09 +00:00 committed by Gitee
commit 62acf5459f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -728,6 +728,26 @@
"sandbox-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/vendor/etc/vulkan/icd.d",
"sandbox-path" : "/vendor/etc/vulkan/icd.d",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/data/local/shader_cache/local/<PackageName>",
"sandbox-path" : "/data/storage/shader_cache/local",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/data/local/shader_cache/cloud/<PackageName>",
"sandbox-path" : "/data/storage/shader_cache/cloud",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/data/local/shader_cache/cloud/common",
"sandbox-path" : "/data/storage/shader_cache/common",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}
],
"symbol-links" : [{