blob: 62099df18c6843246979793e1a05d55f7c002f3d [file] [log] [blame]
Jesse Hall229b1372012-11-28 09:53:20 -08001#
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
Ying Wang4781e302013-03-07 17:58:32 -080018# emulator-related modules to PRODUCT_PACKAGES.
Jesse Hall229b1372012-11-28 09:53:20 -080019#
20
Ying Wang4781e302013-03-07 17:58:32 -080021# Host modules
Jesse Hall229b1372012-11-28 09:53:20 -080022PRODUCT_PACKAGES += \
Xavier Ducrohet51e303a2014-04-01 12:13:58 -070023
Ying Wang962d06e2013-02-28 16:39:32 -080024
Ying Wang4781e302013-03-07 17:58:32 -080025# Device modules
Ying Wang962d06e2013-02-28 16:39:32 -080026PRODUCT_PACKAGES += \
27 egl.cfg \
Ying Wang962d06e2013-02-28 16:39:32 -080028 gralloc.goldfish \
29 libGLESv1_CM_emulation \
30 lib_renderControl_enc \
31 libEGL_emulation \
Ying Wange9482552014-04-15 14:42:27 -070032 libGLES_android \
Ying Wang962d06e2013-02-28 16:39:32 -080033 libGLESv2_enc \
34 libOpenglSystemCommon \
35 libGLESv2_emulation \
36 libGLESv1_enc \
37 qemu-props \
38 qemud \
39 camera.goldfish \
keunyoungd9b0e802013-03-12 16:28:37 -070040 camera.goldfish.jpeg \
Ying Wang962d06e2013-02-28 16:39:32 -080041 lights.goldfish \
42 gps.goldfish \
Eric Frohnhoefer0214b3f2013-12-26 23:02:34 -050043 sensors.goldfish \
44 e2fsck
Ying Wang4781e302013-03-07 17:58:32 -080045
Ken Sumrallf151d372013-02-28 19:19:10 -080046
47PRODUCT_COPY_FILES += \
keunyoungc3eb68c2013-03-05 11:07:52 -080048 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
49 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
50 device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
51 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc