1{ 2 "version": "3.0", 3 "subsystems": [ 4 { 5 "subsystem": "hdf", 6 "components": [ 7 { 8 "component": "hdf_core", 9 "features": [] 10 }, 11 { 12 "component": "drivers_peripheral_bluetooth", 13 "features": [] 14 }, 15 { 16 "component": "drivers_peripheral_input", 17 "features": [ 18 "drivers_peripheral_input_feature_model = true" 19 ] 20 }, 21 { 22 "component": "drivers_peripheral_display", 23 "features": [] 24 }, 25 { 26 "component": "drivers_peripheral_thermal", 27 "features": [] 28 }, 29 { 30 "component": "drivers_peripheral_wlan", 31 "features": [] 32 }, 33 { 34 "component": "drivers_peripheral_sensor", 35 "features": [ 36 "drivers_peripheral_sensor_feature_model = true" 37 ] 38 }, 39 { 40 "component": "drivers_peripheral_motion", 41 "features": [] 42 }, 43 { 44 "component": "drivers_peripheral_audio", 45 "features": [ 46 "drivers_peripheral_audio_feature_mono_to_stereo = true" 47 ] 48 }, 49 { 50 "component": "drivers_peripheral_usb", 51 "features": [] 52 }, 53 { 54 "component": "drivers_peripheral_camera", 55 "features": [] 56 }, 57 { 58 "component": "drivers_peripheral_light", 59 "features": [ 60 "drivers_peripheral_light_feature_model = true" 61 ] 62 }, 63 { 64 "component": "drivers_peripheral_vibrator", 65 "features": [ 66 "drivers_peripheral_vibrator_feature_model = true" 67 ] 68 }, 69 { 70 "component": "drivers_peripheral_codec", 71 "features": [] 72 }, 73 { 74 "component": "drivers_peripheral_power", 75 "features": [] 76 }, 77 { 78 "component": "drivers_peripheral_battery", 79 "features": [] 80 }, 81 { 82 "component": "drivers_peripheral_pin_auth", 83 "features": [] 84 }, 85 { 86 "component": "drivers_peripheral_face_auth", 87 "features": [] 88 }, 89 { 90 "component": "drivers_peripheral_user_auth", 91 "features": [] 92 }, 93 { 94 "component": "drivers_peripheral_fingerprint_auth", 95 "features": [] 96 }, 97 { 98 "component": "drivers_peripheral_huks", 99 "features": [] 100 }, 101 { 102 "component": "drivers_peripheral_memorytracker", 103 "features": [] 104 }, 105 { 106 "component": "drivers_peripheral_location_agnss", 107 "features": [] 108 }, 109 { 110 "component": "drivers_peripheral_location_geofence", 111 "features": [] 112 }, 113 { 114 "component": "drivers_peripheral_location_gnss", 115 "features": [] 116 }, 117 { 118 "component": "drivers_peripheral_distributed_camera", 119 "features": [] 120 }, 121 { 122 "component": "drivers_peripheral_distributed_audio", 123 "features": [] 124 }, 125 { 126 "component": "drivers_peripheral_partitionslot", 127 "features": [] 128 }, 129 { 130 "component": "drivers_peripheral_ril", 131 "features": [] 132 }, 133 { 134 "component": "drivers_peripheral_intelligent_voice", 135 "features": [] 136 } 137 ] 138 }, 139 { 140 "subsystem": "telephony", 141 "components": [ 142 { 143 "component": "ril_adapter", 144 "features": [] 145 } 146 ] 147 }, 148 { 149 "subsystem": "graphic", 150 "components": [ 151 { 152 "component": "graphic_chipsetsdk", 153 "features": [] 154 } 155 ] 156 } 157 ] 158} 159