mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-19 14:33:34 -04:00
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "@ohos/file",
|
||||
"version": "",
|
||||
"description": "为LiteOS-M内核(Hi3861平台)提供对文件的打开、关闭、读写、获取大小等功能",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "Apache V2",
|
||||
"repository": "https://gitee.com/openharmony/utils_native_lite/tree/master/file",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "code-segment",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [
|
||||
"utils"
|
||||
],
|
||||
"keywords": [
|
||||
"file",
|
||||
"native",
|
||||
"lite"
|
||||
],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {
|
||||
"destPath": "utils/native/lite/file"
|
||||
},
|
||||
"component": {
|
||||
"name": "file",
|
||||
"subsystem": "native",
|
||||
"syscap": [
|
||||
"SystemCapability.Utils.file"
|
||||
],
|
||||
"features": [],
|
||||
"adated_system_type": [
|
||||
"min",
|
||||
"small"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "@ohos/kv_store",
|
||||
"version": "",
|
||||
"description": "该模块提供读取,设置,删除数据项的功能",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "Apache V2",
|
||||
"repository": "https://gitee.com/openharmony/utils_native_lite/tree/master/kv_store",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "code-segment",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [
|
||||
"utils"
|
||||
],
|
||||
"keywords": [
|
||||
"kv_store",
|
||||
"native",
|
||||
"lite"
|
||||
],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {
|
||||
"destPath": "utils/native/lite/kv_store"
|
||||
},
|
||||
"component": {
|
||||
"name": "kv_store",
|
||||
"subsystem": "native",
|
||||
"syscap": [
|
||||
"SystemCapability.Utils.kv_store"
|
||||
],
|
||||
"features": [],
|
||||
"adated_system_type": [
|
||||
"min",
|
||||
"small"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "@ohos/dump",
|
||||
"version": "",
|
||||
"description": "该模块提供通过命令行调用dump系统属性的功能",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "Apache V2",
|
||||
"repository": "https://gitee.com/openharmony/utils_native_lite/tree/master/os_dump",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "code-segment",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [
|
||||
"utils"
|
||||
],
|
||||
"keywords": [
|
||||
"os_dump",
|
||||
"native",
|
||||
"lite"
|
||||
],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {
|
||||
"destPath": "utils/native/lite/os_dump"
|
||||
},
|
||||
"component": {
|
||||
"name": "dump",
|
||||
"subsystem": "native",
|
||||
"syscap": [
|
||||
"SystemCapability.Utils.dump"
|
||||
],
|
||||
"features": [],
|
||||
"adated_system_type": [
|
||||
"min",
|
||||
"small"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user