1{ 2 "name": "@ohos/bounds_checking_function", 3 "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.", 4 "version": "3.1", 5 "license": "MulanPSL-2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/bounds_checking_function" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "bounds_checking_function", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ "mini", "small", "standard" ], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [], 22 "third_party": [] 23 }, 24 "build": { 25 "sub_component": [ "//third_party/bounds_checking_function:libsec_shared" ], 26 "inner_kits": [ 27 { 28 "name": "//third_party/bounds_checking_function:libsec_shared", 29 "header": { 30 "header_files": [ 31 "securec.h", 32 "securectype.h" 33 ], 34 "header_base": "//third_party/bounds_checking_function/include" 35 } 36 } 37 ], 38 "test": [] 39 } 40 } 41}