bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2018 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 to configure vendor/data partitions of emulator-related products |
| 18 | # |
| 19 | |
| 20 | # Device modules |
| 21 | PRODUCT_PACKAGES += \ |
Lingfeng Yang | e835ecc | 2019-02-02 20:46:23 -0800 | [diff] [blame] | 22 | vulkan.ranchu \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 23 | gralloc.goldfish \ |
| 24 | gralloc.goldfish.default \ |
| 25 | gralloc.ranchu \ |
| 26 | libGLESv1_CM_emulation \ |
| 27 | lib_renderControl_enc \ |
| 28 | libEGL_emulation \ |
| 29 | libGLESv2_enc \ |
Lingfeng Yang | 46856d1 | 2018-11-02 11:24:29 -0700 | [diff] [blame] | 30 | libvulkan_enc \ |
Lingfeng Yang | 48d3029 | 2018-09-28 15:53:24 -0700 | [diff] [blame] | 31 | libOpenglCodecCommon \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 32 | libOpenglSystemCommon \ |
| 33 | libGLESv2_emulation \ |
| 34 | libGLESv1_enc \ |
| 35 | libEGL_swiftshader \ |
| 36 | libGLESv1_CM_swiftshader \ |
| 37 | libGLESv2_swiftshader \ |
Bjoern Johansson | fda217c | 2018-06-14 16:02:30 -0700 | [diff] [blame] | 38 | libgoldfish-ril \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 39 | qemu-props \ |
| 40 | camera.goldfish \ |
| 41 | camera.goldfish.jpeg \ |
| 42 | camera.ranchu \ |
| 43 | camera.ranchu.jpeg \ |
| 44 | gatekeeper.ranchu \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 45 | gps.goldfish \ |
| 46 | gps.ranchu \ |
| 47 | fingerprint.goldfish \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 48 | audio.primary.goldfish \ |
| 49 | audio.primary.goldfish_legacy \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 50 | power.goldfish \ |
| 51 | power.ranchu \ |
| 52 | fingerprint.ranchu \ |
| 53 | sensors.ranchu \ |
| 54 | android.hardware.graphics.composer@2.1-impl \ |
| 55 | android.hardware.graphics.composer@2.1-service \ |
| 56 | android.hardware.graphics.allocator@2.0-service \ |
| 57 | android.hardware.graphics.allocator@2.0-impl \ |
| 58 | android.hardware.graphics.mapper@2.0-impl \ |
| 59 | hwcomposer.goldfish \ |
| 60 | hwcomposer.ranchu \ |
| 61 | toybox_vendor \ |
| 62 | android.hardware.audio@2.0-service \ |
| 63 | android.hardware.wifi@1.0-service \ |
| 64 | android.hardware.biometrics.fingerprint@2.1-service \ |
| 65 | sh_vendor \ |
bohu | 8d69328 | 2018-11-28 09:19:40 -0800 | [diff] [blame] | 66 | iw_vendor \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 67 | audio.r_submix.default \ |
| 68 | local_time.default \ |
| 69 | SdkSetup |
| 70 | |
| 71 | PRODUCT_PACKAGES += \ |
huans | 64eca14 | 2018-06-18 14:45:46 -0700 | [diff] [blame] | 72 | android.hardware.audio@4.0-impl:32 \ |
| 73 | android.hardware.audio.effect@4.0-impl:32 \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 74 | android.hardware.broadcastradio@1.1-service \ |
| 75 | android.hardware.broadcastradio@1.0-impl \ |
| 76 | android.hardware.soundtrigger@2.0-impl |
| 77 | |
| 78 | PRODUCT_PACKAGES += \ |
huans | 4772b3d | 2018-06-15 10:56:16 -0700 | [diff] [blame] | 79 | android.hardware.health@2.0-service.goldfish |
| 80 | |
| 81 | PRODUCT_PACKAGES += \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 82 | android.hardware.keymaster@3.0-impl \ |
| 83 | android.hardware.keymaster@3.0-service |
| 84 | |
| 85 | PRODUCT_PACKAGES += \ |
Jim Kaye | b8f4781 | 2018-06-18 16:24:10 -0700 | [diff] [blame] | 86 | DisplayCutoutEmulationEmu01Overlay |
| 87 | |
bohu | d69c26b | 2018-06-20 08:45:13 -0700 | [diff] [blame] | 88 | ifneq ($(EMULATOR_VENDOR_NO_GNSS),true) |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 89 | PRODUCT_PACKAGES += \ |
| 90 | android.hardware.gnss@1.0-service \ |
| 91 | android.hardware.gnss@1.0-impl |
bohu | d69c26b | 2018-06-20 08:45:13 -0700 | [diff] [blame] | 92 | endif |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 93 | |
| 94 | PRODUCT_PACKAGES += \ |
| 95 | android.hardware.sensors@1.0-impl \ |
| 96 | android.hardware.sensors@1.0-service |
| 97 | |
| 98 | PRODUCT_PACKAGES += \ |
| 99 | android.hardware.drm@1.0-service \ |
huans | 85d26b8 | 2018-06-13 16:14:28 -0700 | [diff] [blame] | 100 | android.hardware.drm@1.0-impl \ |
bohu | e7064d7 | 2019-01-17 17:16:18 -0800 | [diff] [blame] | 101 | android.hardware.drm@1.2-service.clearkey \ |
| 102 | android.hardware.drm@1.2-service.widevine |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 103 | |
| 104 | PRODUCT_PACKAGES += \ |
Haitao Shan | d9689ef | 2018-08-17 11:58:33 -0700 | [diff] [blame] | 105 | android.hardware.power@1.1-service.ranchu \ |
| 106 | |
Matt Wachowski | f6bb923 | 2018-11-28 09:34:45 -0800 | [diff] [blame] | 107 | PRODUCT_PROPERTY_OVERRIDES += ro.control_privapp_permissions=enforce |
Haitao Shan | d9689ef | 2018-08-17 11:58:33 -0700 | [diff] [blame] | 108 | PRODUCT_PROPERTY_OVERRIDES += ro.hardware.power=ranchu |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 109 | |
| 110 | PRODUCT_PACKAGES += \ |
| 111 | camera.device@1.0-impl \ |
| 112 | android.hardware.camera.provider@2.4-service \ |
| 113 | android.hardware.camera.provider@2.4-impl \ |
| 114 | |
| 115 | PRODUCT_PACKAGES += \ |
| 116 | android.hardware.gatekeeper@1.0-impl \ |
| 117 | android.hardware.gatekeeper@1.0-service |
| 118 | |
| 119 | # WiFi: vendor side |
| 120 | PRODUCT_PACKAGES += \ |
| 121 | createns \ |
| 122 | dhcpclient \ |
| 123 | dhcpserver \ |
| 124 | execns \ |
| 125 | hostapd \ |
Bjoern Johansson | 880e708 | 2018-05-15 15:04:53 -0700 | [diff] [blame] | 126 | hostapd_nohidl \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 127 | ipv6proxy \ |
Bjoern Johansson | 873eee6 | 2018-09-06 15:39:12 -0700 | [diff] [blame] | 128 | netmgr \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 129 | wpa_supplicant \ |
| 130 | |
Bowgo Tsai | 825e110 | 2018-07-16 17:58:40 +0800 | [diff] [blame] | 131 | # Needed for /system/priv-app/SdkSetup/SdkSetup.apk to pass CTS android.permission2.cts.PrivappPermissionsTest. |
| 132 | PRODUCT_COPY_FILES += \ |
| 133 | device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-goldfish.xml |
| 134 | |
bohu | e8304eb | 2018-09-04 11:56:42 -0700 | [diff] [blame] | 135 | |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 136 | PRODUCT_COPY_FILES += \ |
| 137 | device/generic/goldfish/data/etc/apns-conf.xml:data/misc/apns/apns-conf.xml \ |
| 138 | device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \ |
| 139 | device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \ |
| 140 | device/generic/goldfish/wifi/init.wifi.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.wifi.sh \ |
| 141 | device/generic/goldfish/init.ranchu.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.ranchu.rc \ |
| 142 | device/generic/goldfish/fstab.ranchu:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu \ |
| 143 | device/generic/goldfish/ueventd.ranchu.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ |
| 144 | device/generic/goldfish/input/goldfish_rotary.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/goldfish_rotary.idc \ |
| 145 | device/generic/goldfish/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 146 | device/generic/goldfish/data/etc/config.ini:config.ini \ |
| 147 | device/generic/goldfish/wifi/simulated_hostapd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/simulated_hostapd.conf \ |
| 148 | device/generic/goldfish/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \ |
| 149 | device/generic/goldfish/wifi/WifiConfigStore.xml:data/misc/wifi/WifiConfigStore.xml \ |
| 150 | frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ |
Bjoern Johansson | 836f41d | 2018-06-13 10:57:09 -0700 | [diff] [blame] | 151 | frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 152 | device/generic/goldfish/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ |
| 153 | device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ |
| 154 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ |
| 155 | frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ |
| 156 | device/generic/goldfish/camera/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ |
| 157 | device/generic/goldfish/camera/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ |
| 158 | device/generic/goldfish/camera/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \ |
| 159 | frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ |
Jeff McGlynn | 52d2563 | 2018-07-10 15:45:24 -0700 | [diff] [blame] | 160 | frameworks/native/data/etc/android.hardware.camera.ar.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 161 | frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \ |
| 162 | frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \ |
| 163 | frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \ |
| 164 | frameworks/native/data/etc/android.software.autofill.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.autofill.xml \ |
Matt Wachowski | 09896e1 | 2018-11-06 14:47:23 -0800 | [diff] [blame] | 165 | frameworks/native/data/etc/android.software.verified_boot.xml:system/etc/permissions/android.software.verified_boot.xml \ |
huans | 64eca14 | 2018-06-18 14:45:46 -0700 | [diff] [blame] | 166 | frameworks/av/media/libeffects/data/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ |
| 167 | device/generic/goldfish/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \ |
| 168 | frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ |
| 169 | frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/primary_audio_policy_configuration.xml \ |
| 170 | frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ |
| 171 | frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ |
| 172 | frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ |
Eric Laurent | 6405e78 | 2019-02-23 12:29:08 -0800 | [diff] [blame^] | 173 | frameworks/av/services/audiopolicy/config/surround_sound_configuration_5_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/surround_sound_configuration_5_0.xml \ |