1{ 2 "name": "@ohos/resource_management_lite", 3 "version": "", 4 "description": "Obtains resource information based on the device type and configuration", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/global_resource_management_lite", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "base" 15 ], 16 "keywords": [ 17 "global", 18 "resmgr", 19 "lite" 20 ], 21 "envs": [], 22 "dirs": [], 23 "author": { 24 "name": "", 25 "email": "", 26 "url": "" 27 }, 28 "contributors": [ 29 { 30 "name": "", 31 "email": "", 32 "url": "" 33 } 34 ], 35 "segment": { 36 "destPath": "base/global/resource_management_lite" 37 }, 38 "component": { 39 "name": "resource_management_lite", 40 "subsystem": "global", 41 "syscap": [], 42 "features": [], 43 "adapted_system_type": [ 44 "mini", 45 "small" 46 ], 47 "rom": "200KB", 48 "ram": "900KB", 49 "deps": { 50 "components": [ 51 "utils_lite" 52 ], 53 "third_party": [ 54 "bounds_checking_function" 55 ] 56 }, 57 "build": { 58 "sub_component": [ 59 "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr" 60 ], 61 "inner_kits": [], 62 "test": [ 63 "//base/global/resource_management_lite/frameworks/resmgr_lite/test:unittest" 64 ] 65 } 66 } 67}