mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-12-04 14:18:48 +00:00
增加sandbox沙盒功能
Signed-off-by: xlei1030 <xionglei6@huawei.com>
This commit is contained in:
parent
7ccfb0c3f3
commit
6bb33cd598
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user