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