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 17PRODUCT_PACKAGES += \ 18 audio.primary.goldfish \ 19 camera.goldfish \ 20 gps.goldfish \ 21 gralloc.goldfish \ 22 lights.goldfish \ 23 power.goldfish \ 24 sensors.goldfish \ 25 vibrator.goldfish \ 26 qemu-props \ 27 qemud \ 28 libGLES_android \ 29 libGLESv1_CM_emulation \ 30 lib_renderControl_enc \ 31 libEGL_emulation \ 32 libGLESv2_enc \ 33 libOpenglSystemCommon \ 34 libGLESv2_emulation \ 35 libGLESv1_enc \ 36 rild 37 38 39PRODUCT_COPY_FILES += \ 40 device/generic/mini-emulator-armv7-a-neon/init.mini-emulator.rc:root/init.goldfish.rc \ 41 device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \ 42 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ 43 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 44 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 45 frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ 46 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 47 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf \ 48 device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \ 49 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ 50 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ 51 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ 52 device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ 53 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish 54