1 # Copyright (C) 2013 The Android Open Source Project 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 # common stuffs across mini_emulators 16 17 PRODUCT_PACKAGES += \ 18 audio.primary.goldfish \ 19 camera.goldfish \ 20 gps.goldfish \ 21 gralloc.goldfish \ 22 lights.goldfish \ 23 power.goldfish \ 24 sensors.goldfish \ 25 qemu-props \ 26 qemud \ 27 libGLESv1_CM_emulation \ 28 lib_renderControl_enc \ 29 libEGL_emulation \ 30 libGLESv2_enc \ 31 libOpenglSystemCommon \ 32 libGLESv2_emulation \ 33 libGLESv1_enc \ 34 rild 35 36 37 PRODUCT_COPY_FILES += \ 38 device/generic/mini-emulator-armv7-a-neon/init.mini-emulator.rc:root/init.goldfish.rc \ 39 device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \ 40 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ 41 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 42 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 43 frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ 44 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 45 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf \ 46 device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \ 47 device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml 48