blob: 72b834076976473b8bc5e2cf964e030f07cd275a [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 \
Miroslav Tisma173615d2015-09-23 12:53:41 +020029 gralloc.ranchu \
Ying Wang962d06e2013-02-28 16:39:32 -080030 libGLESv1_CM_emulation \
31 lib_renderControl_enc \
32 libEGL_emulation \
Ying Wange9482552014-04-15 14:42:27 -070033 libGLES_android \
Ying Wang962d06e2013-02-28 16:39:32 -080034 libGLESv2_enc \
35 libOpenglSystemCommon \
36 libGLESv2_emulation \
37 libGLESv1_enc \
38 qemu-props \
39 qemud \
40 camera.goldfish \
keunyoungd9b0e802013-03-12 16:28:37 -070041 camera.goldfish.jpeg \
Ying Wang962d06e2013-02-28 16:39:32 -080042 lights.goldfish \
43 gps.goldfish \
bohua2005ae2015-03-26 10:14:38 -070044 fingerprint.goldfish \
Eric Frohnhoefer0214b3f2013-12-26 23:02:34 -050045 sensors.goldfish \
Christoffer Dalla60edd12014-10-27 19:53:24 +010046 audio.primary.goldfish \
47 vibrator.goldfish \
Christoffer Dallb5381362014-12-21 21:17:45 +010048 power.goldfish \
bohua2005ae2015-03-26 10:14:38 -070049 fingerprint.ranchu \
bohu1d8b2702015-05-27 17:53:11 -070050 fingerprintd \
Christoffer Dallb5381362014-12-21 21:17:45 +010051 sensors.ranchu
Ying Wang4781e302013-03-07 17:58:32 -080052
Ken Sumrallf151d372013-02-28 19:19:10 -080053PRODUCT_COPY_FILES += \
keunyoungc3eb68c2013-03-05 11:07:52 -080054 device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
55 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
56 device/generic/goldfish/init.goldfish.sh:system/etc/init.goldfish.sh \
Christoffer Dalla60edd12014-10-27 19:53:24 +010057 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc \
58 device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \
59 device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \
60 device/generic/goldfish/ueventd.ranchu.rc:root/ueventd.ranchu.rc