未验证 提交 a43d234d 编写于 作者: O openharmony_ci 提交者: Gitee

!31 添加bounds_checking_function独立的子系统与部件

Merge pull request !31 from JokerXD_liu/dev
......@@ -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.
先完成此消息的编辑!
想要评论请 注册