提交 3817020f 编写于 作者: X xionglei6

add: appspawn sandbox config json

Signed-off-by: Nxionglei6 <xionglei6@huawei.com>
上级 e0bef6df
......@@ -315,6 +315,18 @@ if (defined(ohos_lite)) {
module_install_dir = "etc/sandbox"
}
ohos_prebuilt_etc("privapp-sandbox.json") {
source = "//base/startup/init_lite/interfaces/innerkits/sandbox/privapp-sandbox.json"
part_name = "init"
module_install_dir = "etc/sandbox"
}
ohos_prebuilt_etc("app-sandbox.json") {
source = "//base/startup/init_lite/interfaces/innerkits/sandbox/app-sandbox.json"
part_name = "init"
module_install_dir = "etc/sandbox"
}
group("init_etc") {
deps = [
":app-sandbox.json",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册