提交 d3ec4c2b 编写于 作者: L liujialiang

decoupling bounds-checking-function & utils-base

Signed-off-by: Nliujialiang <liujialiang10@huawei.com>
Change-Id: Ie0254a0ae9d35a429e57395f5e1991e63cdff399
上级 5d0fe103
......@@ -67,6 +67,7 @@ if (defined(ohos_lite)) {
ohos_shared_library("libsec_shared") {
sources = libsec_sources
public_configs = [ ":libsec_public_config" ]
subsystem_name = "securec"
cflags = [
"-D_INC_STRING_S",
"-D_INC_WCHAR_S",
......@@ -76,7 +77,7 @@ if (defined(ohos_lite)) {
"-D_INC_STDLIB_S",
"-D_INC_MEMORY_S",
]
part_name = "utils_base"
part_name = "thirdparty_bounds_checking_function"
install_images = [
"system",
"updater",
......
......@@ -11,7 +11,7 @@
"scripts": {},
"component": {
"name": "thirdparty_bounds_checking_function",
"subsystem": "",
"subsystem": "securec",
"syscap": [],
"features": [],
"adapted_system_type": [],
......@@ -22,7 +22,7 @@
"third_party": []
},
"build": {
"sub_component": [],
"sub_component": [ "//third_party/bounds_checking_function:libsec_shared" ],
"inner_kits": [],
"test": []
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册