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": "thirdparty_bounds_checking_function", 14 "subsystem": "securec", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [], 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 "test": [] 28 } 29 } 30}