1{ 2 "name": "@ohos/global_resource_tool", 3 "description": "OpenHarmony resource compile.", 4 "version": "3.1", 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 "deps": { 19 "components": [], 20 "third_party": [ 21 "bounds_checking_function", 22 "libxml2", 23 "jsoncpp", 24 "sqlite" 25 ] 26 }, 27 "build": { 28 "sub_component": [ "//developtools/global_resource_tool:restool" ], 29 "inner_kits": [], 30 "test": [] 31 } 32 } 33 } 34