1{ 2 "name": "@ohos/syscap_codec", 3 "description": "SystemCapability encode/decode.", 4 "version": "3.1", 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": [], 16 "feature": [], 17 "adapted_system_type": [ "small", "standard" ], 18 "deps": { 19 "components": [], 20 "third_party": [ 21 "bounds_checking_function", 22 "thirdparty_cjson" 23 ] 24 }, 25 "build": { 26 "sub_component": [ "//developtools/syscap_codec:syscap_codec" ], 27 "inner_kits": [], 28 "test": [] 29 } 30 } 31}