msm8937-common: Build HIDL services

Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
Isaac Chen 2018-05-20 07:18:47 +02:00
parent fd39f288d4
commit 64fa39a612
12 changed files with 26 additions and 6 deletions

View file

@ -1,6 +1,7 @@
# Audio HAL
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-impl \
android.hardware.audio@2.0-service \
android.hardware.audio.effect@2.0-impl \
android.hardware.broadcastradio@1.0-impl \
android.hardware.soundtrigger@2.0-impl

View file

@ -14,4 +14,5 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-impl \
android.hardware.bluetooth@1.0-service \
libbt-vendor

View file

@ -10,5 +10,6 @@ PRODUCT_PACKAGES += \
camera.device@1.0-impl \
camera.device@3.2-impl \
android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service \
vendor.qti.hardware.camera.device@1.0 \
vendor.qti.hardware.camera.device@1.0_vendor

View file

@ -1,6 +1,7 @@
# Consumerir HIDL
PRODUCT_PACKAGES += \
android.hardware.ir@1.0-impl
android.hardware.ir@1.0-impl \
android.hardware.ir@1.0-service
# Permissions
PRODUCT_COPY_FILES += \

View file

@ -24,8 +24,12 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \
vendor.display.config@1.0 \
vendor.display.config@1.0_vendor
# Permissions
PRODUCT_COPY_FILES += \

View file

@ -1,3 +1,4 @@
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service

View file

@ -1,3 +1,4 @@
# Gatekeeper HAL
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-impl
android.hardware.gatekeeper@1.0-impl \
android.hardware.gatekeeper@1.0-service

View file

@ -1,3 +1,4 @@
# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl
android.hardware.keymaster@3.0-impl \
android.hardware.keymaster@3.0-service

View file

@ -1,4 +1,5 @@
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \
android.hardware.light@2.0-service \
lights.msm8937

View file

@ -1,3 +1,8 @@
# Thermal
PRODUCT_COPY_FILES += \
$(VENDOR_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
# Thermal HAL
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service

View file

@ -12,6 +12,7 @@ PRODUCT_COPY_FILES += \
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl \
android.hardware.sensors@1.0-service \
sensors.msm8937
PRODUCT_COPY_FILES += \

View file

@ -1,3 +1,5 @@
# Vibrator HAL
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl
android.hardware.vibrator@1.0-impl \
android.hardware.vibrator@1.0-service