1{ 2 "name": "@ohos/drivers_peripheral_light", 3 "description": "light device driver", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/light" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_light", 14 "subsystem": "hdf", 15 "features": [ 16 "drivers_peripheral_light_feature_model", 17 "drivers_peripheral_light_feature_community", 18 "drivers_peripheral_light_feature_lite_support_test" 19 ], 20 "syscap": [], 21 "adapted_system_type": ["standard", "small"], 22 "rom": "675KB", 23 "ram": "7400KB", 24 "deps": { 25 "components": [ 26 "ipc", 27 "hdf_core", 28 "hilog", 29 "c_utils", 30 "drivers_interface_light", 31 "hitrace", 32 "hilog_lite" 33 ], 34 "third_party": [ 35 "bounds_checking_function" 36 ] 37 }, 38 "build": { 39 "sub_component": [ 40 "//drivers/peripheral/light:light_entry" 41 ], 42 "test": [ 43 "//drivers/peripheral/light/test:hdf_test_light" 44 ], 45 "inner_kits": [ 46 { 47 "name": "//drivers/peripheral/light/hal:hdi_light", 48 "header": { 49 "header_files": [ 50 "light_if.h", 51 "light_type.h" 52 ], 53 "header_base": "//drivers/peripheral/light/interfaces/include" 54 } 55 } 56 ] 57 } 58 } 59} 60