From f1e2a72880287205280054b1fb020a6a5fcdc848 Mon Sep 17 00:00:00 2001 From: pjscc Date: Tue, 21 Dec 2021 18:41:00 +0800 Subject: [PATCH 1/2] add Signed-off-by: pjscc --- bundle.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..94afe21 --- /dev/null +++ b/bundle.json @@ -0,0 +1,60 @@ +{ + "name": "@ohos/sensors_miscdevice_lite", + "version": "", + "description": "轻设备马达及灯的控制和查询", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/sensors_miscdevice_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "sensors", + "miscdevice", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/sensors/miscdevice_lite" + }, + "component": { + "name": "miscdevice_lite", + "subsystem": "sensors", + "syscap": [ + "SystemCapability.Sensors.MiscDevice_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 1d1afeb6355a65c543ec079266e55a126d2fd858 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 24 Dec 2021 15:08:00 +0800 Subject: [PATCH 2/2] fix Signed-off-by: pjscc --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 94afe21..0bbd06c 100644 --- a/bundle.json +++ b/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Sensors.MiscDevice_Lite" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small" ], "rom": "", -- Gitee