1{ 2 "name": "@ohos/syscap_codec", 3 "description": "System capability encode and decode.", 4 "version": "4.0.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "homePage": "https://gitee.com/openharmony", 8 "repository": "https://gitee.com/openharmony/developtools_syscap_codec", 9 "supplier": "Origanization: OpenHarmony", 10 "segment": { 11 "destPath": "developtools/syscap_codec" 12 }, 13 "dirs": {}, 14 "scripts": {}, 15 "component": { 16 "name": "syscap_codec", 17 "subsystem": "developtools", 18 "syscap": [ "SystemCapability.Developtools.Syscap" ], 19 "features": [ 20 "syscap_codec_config_path", 21 "syscap_codec_config_extern_path" 22 ], 23 "adapted_system_type": [ "small", "standard" ], 24 "rom": "0", 25 "ram": "0", 26 "deps": { 27 "components": [ 28 "napi", 29 "bounds_checking_function", 30 "cJSON", 31 "runtime_core" 32 ], 33 "third_party": [] 34 }, 35 "build": { 36 "sub_component": [ 37 "//developtools/syscap_codec:syscap_codec", 38 "//developtools/syscap_codec/taihe:taihe_group" 39 ], 40 "inner_kits": [ 41 { 42 "header": { 43 "header_base": "//developtools/syscap_codec/interfaces/inner_api", 44 "header_files": [ "syscap_interface.h" ] 45 }, 46 "name": "//developtools/syscap_codec:syscap_interface_shared" 47 } 48 ], 49 "test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ] 50 } 51 } 52} 53