Home | History | Annotate | Download | only in product
      1 #
      2 # Copyright (C) 2012 The Android Open Source Project
      3 #
      4 # Licensed under the Apache License, Version 2.0 (the "License");
      5 # you may not use this file except in compliance with the License.
      6 # You may obtain a copy of the License at
      7 #
      8 #      http://www.apache.org/licenses/LICENSE-2.0
      9 #
     10 # Unless required by applicable law or agreed to in writing, software
     11 # distributed under the License is distributed on an "AS IS" BASIS,
     12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13 # See the License for the specific language governing permissions and
     14 # limitations under the License.
     15 
     16 #
     17 # This file is included by other product makefiles to add all the
     18 # emulator-related modules to PRODUCT_PACKAGES.
     19 #
     20 
     21 # Host modules
     22 PRODUCT_PACKAGES += \
     23 
     24 
     25 # Device modules
     26 PRODUCT_PACKAGES += \
     27     egl.cfg \
     28     gralloc.goldfish \
     29     gralloc.ranchu \
     30     libGLESv1_CM_emulation \
     31     lib_renderControl_enc \
     32     libEGL_emulation \
     33     libGLES_android \
     34     libGLESv2_enc \
     35     libOpenglSystemCommon \
     36     libGLESv2_emulation \
     37     libGLESv1_enc \
     38     qemu-props \
     39     qemud \
     40     camera.goldfish \
     41     camera.goldfish.jpeg \
     42     camera.ranchu \
     43     camera.ranchu.jpeg \
     44     lights.goldfish \
     45     gps.goldfish \
     46     gps.ranchu \
     47     fingerprint.goldfish \
     48     sensors.goldfish \
     49     audio.primary.goldfish \
     50     audio.primary.goldfish_legacy \
     51     android.hardware.audio@2.0-service \
     52     vibrator.goldfish \
     53     power.goldfish \
     54     power.ranchu \
     55     fingerprint.ranchu \
     56     android.hardware.biometrics.fingerprint@2.1-service \
     57     sensors.ranchu \
     58     android.hardware.graphics.composer@2.1-impl \
     59 	hwcomposer.goldfish \
     60 	hwcomposer.ranchu \
     61 
     62 PRODUCT_PACKAGES += \
     63     android.hardware.audio@2.0-impl \
     64     android.hardware.audio.effect@2.0-impl \
     65     android.hardware.broadcastradio@1.0-impl \
     66     android.hardware.soundtrigger@2.0-impl
     67 
     68 PRODUCT_PACKAGES += \
     69 	android.hardware.keymaster@3.0-impl \
     70 	android.hardware.keymaster@3.0-service
     71 
     72 PRODUCT_PACKAGES += \
     73     android.hardware.gnss@1.0-service \
     74     android.hardware.gnss@1.0-impl
     75 
     76 PRODUCT_PACKAGES += \
     77 	android.hardware.sensors@1.0-impl \
     78 	android.hardware.sensors@1.0-service
     79 
     80 PRODUCT_PACKAGES += \
     81     android.hardware.power@1.0-service \
     82     android.hardware.power@1.0-impl
     83 
     84 # camera service treble disable until all backwards compat is complete
     85 PRODUCT_PROPERTY_OVERRIDES += \
     86     camera.disable_treble=1
     87 
     88 PRODUCT_COPY_FILES += \
     89     device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
     90     device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
     91     device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
     92     device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \
     93     device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \
     94     device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \
     95     device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc \
     96     device/generic/goldfish/input/goldfish_rotary.idc:system/usr/idc/goldfish_rotary.idc \
     97     frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml
     98 
     99 PRODUCT_PACKAGE_OVERLAYS := device/generic/goldfish/overlay
    100 
    101 PRODUCT_CHARACTERISTICS := emulator
    102