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 ], 44 "adapted_system_type": [ 45 "standard" 46 ], 47 "rom": "792KB", 48 "ram": "700KB", 49 "deps": { 50 "components": [], 51 "third_party": [] 52 }, 53 "build": { 54 "sub_component": [ 55 "//base/global/system_resources/systemres:systemres_hap" 56 ], 57 "inner_kits": [], 58 "test": [] 59 } 60 } 61}