diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 73cbe2f..b18fe6c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -28,6 +28,9 @@ TARGET_FS_CONFIG_GEN := \ $(COMMON_PATH)/config.fs \ $(COMMON_PATH)/mot_aids.fs +# HIDL +DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml + # Kernel BOARD_BOOT_HEADER_VERSION := 3 BOARD_INCLUDE_DTB_IN_BOOTIMG := true diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 0000000..8c2c0bf --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,109 @@ + + + + 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 + + +