提交 8fd927e2 编写于 作者: Z Zheng Yongjun

将 appdata-sandbox.json 应用沙箱配置文件放到 sandbox目录下

Signed-off-by: NZheng Yongjun <zhengyongjun3@huawei.com>
上级 25f2c195
......@@ -349,6 +349,12 @@ if (defined(ohos_lite)) {
module_install_dir = "etc/sandbox"
}
ohos_prebuilt_etc("appdata-sandbox.json") {
source = "//base/startup/appspawn_standard/appdata-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"
......@@ -358,6 +364,7 @@ if (defined(ohos_lite)) {
group("init_etc") {
deps = [
":app-sandbox.json",
":appdata-sandbox.json",
":boot.group",
":charing.group",
":chipset-sandbox.json",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册