Files
liujialiang 87d6a73161 decoupling bounds-checking-function & utils-base
Signed-off-by: liujialiang <liujialiang10@huawei.com>
Change-Id: Ie0254a0ae9d35a429e57395f5e1991e63cdff399
2022-02-19 19:21:09 +08:00

30 lines
948 B
JSON

{
"name": "@ohos/bounds_checking_function",
"description": "following the standard of C11 Annex K (bound-checking interfaces), functions of the common memory/string operation classes, such as memcpy_s, strcpy_s, are selected and implemented.",
"version": "3.1",
"license": "MulanPSL-2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/bounds_checking_function"
},
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_bounds_checking_function",
"subsystem": "securec",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [ "//third_party/bounds_checking_function:libsec_shared" ],
"inner_kits": [],
"test": []
}
}
}