mirror of
https://github.com/openharmony/third_party_bounds_checking_function.git
synced 2026-07-13 23:05:22 -04:00
915865825c
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
30 lines
885 B
JSON
30 lines
885 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": "",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |