mirror of
https://github.com/openharmony/third_party_bounds_checking_function.git
synced 2026-07-01 22:44:05 -04:00
!31 添加bounds_checking_function独立的子系统与部件
Merge pull request !31 from JokerXD_liu/dev
This commit is contained in:
@@ -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
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user