diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..0bbd06c2ecd4e6b89a6e9a3d1052de4c3e358ba1 --- /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": [], + "adapted_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file