• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/global_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            "small"
45        ],
46        "rom": "",
47        "ram": "",
48        "deps": {
49            "components": [
50              "utils_base"
51            ],
52            "third_party": [
53              "bounds_checking_function"
54            ]
55        },
56        "build": {
57            "sub_component": [
58              "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr"
59            ],
60            "inner_kits": [],
61            "test": [
62              "//base/global/resource_management_lite/frameworks/resmgr_lite/test:unittest"
63            ]
64        }
65    }
66}