mirror of
https://github.com/openharmony/resources.git
synced 2026-07-01 05:35:43 -04:00
b2b429004d
Signed-off-by: jacklee0906 <liyujie40@huawei.com>
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/resources",
|
|
"version": "",
|
|
"description": "global resources at the system level",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"license": "Apache V2",
|
|
"repository": "https://gitee.com/openharmony/resources",
|
|
"domain": "os",
|
|
"language": "",
|
|
"publishAs": "code-segment",
|
|
"private": false,
|
|
"scripts": {},
|
|
"tags": [
|
|
"resources"
|
|
],
|
|
"keywords": [
|
|
"global",
|
|
"resources"
|
|
],
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"segment": {
|
|
"destPath": "utils/system_resources/systemres"
|
|
},
|
|
"component": {
|
|
"name": "systemres",
|
|
"subsystem": "utils",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//utils/system_resources/systemres:systemres_hap"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |