未验证 提交 ee07f9d0 编写于 作者: O openharmony_ci 提交者: Gitee

!626 使能应用沙箱产品化配置,增加配置文件

Merge pull request !626 from zyj-alex/zhengyongjun/sandbox-config
......@@ -210,6 +210,12 @@ if (defined(ohos_lite)) {
module_install_dir = "etc/sandbox"
}
ohos_prebuilt_etc("product-sandbox.json") {
source = "//base/startup/appspawn_standard/product-sandbox.json"
part_name = "init"
module_install_dir = "etc/sandbox"
}
ohos_prebuilt_etc("init.reboot") {
source = "//base/startup/init_lite/services/etc/init.reboot.cfg"
part_name = "init"
......@@ -235,6 +241,7 @@ if (defined(ohos_lite)) {
":ohos_const.para",
":passwd",
":privapp-sandbox.json",
":product-sandbox.json",
":syscap.json",
":syscap.para",
":system-sandbox.json",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册