1{ 2 "name": "@ohos/drivers_peripheral_sensor", 3 "description": "sensor device driver", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/sensor" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_sensor", 14 "subsystem": "hdf", 15 "features": [ 16 "drivers_peripheral_sensor_feature_model", 17 "drivers_peripheral_sensor_feature_community", 18 "drivers_peripheral_sensor_feature_lite_support_test", 19 "drivers_peripheral_sensor_feature_tv_flag" 20 ], 21 "syscap": [], 22 "adapted_system_type": ["standard", "small"], 23 "rom": "650KB", 24 "ram": "7600KB", 25 "deps": { 26 "components": [ 27 "ipc", 28 "hdf_core", 29 "hilog", 30 "hitrace", 31 "c_utils", 32 "drivers_interface_sensor", 33 "hilog_lite" 34 ], 35 "third_party": [ 36 "bounds_checking_function" 37 ] 38 }, 39 "build": { 40 "sub_component": [ 41 "//drivers/peripheral/sensor:sensor_entry" 42 ], 43 "test": [ 44 "//drivers/peripheral/sensor/test:hdf_test_sensor" 45 ], 46 "inner_kits": [ 47 { 48 "name": "//drivers/peripheral/sensor/hal:hdi_sensor", 49 "header": { 50 "header_files": [ 51 "sensor_if.h", 52 "sensor_type.h" 53 ], 54 "header_base": "//drivers/peripheral/sensor/interfaces/include" 55 } 56 }, 57 { 58 "name": "//drivers/peripheral/sensor/hdi_service_3.0:libsensor_vdi_config" 59 } 60 ] 61 } 62 } 63} 64