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

Merge pull request !31 from JokerXD_liu/dev
This commit is contained in:
openharmony_ci
2022-02-23 02:53:32 +00:00
committed by Gitee
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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",
+2 -2
View File
@@ -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": []
}