emulator.mk revision 0214b3fa3cef788b2e42538484eb5d05f3b8091f
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
22PRODUCT_PACKAGES += \
23    emulator \
24    emulator-x86 \
25    emulator-arm \
26    emulator-mips \
27    emulator64-x86 \
28    emulator64-arm \
29    emulator64-mips \
30    libOpenglRender \
31    libGLES_CM_translator \
32    libGLES_V2_translator \
33    libEGL_translator \
34    lib64OpenglRender \
35    lib64GLES_CM_translator \
36    lib64GLES_V2_translator \
37    lib64EGL_translator
38
39# Device modules
40PRODUCT_PACKAGES += \
41    egl.cfg \
42    gralloc.goldfish \
43    libGLESv1_CM_emulation \
44    lib_renderControl_enc \
45    libEGL_emulation \
46    libGLESv2_enc \
47    libOpenglSystemCommon \
48    libGLESv2_emulation \
49    libGLESv1_enc \
50    qemu-props \
51    qemud \
52    camera.goldfish \
53    camera.goldfish.jpeg \
54    lights.goldfish \
55    gps.goldfish \
56    sensors.goldfish \
57    e2fsck
58
59
60PRODUCT_COPY_FILES += \
61    device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
62    device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
63    device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
64    device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc
65