1{ 2 "name": "@ohos/syscap_codec", 3 "description": "System capability encode and decode.", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "pubiishAs": "code-segment", 7 "segment": { 8 "destPath": "developtools/syscap_codec" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "syscap_codec", 14 "subsystem": "developtools", 15 "syscap": [ "SystemCapability.Developtools.Syscap" ], 16 "feature": [], 17 "adapted_system_type": [ "small", "standard" ], 18 "deps": { 19 "components": [ 20 "napi", 21 "hiviewdfx_hilog_native" 22 ], 23 "third_party": [ 24 "bounds_checking_function", 25 "cjson" 26 ] 27 }, 28 "build": { 29 "sub_component": [ 30 "//developtools/syscap_codec:syscap_codec" 31 ], 32 "inner_kits": [ 33 { 34 "header": { 35 "header_base": "//developtools/syscap_codec/interfaces/inner_api", 36 "header_files": [ "syscap_interface.h" ] 37 }, 38 "name": "//developtools/syscap_codec:syscap_interface_shared" 39 } 40 ], 41 "test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ] 42 } 43 } 44} 45