Jesse Hall | 229b137 | 2012-11-28 09:53:20 -0800 | [diff] [blame] | 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 |
Ying Wang | 4781e30 | 2013-03-07 17:58:32 -0800 | [diff] [blame] | 18 | # emulator-related modules to PRODUCT_PACKAGES. |
Jesse Hall | 229b137 | 2012-11-28 09:53:20 -0800 | [diff] [blame] | 19 | # |
| 20 | |
Ying Wang | 4781e30 | 2013-03-07 17:58:32 -0800 | [diff] [blame] | 21 | # Host modules |
Jesse Hall | 229b137 | 2012-11-28 09:53:20 -0800 | [diff] [blame] | 22 | PRODUCT_PACKAGES += \ |
Xavier Ducrohet | 51e303a | 2014-04-01 12:13:58 -0700 | [diff] [blame] | 23 | |
Ying Wang | 962d06e | 2013-02-28 16:39:32 -0800 | [diff] [blame] | 24 | |
Ying Wang | 4781e30 | 2013-03-07 17:58:32 -0800 | [diff] [blame] | 25 | # Device modules |
Ying Wang | 962d06e | 2013-02-28 16:39:32 -0800 | [diff] [blame] | 26 | PRODUCT_PACKAGES += \ |
| 27 | egl.cfg \ |
Ying Wang | 962d06e | 2013-02-28 16:39:32 -0800 | [diff] [blame] | 28 | gralloc.goldfish \ |
Miroslav Tisma | 173615d | 2015-09-23 12:53:41 +0200 | [diff] [blame] | 29 | gralloc.ranchu \ |
Ying Wang | 962d06e | 2013-02-28 16:39:32 -0800 | [diff] [blame] | 30 | libGLESv1_CM_emulation \ |
| 31 | lib_renderControl_enc \ |
| 32 | libEGL_emulation \ |
Ying Wang | e948255 | 2014-04-15 14:42:27 -0700 | [diff] [blame] | 33 | libGLES_android \ |
Ying Wang | 962d06e | 2013-02-28 16:39:32 -0800 | [diff] [blame] | 34 | libGLESv2_enc \ |
| 35 | libOpenglSystemCommon \ |
| 36 | libGLESv2_emulation \ |
| 37 | libGLESv1_enc \ |
| 38 | qemu-props \ |
| 39 | qemud \ |
| 40 | camera.goldfish \ |
keunyoung | d9b0e80 | 2013-03-12 16:28:37 -0700 | [diff] [blame] | 41 | camera.goldfish.jpeg \ |
Ying Wang | 962d06e | 2013-02-28 16:39:32 -0800 | [diff] [blame] | 42 | lights.goldfish \ |
| 43 | gps.goldfish \ |
bohu | a2005ae | 2015-03-26 10:14:38 -0700 | [diff] [blame] | 44 | fingerprint.goldfish \ |
Eric Frohnhoefer | 0214b3f | 2013-12-26 23:02:34 -0500 | [diff] [blame] | 45 | sensors.goldfish \ |
Christoffer Dall | a60edd1 | 2014-10-27 19:53:24 +0100 | [diff] [blame] | 46 | audio.primary.goldfish \ |
| 47 | vibrator.goldfish \ |
Christoffer Dall | b538136 | 2014-12-21 21:17:45 +0100 | [diff] [blame] | 48 | power.goldfish \ |
bohu | a2005ae | 2015-03-26 10:14:38 -0700 | [diff] [blame] | 49 | fingerprint.ranchu \ |
bohu | 1d8b270 | 2015-05-27 17:53:11 -0700 | [diff] [blame] | 50 | fingerprintd \ |
Christoffer Dall | b538136 | 2014-12-21 21:17:45 +0100 | [diff] [blame] | 51 | sensors.ranchu |
Ying Wang | 4781e30 | 2013-03-07 17:58:32 -0800 | [diff] [blame] | 52 | |
Ken Sumrall | f151d37 | 2013-02-28 19:19:10 -0800 | [diff] [blame] | 53 | PRODUCT_COPY_FILES += \ |
keunyoung | c3eb68c | 2013-03-05 11:07:52 -0800 | [diff] [blame] | 54 | 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 Dall | a60edd1 | 2014-10-27 19:53:24 +0100 | [diff] [blame] | 57 | 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 |