1{ 2 "name": "@ohos/system_resources", 3 "version": "4.0", 4 "description": "global resources at the system level", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/resources", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "resources" 15 ], 16 "keywords": [ 17 "global", 18 "resources" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "base/global/system_resources" 36 }, 37 "component": { 38 "name": "system_resources", 39 "subsystem": "global", 40 "syscap": [], 41 "features": [ 42 "system_resources_support_ext", 43 "system_resources_font_feature_product" 44 ], 45 "adapted_system_type": [ 46 "standard" 47 ], 48 "rom": "792KB", 49 "ram": "700KB", 50 "deps": { 51 "components": [], 52 "third_party": [] 53 }, 54 "build": { 55 "sub_component": [ 56 "//base/global/system_resources/systemres:systemres_hap", 57 "//base/global/system_resources:ohos_fonts" 58 ], 59 "inner_kits": [ 60 { 61 "name":"//base/global/system_resources:ohos_fonts" 62 } 63 ], 64 "test": [] 65 } 66 } 67}