diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 3ab5ff3..c10be29 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -40,6 +40,14 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
TARGET_BOOTLOADER_BOARD_NAME := holi
TARGET_NO_BOOTLOADER := true
+# HIDL
+DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
+DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml
+
+DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
+ $(COMMON_PATH)/framework_compatibility_matrix.xml \
+ vendor/lineage/config/device_framework_matrix.xml
+
# Kernel
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
BOARD_KERNEL_BASE := 0x00000000
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml
new file mode 100644
index 0000000..a3e3746
--- /dev/null
+++ b/compatibility_matrix.xml
@@ -0,0 +1,86 @@
+
+
+
+ android.frameworks.schedulerservice
+ 1.0
+
+ ISchedulingPolicyService
+ default
+
+
+
+ android.frameworks.sensorservice
+ 1.0
+
+ ISensorManager
+ default
+
+
+
+ android.hidl.allocator
+ 1.0
+
+ IAllocator
+ ashmem
+
+
+
+ android.hidl.manager
+ 1.0
+
+ IServiceManager
+ default
+
+
+
+ android.hidl.memory
+ 1.0
+
+ IMapper
+ ashmem
+
+
+
+ android.hidl.token
+ 1.0
+
+ ITokenManager
+ default
+
+
+
+ android.system.wifi.keystore
+ 1.0
+
+ IKeystore
+ default
+
+
+
+ vendor.qti.hardware.qccsyshal
+ 1.0
+
+ IQccsyshal
+ qccsyshal
+
+
+
+ vendor.qti.hardware.sigma_miracast
+ 1.0
+
+ Isigma_miracast
+ sigmahal
+
+
+
+ vendor.qti.hardware.wifi.keystore
+ 1.0
+
+ IKeystoreExt
+ default
+
+
+
diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml
new file mode 100644
index 0000000..46214db
--- /dev/null
+++ b/framework_compatibility_matrix.xml
@@ -0,0 +1,1085 @@
+
+
+
+ android.hardware.automotive.evs
+ 1.1
+
+ IEvsEnumerator
+ default
+
+
+
+ android.hardware.gnss
+ 1.0-1
+ 2.0-1
+
+ IGnss
+ default
+ gnss_vendor
+
+
+
+ android.hardware.media.c2
+ 1.0
+
+ IComponentStore
+ default
+ software
+
+
+
+ android.hardware.nfc
+ 1.0
+
+ INfc
+ default
+
+
+
+ android.hardware.nfc
+ 1.2
+
+ INfc
+ default
+
+
+
+ android.hardware.radio
+ 1.0-4
+
+ IRadio
+ slot1
+ slot2
+
+
+ ISap
+ slot1
+ slot2
+
+
+
+ android.hardware.radio.config
+ 1.0-1
+
+ IRadioConfig
+ default
+
+
+
+ android.hardware.secure_element
+ 1.2
+
+ ISecureElement
+ SIM1
+ SIM2
+
+
+
+ android.hardware.wifi.supplicant
+ 1.0-2
+
+ ISupplicant
+ default
+ wigigp2p
+
+
+
+ com.dsi.ant
+ 1.0
+
+ IAnt
+ default
+
+
+
+ com.qualcomm.qti.dpm.api
+ 1.0
+
+ IdpmQmi
+ dpmQmiService
+
+
+
+ com.qualcomm.qti.imscmservice
+ 2.0-2
+
+ IImsCmService
+ qti.ims.connectionmanagerservice
+
+
+
+ com.qualcomm.qti.uceservice
+ 2.0-1
+ 2.2
+ 2.3
+
+ IUceService
+ com.qualcomm.qti.uceservice
+
+
+
+ com.qualcomm.qti.wifidisplayhal
+ 1.0
+
+ IDSManager
+ wifidisplaydshal
+
+
+ IHDCPSession
+ wifidisplayhdcphal
+
+
+
+ com.quicinc.cne.api
+ 1.0-1
+
+ IApiService
+ cnd
+
+
+
+ com.quicinc.cne.server
+ 2.0-2
+
+ IServer
+ cnd
+
+
+
+ interfaces.factoryAta
+ 1.0
+
+ IFactoryAta
+ default
+
+
+
+ interfaces.factoryInterface
+ 1.0
+
+ IFactoryInterface
+ default
+
+
+
+ vendor.display.color
+ 1.0-6
+
+ IDisplayColor
+ default
+
+
+
+ vendor.display.config
+ 1.0-15
+ 2.0
+
+ IDisplayConfig
+ default
+
+
+
+ vendor.display.postproc
+ 1.0
+
+ IDisplayPostproc
+ default
+
+
+
+ vendor.dolby.hardware.dms
+ 2.0
+
+ IDms
+ default
+
+
+
+ vendor.nxp.hardware.nfc
+ 1.0-1
+ 2.0
+
+ INqNfc
+ default
+
+
+
+ vendor.nxp.nxpnfc
+ 2.0
+
+ INxpNfc
+ default
+
+
+
+ vendor.nxp.nxpnfclegacy
+ 1.0
+
+ INxpNfcLegacy
+ default
+
+
+
+ vendor.qti.automotive.qcarcam
+ 1.0
+
+ IQcarCamera
+ default
+
+
+
+ vendor.qti.data.factory
+ 1.0
+ 2.0-3
+
+ IFactory
+ default
+
+
+
+ vendor.qti.diaghal
+ 1.0
+
+ Idiag
+ default
+
+
+
+ vendor.qti.gnss
+ 1.0-2
+ 2.0-1
+ 3.0
+ 4.0-1
+
+ ILocHidlGnss
+ gnss_vendor
+
+
+
+ vendor.qti.hardware.AGMIPC
+ 1.0
+
+ IAGM
+ default
+
+
+
+ vendor.qti.hardware.alarm
+ 1.0
+
+ IAlarm
+ default
+
+
+
+ vendor.qti.hardware.audiohalext
+ 1.0
+
+ IAudioHalExt
+ default
+
+
+
+ vendor.qti.hardware.bluetooth_audio
+ 2.0-1
+
+ IBluetoothAudioProvidersFactory
+ default
+
+
+
+ vendor.qti.hardware.bluetooth_sar
+ 1.0-1
+
+ IBluetoothSar
+ default
+
+
+
+ vendor.qti.hardware.btconfigstore
+ 1.0
+ 2.0
+
+ IBTConfigStore
+ default
+
+
+
+ vendor.qti.hardware.cacert
+ 1.0
+
+ IService
+ default
+
+
+
+ vendor.qti.hardware.camera.postproc
+ 1.0
+
+ IPostProcService
+ camerapostprocservice
+
+
+
+ vendor.qti.hardware.capabilityconfigstore
+ 1.0
+
+ ICapabilityConfigStore
+ default
+
+
+
+ vendor.qti.hardware.cryptfshw
+ 1.0
+
+ ICryptfsHw
+ default
+
+
+
+ vendor.qti.hardware.cvp
+ 1.0
+
+ ICvp
+ cvphalservice
+
+
+
+ vendor.qti.hardware.data.connection
+ 1.0-1
+
+ IDataConnection
+ slot1
+ slot2
+
+
+
+ vendor.qti.hardware.data.iwlan
+ 1.0
+
+ IIWlan
+ slot1
+ slot2
+
+
+
+ vendor.qti.hardware.data.latency
+ 1.0
+
+ ILinkLatency
+ default
+
+
+
+ vendor.qti.hardware.debugutils
+ 1.0
+
+ IDebugUtils
+ default
+
+
+
+ vendor.qti.hardware.display.allocator
+ 1.0
+ 3.0
+ 4.0
+
+ IQtiAllocator
+ default
+
+
+
+ vendor.qti.hardware.display.composer
+ 2.0-1
+ 3.0
+
+ IQtiComposer
+ default
+
+
+
+ vendor.qti.hardware.display.demura
+ 1.0
+ 2.0
+
+ IDemuraFileFinder
+ default
+
+
+
+ vendor.qti.hardware.display.mapper
+ 2.0
+ 3.0
+ 4.0
+
+ IQtiMapper
+ default
+
+
+
+ vendor.qti.hardware.dsp
+ 1.0
+
+ IDspService
+ dspservice
+
+
+
+ vendor.qti.hardware.eid
+ 1.0
+
+ IEid
+ default
+
+
+
+ vendor.qti.hardware.embmssl
+ 1.0-1
+
+ IEmbms
+ embmsslServer0
+
+
+
+ vendor.qti.hardware.factory
+ 1.0-1
+
+ IFactory
+ default
+
+
+
+ vendor.qti.hardware.fingerprint
+ 1.0
+
+ IQtiExtendedFingerprint
+ default
+
+
+
+ vendor.qti.hardware.fm
+ 1.0
+
+ IFmHci
+ default
+
+
+
+ vendor.qti.hardware.fstman
+ 1.0
+
+ IFstManager
+ default
+
+
+
+ vendor.qti.hardware.improvetouch.blobmanager
+ 1.0
+
+ IBlobManager
+ BlobManagerService
+
+
+
+ vendor.qti.hardware.improvetouch.gesturemanager
+ 1.0
+
+ IGestureManager
+ GestureManagerService
+
+
+
+ vendor.qti.hardware.improvetouch.touchcompanion
+ 1.0
+
+ ITouchCompanion
+ TouchCompanionService
+
+
+
+ vendor.qti.hardware.iop
+ 2.0
+
+ IIop
+ default
+
+
+
+ vendor.qti.hardware.limits
+ 1.0
+
+ ILimits
+ default
+
+
+
+ vendor.qti.hardware.mwqemadapter
+ 1.0
+
+ IMwqemAdapter
+ MwqemAdapter
+
+
+
+ vendor.qti.hardware.pal
+ 1.0
+
+ IPAL
+ default
+
+
+
+ vendor.qti.hardware.perf
+ 2.0-2
+
+ IPerf
+ default
+
+
+
+ vendor.qti.hardware.qccsyshal
+ 1.0
+
+ IQccsyshal
+ qccsyshal
+
+
+
+ vendor.qti.hardware.qccvndhal
+ 1.0
+
+ IQccvndhal
+ qccvndhal
+
+
+
+ vendor.qti.hardware.qconfig
+ 1.0
+
+ IQConfig
+ default
+
+
+
+ vendor.qti.hardware.qdutils_disp
+ 1.0
+
+ IQdutilsDisp
+ default
+
+
+
+ vendor.qti.hardware.qseecom
+ 1.0
+
+ IQSEECom
+ default
+
+
+
+ vendor.qti.hardware.qteeconnector
+ 1.0
+
+ IAppConnector
+ default
+
+
+ IGPAppConnector
+ default
+
+
+
+ vendor.qti.hardware.qxr
+
+ IQXRCoreService
+ default
+
+
+
+ vendor.qti.hardware.qxr
+
+ IQXRCamService
+ default
+
+
+
+ vendor.qti.hardware.qxr
+
+ IQXRSplitService
+ default
+
+
+
+ vendor.qti.hardware.qxr
+
+ IQXRModService
+ default
+
+
+
+ vendor.qti.hardware.qxr
+
+ IQXRAudioService
+ default
+
+
+
+ vendor.qti.hardware.radio.am
+ 1.0
+
+ IQcRilAudio
+ slot1
+ slot2
+
+
+
+ vendor.qti.hardware.radio.ims
+ 1.0-7
+
+ IImsRadio
+ imsradio0
+ imsradio1
+
+
+
+ vendor.qti.hardware.radio.internal.deviceinfo
+ 1.0
+
+ IDeviceInfo
+ deviceinfo
+
+
+
+ vendor.qti.hardware.radio.lpa
+ 1.0-2
+
+ IUimLpa
+ UimLpa0
+ UimLpa1
+
+
+
+ vendor.qti.hardware.radio.qcriNvOpt
+ 1.0
+
+ IqcriNvOpt
+ qcrinvopt0
+ qcrinvopt1
+
+
+
+ vendor.qti.hardware.radio.qcrilhook
+ 1.0
+
+ IQtiOemHook
+ oemhook0
+ oemhook1
+
+
+
+ vendor.qti.hardware.radio.qtiradio
+ 1.0
+ 2.0-6
+
+ IQtiRadio
+ slot1
+ slot2
+
+
+
+ vendor.qti.hardware.radio.uim
+ 1.1-2
+
+ IUim
+ Uim0
+ Uim1
+
+
+
+ vendor.qti.hardware.radio.uim_remote_client
+ 1.0
+
+ IUimRemoteServiceClient
+ uimRemoteClient0
+ uimRemoteClient1
+
+
+
+ vendor.qti.hardware.radio.uim_remote_server
+ 1.0
+
+ IUimRemoteServiceServer
+ uimRemoteServer0
+ uimRemoteServer1
+
+
+
+ vendor.qti.hardware.scve.objecttracker
+ 1.0
+
+ IObjectTracker
+ objectTracker
+
+
+
+ vendor.qti.hardware.scve.panorama
+ 1.0
+
+ IPanoramaStitching
+ panoStitching
+
+
+ IPanoramaTracking
+ panoTracking
+
+
+
+ vendor.qti.hardware.seccam
+ 1.0
+
+ ISecCam
+ default
+
+
+
+ vendor.qti.hardware.secureprocessor.device
+ 1.0
+
+ ISecureProcessor
+ qti-tee
+
+
+
+ vendor.qti.hardware.sensorscalibrate
+ 1.0
+
+ ISensorsCalibrate
+ default
+
+
+
+ vendor.qti.hardware.servicetracker
+ 1.0-2
+
+ IServicetracker
+ default
+
+
+
+ vendor.qti.hardware.slmadapter
+ 1.0
+
+ ISlmAdapter
+ SlmAdapter
+
+
+
+ vendor.qti.hardware.soter
+ 1.0
+
+ ISoter
+ default
+
+
+
+ vendor.qti.hardware.sxrhal
+ 1.0
+
+ ISxrCrypto
+ sxrhalservice
+
+
+
+ vendor.qti.hardware.systemhelper
+ 1.0
+
+ ISystemEvent
+ default
+
+
+ ISystemResource
+ default
+
+
+
+ vendor.qti.hardware.trustedui
+ 1.0-2
+
+ ITrustedInput
+ default
+ qtee-vm
+
+
+ ITrustedUI
+ default
+ qtee-vm
+
+
+
+ vendor.qti.hardware.tui_comm
+ 1.0
+
+ ITuiComm
+ default
+
+
+
+ vendor.qti.hardware.vpp
+ 1.1-3
+ 2.0
+
+ IHidlVppService
+ vppService
+
+
+
+ vendor.qti.hardware.wifi.hostapd
+ 1.0-3
+
+ IHostapdVendor
+ default
+ wigighostapd
+
+
+
+ vendor.qti.hardware.wifi.supplicant
+ 2.0-3
+
+ ISupplicantVendor
+ default
+
+
+
+ vendor.qti.hardware.wifi.wificfr
+ 1.0
+
+ IWificfr
+ wificfr
+
+
+
+ vendor.qti.hardware.wifi.wifilearner
+ 1.0
+
+ IWifiStats
+ wifiStats
+
+
+
+ vendor.qti.hardware.wifi.wifimyftm
+ 1.0
+
+ IWifiMyFtm
+ default
+
+
+
+ vendor.qti.hardware.wifidisplaysession
+ 1.0
+
+ IWifiDisplaySession
+ wifidisplaysession
+
+
+ IWifiDisplaySessionAudioTrack
+ wifidisplaysessionaudiotrack
+
+
+ IWifiDisplaySessionImageTrack
+ wifidisplaysessionimagetrack
+
+
+ IWifiDisplaySessionVideoTrack
+ wifidisplaysessionvideotrack
+
+
+
+ vendor.qti.hardware.wigig.netperftuner
+ 1.0
+
+ INetPerfTuner
+ default
+
+
+
+ vendor.qti.hardware.wigig.supptunnel
+ 1.0
+
+ ISuppTunnelProvider
+ default
+
+
+
+ vendor.qti.hardware.wipower
+ 1.0
+
+ IWipower
+ default
+
+
+
+ vendor.qti.ims.callinfo
+ 1.0
+
+ IService
+ default
+
+
+
+ vendor.qti.ims.factory
+ 1.0-1
+
+ IImsFactory
+ default
+
+
+
+ vendor.qti.imsrtpservice
+ 3.0
+
+ IRTPService
+ imsrtpservice
+
+
+
+ vendor.qti.memory.pasrmanager
+ 1.0-1
+
+ IPasrManager
+ pasrhal
+
+
+
+ vendor.qti.power.pasrmanager
+ 1.0
+
+ IPasrManager
+ default
+
+
+
+ vendor.qti.qesdhal
+ 1.0-1
+
+ IQesdhal
+ default
+
+
+
+ vendor.qti.qspmhal
+ 1.0
+
+ IQspmhal
+ default
+
+
+
+ vendor.qti.spu
+ 1.0-1
+
+ ISPUManager
+ default
+
+
+
+ vendor.qti.voiceprint
+ 1.0
+
+ IQtiVoicePrintService
+ default
+
+
+
+ vendor.xiaomi.hardware.mfidoca
+ 1.0
+
+ IFidoService
+ default
+
+
+
+ vendor.xiaomi.hardware.micharge
+ 1.0
+
+ IMiCharge
+ default
+
+
+
+ vendor.xiaomi.hardware.misys
+ 1.0
+
+ IMiSys
+ default
+
+
+
+ vendor.xiaomi.hardware.misys
+ 2.0
+
+ IMiSys
+ default
+
+
+
+ vendor.xiaomi.hardware.misys
+ 3.0
+
+ IMiSys
+ default
+
+
+
+ vendor.xiaomi.hardware.mlipay
+ 1.0-1
+
+ IMlipayService
+ default
+
+
+
+ vendor.xiaomi.hardware.mtdservice
+ 1.0-2
+
+ IMTService
+ default
+
+
+
+ vendor.xiaomi.hardware.tidaservice
+ 1.0-2
+
+ ITidaService
+ default
+
+
+
+ vendor.xiaomi.hardware.vibratorfeature
+ 1.0
+
+ IVibratorFeature
+ default
+
+
+
+ vendor.xiaomi.hardware.vsimapp
+ 1.0
+
+ IVSIMService
+ default
+
+
+
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 0000000..0b63526
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,742 @@
+
+
+
+ android.hardware.audio
+ hwbinder
+ 6.0
+
+ IDevicesFactory
+ default
+
+ @6.0::IDevicesFactory/default
+
+
+ android.hardware.audio.effect
+ hwbinder
+ 6.0
+
+ IEffectsFactory
+ default
+
+ @6.0::IEffectsFactory/default
+
+
+ android.hardware.bluetooth
+ hwbinder
+ 1.0
+
+ IBluetoothHci
+ default
+
+ @1.0::IBluetoothHci/default
+
+
+ android.hardware.bluetooth.audio
+ hwbinder
+ 2.0
+
+ IBluetoothAudioProvidersFactory
+ default
+
+ @2.0::IBluetoothAudioProvidersFactory/default
+
+
+ android.hardware.camera.provider
+ hwbinder
+ 2.4
+
+ ICameraProvider
+ legacy/0
+
+ @2.4::ICameraProvider/legacy/0
+
+
+ android.hardware.drm
+ hwbinder
+ @1.3::ICryptoFactory/wfdhdcp
+ @1.3::IDrmFactory/wfdhdcp
+
+
+ android.hardware.gatekeeper
+ hwbinder
+ 1.0
+
+ IGatekeeper
+ default
+
+ @1.0::IGatekeeper/default
+
+
+ android.hardware.ir
+ hwbinder
+ 1.0
+
+ IConsumerIr
+ default
+
+ @1.0::IConsumerIr/default
+
+
+ android.hardware.keymaster
+ hwbinder
+ 4.1
+
+ IKeymasterDevice
+ default
+
+ @4.1::IKeymasterDevice/default
+
+
+ android.hardware.media.omx
+ hwbinder
+ 1.0
+
+ IOmx
+ default
+
+
+ IOmxStore
+ default
+
+ @1.0::IOmx/default
+ @1.0::IOmxStore/default
+
+
+ android.hardware.memtrack
+ hwbinder
+ 1.0
+
+ IMemtrack
+ default
+
+ @1.0::IMemtrack/default
+
+
+ android.hardware.nfc
+ hwbinder
+ 1.2
+
+ INfc
+ default
+
+ @1.2::INfc/default
+
+
+ android.hardware.radio
+ hwbinder
+ @1.2::ISap/slot1
+ @1.2::ISap/slot2
+ @1.5::IRadio/slot1
+ @1.5::IRadio/slot2
+
+
+ android.hardware.radio.config
+ hwbinder
+ 1.1
+
+ IRadioConfig
+ default
+
+ @1.1::IRadioConfig/default
+
+
+ android.hardware.secure_element
+ hwbinder
+ 1.2
+
+ ISecureElement
+ SIM1
+ SIM2
+
+ @1.2::ISecureElement/SIM1
+ @1.2::ISecureElement/SIM2
+
+
+ android.hardware.soundtrigger
+ hwbinder
+ 2.3
+
+ ISoundTriggerHw
+ default
+
+ @2.3::ISoundTriggerHw/default
+
+
+ android.hardware.tetheroffload.config
+ hwbinder
+ 1.0
+
+ IOffloadConfig
+ default
+
+ @1.0::IOffloadConfig/default
+
+
+ android.hardware.tetheroffload.control
+ hwbinder
+ 1.0
+
+ IOffloadControl
+ default
+
+ @1.0::IOffloadControl/default
+
+
+ com.qualcomm.qti.dpm.api
+ hwbinder
+ 1.0
+
+ IdpmQmi
+ dpmQmiService
+
+ @1.0::IdpmQmi/dpmQmiService
+
+
+ com.qualcomm.qti.imscmservice
+ hwbinder
+ 2.2
+
+ IImsCmService
+ qti.ims.connectionmanagerservice
+
+ @2.2::IImsCmService/qti.ims.connectionmanagerservice
+
+
+ com.qualcomm.qti.uceservice
+ hwbinder
+ 2.3
+
+ IUceService
+ com.qualcomm.qti.uceservice
+
+ @2.3::IUceService/com.qualcomm.qti.uceservice
+
+
+ interfaces.factoryAta
+ hwbinder
+ 1.0
+
+ IFactoryAta
+ default
+
+ @1.0::IFactoryAta/default
+
+
+ interfaces.factoryInterface
+ hwbinder
+ 1.0
+
+ IFactoryInterface
+ default
+
+ @1.0::IFactoryInterface/default
+
+
+ vendor.nxp.nxpnfc
+ hwbinder
+ 2.0
+
+ INxpNfc
+ default
+
+ @2.0::INxpNfc/default
+
+
+ vendor.nxp.nxpnfclegacy
+ hwbinder
+ 1.0
+
+ INxpNfcLegacy
+ default
+
+ @1.0::INxpNfcLegacy/default
+
+
+ vendor.qti.data.factory
+ hwbinder
+ 2.2
+
+ IFactory
+ default
+
+ @2.2::IFactory/default
+
+
+ vendor.qti.hardware.alarm
+ hwbinder
+ 1.0
+
+ IAlarm
+ default
+
+ @1.0::IAlarm/default
+
+
+ vendor.qti.hardware.bluetooth_audio
+ hwbinder
+ 2.1
+
+ IBluetoothAudioProvidersFactory
+ default
+
+
+
+ vendor.qti.hardware.bluetooth_sar
+ hwbinder
+ 1.1
+
+ IBluetoothSar
+ default
+
+ @1.1::IBluetoothSar/default
+
+
+ vendor.qti.hardware.btconfigstore
+ hwbinder
+ 2.0
+
+ IBTConfigStore
+ default
+
+ @2.0::IBTConfigStore/default
+
+
+ vendor.qti.hardware.cacert
+ hwbinder
+ 1.0
+
+ IService
+ default
+
+ @1.0::IService/default
+
+
+ vendor.qti.hardware.camera.postproc
+ hwbinder
+ 1.0
+
+ IPostProcService
+ camerapostprocservice
+
+ @1.0::IPostProcService/camerapostprocservice
+
+
+ vendor.qti.hardware.capabilityconfigstore
+ hwbinder
+ 1.0
+
+ ICapabilityConfigStore
+ default
+
+ @1.0::ICapabilityConfigStore/default
+
+
+ vendor.qti.hardware.data.connection
+ hwbinder
+ 1.1
+
+ IDataConnection
+ slot1
+ slot2
+
+ @1.1::IDataConnection/slot1
+ @1.1::IDataConnection/slot2
+
+
+ vendor.qti.hardware.data.iwlan
+ hwbinder
+ 1.0
+
+ IIWlan
+ slot1
+ slot2
+
+ @1.0::IIWlan/slot1
+ @1.0::IIWlan/slot2
+
+
+ vendor.qti.hardware.data.latency
+ hwbinder
+ 1.0
+
+ ILinkLatency
+ default
+
+ @1.0::ILinkLatency/default
+
+
+ vendor.qti.hardware.dsp
+ hwbinder
+ 1.0
+
+ IDspService
+ dspservice
+
+ @1.0::IDspService/dspservice
+
+
+ vendor.qti.hardware.eid
+ hwbinder
+ 1.0
+
+ IEid
+ default
+
+ @1.0::IEid/default
+
+
+ vendor.qti.hardware.embmssl
+ hwbinder
+ 1.1
+
+ IEmbms
+ embmsslServer0
+
+ @1.1::IEmbms/embmsslServer0
+
+
+ vendor.qti.hardware.factory
+ hwbinder
+ 1.1
+
+ IFactory
+ default
+
+ @1.1::IFactory/default
+
+
+ vendor.qti.hardware.fm
+ hwbinder
+ 1.0
+
+ IFmHci
+ default
+
+ @1.0::IFmHci/default
+
+
+ vendor.qti.hardware.fstman
+ hwbinder
+ 1.0
+
+ IFstManager
+ default
+
+ @1.0::IFstManager/default
+
+
+ vendor.qti.hardware.iop
+ hwbinder
+ 2.0
+
+ IIop
+ default
+
+ @2.0::IIop/default
+
+
+ vendor.qti.hardware.perf
+ hwbinder
+ 2.2
+
+ IPerf
+ default
+
+ @2.2::IPerf/default
+
+
+ vendor.qti.hardware.qccvndhal
+ hwbinder
+ 1.0
+
+ IQccvndhal
+ qccvndhal
+
+ @1.0::IQccvndhal/qccvndhal
+
+
+ vendor.qti.hardware.qseecom
+ hwbinder
+ 1.0
+
+ IQSEECom
+ default
+
+ @1.0::IQSEECom/default
+
+
+ vendor.qti.hardware.qteeconnector
+ hwbinder
+ 1.0
+
+ IAppConnector
+ default
+
+
+ IGPAppConnector
+ default
+
+ @1.0::IAppConnector/default
+ @1.0::IGPAppConnector/default
+
+
+ vendor.qti.hardware.radio.am
+ hwbinder
+ 1.0
+
+ IQcRilAudio
+ slot1
+ slot2
+
+ @1.0::IQcRilAudio/slot1
+ @1.0::IQcRilAudio/slot2
+
+
+ vendor.qti.hardware.radio.ims
+ hwbinder
+ 1.7
+
+ IImsRadio
+ imsradio0
+ imsradio1
+
+ @1.7::IImsRadio/imsradio0
+ @1.7::IImsRadio/imsradio1
+
+
+ vendor.qti.hardware.radio.internal.deviceinfo
+ hwbinder
+ 1.0
+
+ IDeviceInfo
+ deviceinfo
+
+ @1.0::IDeviceInfo/deviceinfo
+
+
+ vendor.qti.hardware.radio.lpa
+ hwbinder
+ 1.1
+
+ IUimLpa
+ UimLpa0
+ UimLpa1
+
+ @1.1::IUimLpa/UimLpa0
+ @1.1::IUimLpa/UimLpa1
+
+
+ vendor.qti.hardware.radio.qcriNvOpt
+ hwbinder
+ 1.0
+
+ IqcriNvOpt
+ qcrinvopt0
+ qcrinvopt1
+
+ @1.0::IqcriNvOpt/qcrinvopt0
+ @1.0::IqcriNvOpt/qcrinvopt1
+
+
+ vendor.qti.hardware.radio.qcrilhook
+ hwbinder
+ 1.0
+
+ IQtiOemHook
+ oemhook0
+ oemhook1
+
+ @1.0::IQtiOemHook/oemhook0
+ @1.0::IQtiOemHook/oemhook1
+
+
+ vendor.qti.hardware.radio.qtiradio
+ hwbinder
+ 1.0
+
+ IQtiRadio
+ slot1
+ slot2
+
+ @1.0::IQtiRadio/slot1
+ @1.0::IQtiRadio/slot2
+
+
+ vendor.qti.hardware.radio.qtiradio
+ hwbinder
+ 2.6
+
+ IQtiRadio
+ slot1
+ slot2
+
+ @2.6::IQtiRadio/slot1
+ @2.6::IQtiRadio/slot2
+
+
+ vendor.qti.hardware.radio.uim
+ hwbinder
+ 1.2
+
+ IUim
+ Uim0
+ Uim1
+
+ @1.2::IUim/Uim0
+ @1.2::IUim/Uim1
+
+
+ vendor.qti.hardware.radio.uim_remote_client
+ hwbinder
+ 1.0
+
+ IUimRemoteServiceClient
+ uimRemoteClient0
+ uimRemoteClient1
+
+ @1.0::IUimRemoteServiceClient/uimRemoteClient0
+ @1.0::IUimRemoteServiceClient/uimRemoteClient1
+
+
+ vendor.qti.hardware.radio.uim_remote_server
+ hwbinder
+ 1.0
+
+ IUimRemoteServiceServer
+ uimRemoteServer0
+ uimRemoteServer1
+
+ @1.0::IUimRemoteServiceServer/uimRemoteServer0
+ @1.0::IUimRemoteServiceServer/uimRemoteServer1
+
+
+ vendor.qti.hardware.sensorscalibrate
+ hwbinder
+ 1.0
+
+ ISensorsCalibrate
+ default
+
+ @1.0::ISensorsCalibrate/default
+
+
+ vendor.qti.hardware.soter
+ hwbinder
+ 1.0
+
+ ISoter
+ default
+
+ @1.0::ISoter/default
+
+
+ vendor.qti.hardware.tui_comm
+ hwbinder
+ 1.0
+
+ ITuiComm
+ default
+
+ @1.0::ITuiComm/default
+
+
+ vendor.qti.hardware.wifi.wifilearner
+ hwbinder
+ 1.0
+
+ IWifiStats
+ wifiStats
+
+ @1.0::IWifiStats/wifiStats
+
+
+ vendor.qti.hardware.wifidisplaysession
+ hwbinder
+ 1.0
+
+ IWifiDisplaySession
+ wifidisplaysession
+
+
+ IWifiDisplaySessionAudioTrack
+ wifidisplaysessionaudiotrack
+
+
+ IWifiDisplaySessionImageTrack
+ wifidisplaysessionimagetrack
+
+
+ IWifiDisplaySessionVideoTrack
+ wifidisplaysessionvideotrack
+
+ @1.0::IWifiDisplaySession/wifidisplaysession
+ @1.0::IWifiDisplaySessionAudioTrack/wifidisplaysessionaudiotrack
+ @1.0::IWifiDisplaySessionImageTrack/wifidisplaysessionimagetrack
+ @1.0::IWifiDisplaySessionVideoTrack/wifidisplaysessionvideotrack
+
+
+ vendor.qti.hardware.wigig.netperftuner
+ hwbinder
+ 1.0
+
+ INetPerfTuner
+ default
+
+ @1.0::INetPerfTuner/default
+
+
+ vendor.qti.hardware.wigig.supptunnel
+ hwbinder
+ 1.0
+
+ ISuppTunnelProvider
+ default
+
+ @1.0::ISuppTunnelProvider/default
+
+
+ vendor.qti.ims.callinfo
+ hwbinder
+ 1.0
+
+ IService
+ default
+
+ @1.0::IService/default
+
+
+ vendor.qti.ims.factory
+ hwbinder
+ 1.1
+
+ IImsFactory
+ default
+
+ @1.1::IImsFactory/default
+
+
+ vendor.qti.imsrtpservice
+ hwbinder
+ 3.0
+
+ IRTPService
+ imsrtpservice
+
+ @3.0::IRTPService/imsrtpservice
+
+
+ vendor.qti.qspmhal
+ hwbinder
+ 1.0
+
+ IQspmhal
+ default
+
+ @1.0::IQspmhal/default
+
+