diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a3d830d..260387a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -35,10 +35,10 @@ TARGET_FS_CONFIG_GEN := device/samsung/msm8226-common/config.fs #ADB TARGET_USES_LEGACY_ADB_INTERFACE :=true -#HIDL -PRODUCT_COPY_FILES += \ - $(VENDOR_PATH)/manifest.xml:system/vendor/manifest.xml - +# HIDL +DEVICE_MANIFEST_FILE := device/samsung/msm8226-common/manifest.xml +DEVICE_MATRIX_FILE := device/samsung/msm8226-common/compatibility_matrix.xml + # Fonts EXTENDED_FONT_FOOTPRINT := true diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 0000000..a080afd --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,58 @@ + + + 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 + + +