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