1{ 2 "name": "@ohos/start", 3 "description": "Start sensor, vibrator and other small device services", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "segment": { 7 "destPath": "base/sensors/start" 8 }, 9 "component": { 10 "name": "start", 11 "subsystem": "sensors", 12 "syscap": [], 13 "features": [], 14 "adapted_system_type": [ "standard" ], 15 "rom": "10KB", 16 "ram": "~10KB", 17 "deps": { 18 "components": [], 19 "third_party": [] 20 }, 21 "build": { 22 "sub_component": [ 23 "//base/sensors/start/etc/init:sensors.rc", 24 "//base/sensors/start/etc/init:msdp.rc" 25 ] 26 } 27 } 28}