增加sandbox沙盒功能

Signed-off-by: xlei1030 <xionglei6@huawei.com>
This commit is contained in:
xlei1030 2022-06-09 04:51:59 -07:00
parent 7ccfb0c3f3
commit 6bb33cd598
2 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,9 @@ ohos_shared_library("ipc_core") {
"hitrace_native:libhitrace",
"hiviewdfx_hilog_native:libhilog",
]
install_images = [ system_base_dir ]
relative_install_dir = "chipset-pub-sdk"
subsystem_name = "communication"
part_name = "ipc"
}

View File

@ -63,6 +63,10 @@ ohos_shared_library("ipc_single") {
"hitrace_native:libhitrace",
"hiviewdfx_hilog_native:libhilog",
]
install_images = [ system_base_dir ]
relative_install_dir = "chipset-pub-sdk"
subsystem_name = "communication"
part_name = "ipc"
}