1{ 2 "name": "@ohos/global_resource_tool", 3 "description": "OpenHarmony resource compile.", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "pubiishAs": "code-segment", 7 "segment": { 8 "destPath": "developtools/global_resource_tool" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "global_resource_tool", 14 "subsystem": "developtools", 15 "syscap": [], 16 "feature": [], 17 "adapted_system_type": [ "mini", "small", "standard" ], 18 "rom": "0KB", 19 "ram": "0KB", 20 "deps": { 21 "components": [], 22 "third_party": [ 23 "bounds_checking_function", 24 "cJSON", 25 "libpng" 26 ] 27 }, 28 "build": { 29 "sub_component": [ "//developtools/global_resource_tool:restool" ], 30 "inner_kits": [], 31 "test": [] 32 } 33 } 34 } 35