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 "json", 21 "zlib" 22 ] 23 }, 24 "build": { 25 "sub_component": [ 26 "//developtools/packing_tool:packing_tool", 27 "//developtools/packing_tool:ohos_packing_tool" 28 ] 29 } 30 } 31}