提交 7ac1cc2e 编写于 作者: Z Zheng Yongjun

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

Signed-off-by: NZheng Yongjun <zhengyongjun3@huawei.com>
上级 a826c6d3
......@@ -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.
先完成此消息的编辑!
想要评论请 注册