diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 887fec1..887492c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -162,6 +162,9 @@ USE_DEVICE_SPECIFIC_GPS := true USE_DEVICE_SPECIFIC_LOC_API := true TARGET_NO_RPC := true +# HIDL +DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml + # Init TARGET_PLATFORM_DEVICE_BASE := /devices/soc.0/ diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..b6b9883 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,214 @@ + + + android.hardware.audio + passthrough + 2.0 + + IDevicesFactory + default + + + + android.hardware.audio.effect + passthrough + 2.0 + + IEffectsFactory + default + + + + android.hardware.biometrics.fingerprint + hwbinder + 2.1 + + IBiometricsFingerprint + default + + + + android.hardware.bluetooth + passthrough + 1.0 + + + android.hardware.broadcastradio + passthrough + 1.0 + + + android.hardware.camera.provider + passthrough + 2.4 + + ICameraProvider + legacy/0 + + + + android.hardware.cas + hwbinder + 1.0 + + IMediaCasService + default + + + + android.hardware.configstore + hwbinder + 1.0 + + ISurfaceFlingerConfigs + default + + + + android.hardware.drm + passthrough + 1.0 + + IDrmFactory + default + + + + android.hardware.gatekeeper + passthrough + 1.0 + + IGatekeeper + default + + + + android.hardware.gnss + passthrough + 1.0 + + IGnss + default + + + + android.hardware.graphics.allocator + hwbinder + 2.0 + + IAllocator + default + + + + android.hardware.graphics.composer + passthrough + 2.1 + + IComposer + default + + + + android.hardware.graphics.mapper + passthrough + 2.0 + + IMapper + default + + + + android.hardware.keymaster + passthrough + 3.0 + + IKeymasterDevice + default + + + + android.hardware.light + passthrough + 2.0 + + ILight + default + + + + android.hardware.media.omx + hwbinder + 1.0 + + IOmx + default + + + IOmxStore + default + + + + android.hardware.memtrack + passthrough + 1.0 + + IMemtrack + default + + + + android.hardware.power + passthrough + 1.0 + + IPower + default + + + + android.hardware.renderscript + passthrough + 1.0 + + IDevice + default + + + + android.hardware.sensors + passthrough + 1.0 + + ISensors + default + + + + android.hardware.usb + hwbinder + 1.0 + + IUsb + default + + + + android.hardware.wifi + hwbinder + 1.1 + + IWifi + default + + + + android.hardware.wifi.supplicant + hwbinder + 1.0 + + ISupplicant + default + + +