mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-21 09:45:29 -04:00
aabd47b790
Signed-off-by: huangyicong <huangyicong4@huawei.com>
30 lines
686 B
JSON
30 lines
686 B
JSON
{
|
|
"name": "@openharmony/utils_lite",
|
|
"version": "3.1.0",
|
|
"description": "Basic macro and type definitions",
|
|
"publishAs": "code-segment",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"dirs": [
|
|
"utils/native/lite/include"
|
|
],
|
|
"component": {
|
|
"name": "utils_lite",
|
|
"subsystem": "utils",
|
|
"features" :[],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "0KB",
|
|
"ram": "0KB",
|
|
"deps": {},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|