1{ 2 "name": "packing_tool", 3 "version": "3.2", 4 "license": "Apache License 2.0", 5 "publishAs": "code-segment", 6 "description": "packing_tool for openharmony", 7 "segment": { 8 "destPath": "developtools/packing_tool" 9 }, 10 "keywords": [ 11 "packing", 12 "unpacking" 13 ], 14 "component": { 15 "name": "packing_tool", 16 "subsystem": "developtools", 17 "adapted_system_type": [ "mini", "small", "standard" ], 18 "deps": { 19 "components": [ 20 "bounds_checking_function", 21 "cJSON", 22 "hilog", 23 "openssl", 24 "zlib" 25 ] 26 }, 27 "build": { 28 "sub_component": [ 29 "//developtools/packing_tool:packing_tool", 30 "//developtools/packing_tool:ohos_packing_tool" 31 ], 32 "test": [ 33 "//developtools/packing_tool/packing_tool/frameworks/test/unittest:unittest" 34 ] 35 } 36 } 37} 38