101 lines
4.7 KiB
Makefile
101 lines
4.7 KiB
Makefile
|
|
||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||
|
ro.hardware.audio.primary=default \
|
||
|
# ro.hardware.gps=vphw100
|
||
|
# ro.hardware.vibrator=cloud \
|
||
|
# ro.hardware.camera=cloud \
|
||
|
|
||
|
|
||
|
|
||
|
PRODUCT_PACKAGES += \
|
||
|
cloudservice \
|
||
|
SystemProvider \
|
||
|
libcameracallback \
|
||
|
DeviceAdmin \
|
||
|
Tools \
|
||
|
CustomLauncher \
|
||
|
YZBrowser \
|
||
|
AppStore \
|
||
|
apm \
|
||
|
apmt
|
||
|
|
||
|
# Gnss HAL
|
||
|
PRODUCT_PACKAGES += \
|
||
|
android.hardware.gnss@2.0 \
|
||
|
android.hardware.gnss@2.0-impl \
|
||
|
android.hardware.gnss@2.0-service \
|
||
|
gps.default
|
||
|
|
||
|
PRODUCT_COPY_FILES += \
|
||
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml
|
||
|
|
||
|
# Sensor HAL
|
||
|
PRODUCT_PACKAGES += \
|
||
|
android.hardware.sensors@2.1-service.multihal \
|
||
|
android.hardware.sensors@3.1-impl \
|
||
|
|
||
|
PRODUCT_COPY_FILES += \
|
||
|
vendor/cloud/hardware/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf \
|
||
|
vendor/cloud/cloudservice/src/sensor/sensor_etc:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sensor_etc \
|
||
|
|
||
|
# Camera HAL
|
||
|
PRODUCT_PACKAGES += \
|
||
|
android.hardware.camera.provider@2.7-service \
|
||
|
libcamerahwl_impl \
|
||
|
android.hardware.camera.provider@2.7-impl
|
||
|
# android.hardware.camera.provider@2.4-service \
|
||
|
# android.hardware.camera.provider@2.4-impl \
|
||
|
# camera.default \
|
||
|
# camera.default.jpeg \
|
||
|
|
||
|
|
||
|
#audio HAL
|
||
|
PRODUCT_PACKAGES += \
|
||
|
audio.primary.default \
|
||
|
libavutil \
|
||
|
libswresample \
|
||
|
|
||
|
|
||
|
PRODUCT_COPY_FILES += \
|
||
|
vendor/cloud/hardware/audio/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \
|
||
|
|
||
|
PRODUCT_DEFAULT_DEV_CERTIFICATE := build/target/product/security/releasekey
|
||
|
PRODUCT_PACKAGES += strace iotop
|
||
|
|
||
|
|
||
|
PRODUCT_COPY_FILES += \
|
||
|
vendor/cloud/prebuilt/apps/CloudRtcGesture/com.cloud.rtcgesture.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/gesture.xml \
|
||
|
vendor/cloud/prebuilt/apps/CloudAppStore/com.android.appstores.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/default-permissions/appstore.xml \
|
||
|
vendor/cloud/prebuilt/apps/Tools/com.android.expansiontools.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/tools.xml
|
||
|
|
||
|
|
||
|
PRODUCT_COPY_FILES += \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml\
|
||
|
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.heartrate.ecg.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.heartrate.ecg.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.ambient_temperature.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope_limited_axes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope_limited_axes.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer_limited_axes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer_limited_axes.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope_limited_axes_uncalibrated.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope_limited_axes_uncalibrated.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer_limited_axes_uncalibrated.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer_limited_axes_uncalibrated.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.relative_humidity.xml \
|
||
|
frameworks/native/data/etc/android.hardware.sensor.hinge_angle.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hinge_angle.xml
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
include vendor/cloud/hardware/camera/camera.mk
|
||
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|