From 9df99d9a9a1135c130cd4443594d9f2d590e0531 Mon Sep 17 00:00:00 2001 From: yorere Date: Tue, 21 Dec 2021 20:00:50 +0800 Subject: [PATCH 1/2] add bundle.json Signed-off-by: yorere --- bundle.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..a304863 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/sensors_sensor_lite", + "version": "", + "description": "轻设备传感器数据订阅和上报", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/sensors_sensor_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "sensor", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/sensors/sensor_lite" + }, + "component": { + "name": "sensor_lite", + "subsystem": "sensors", + "syscap": [ + "SystemCapability.Sensors.Sensor_Lite" + ], + "features": [], + "adated_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From cfa98fcdba6b6e8c9fbb8a20497211c62487f4c2 Mon Sep 17 00:00:00 2001 From: yorere Date: Fri, 24 Dec 2021 15:19:06 +0800 Subject: [PATCH 2/2] fix Signed-off-by: yorere --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a304863..6874245 100644 --- a/bundle.json +++ b/bundle.json @@ -41,7 +41,7 @@ "SystemCapability.Sensors.Sensor_Lite" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small" ], "rom": "", -- Gitee