Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 1 | # |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 2 | # Copyright (C) 2011 The Android Open-Source Project |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 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 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 17 | # This file includes all definitions that apply to ALL mako devices, and |
| 18 | # are also specific to mako devices |
| 19 | # |
| 20 | # Everything in this directory will become public |
Jean-Baptiste Queru | da90dca | 2012-06-05 16:03:03 -0700 | [diff] [blame] | 21 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 22 | DEVICE_PACKAGE_OVERLAYS := device/lge/mako/overlay |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 23 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 24 | # This device is xhdpi. However the platform doesn't |
| 25 | # currently contain all of the bitmaps at xhdpi density so |
| 26 | # we do this little trick to fall back to the hdpi version |
| 27 | # if the xhdpi doesn't exist. |
| 28 | PRODUCT_AAPT_CONFIG := normal hdpi xhdpi |
| 29 | PRODUCT_AAPT_PREF_CONFIG := xhdpi |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 30 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 31 | PRODUCT_PACKAGES := \ |
Roman Birg | 877a796 | 2013-01-06 11:47:47 -0600 | [diff] [blame] | 32 | lights.mako |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 33 | |
sungmin.choi | eb1d30c | 2012-06-19 22:24:43 -0700 | [diff] [blame] | 34 | PRODUCT_PACKAGES += \ |
| 35 | charger_res_images \ |
| 36 | charger |
| 37 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 38 | # Live Wallpapers |
| 39 | PRODUCT_PACKAGES += \ |
| 40 | LiveWallpapers \ |
| 41 | LiveWallpapersPicker \ |
| 42 | VisualizationWallpapers \ |
| 43 | librs_jni |
Jean-Baptiste Queru | f71ec4b | 2012-06-05 15:25:30 -0700 | [diff] [blame] | 44 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 45 | PRODUCT_COPY_FILES += \ |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 46 | device/lge/mako/WCNSS_cfg.dat:system/vendor/firmware/wlan/prima/WCNSS_cfg.dat \ |
| 47 | device/lge/mako/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ |
| 48 | device/lge/mako/WCNSS_qcom_wlan_nv.bin:system/etc/wifi/WCNSS_qcom_wlan_nv.bin |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 49 | |
| 50 | PRODUCT_COPY_FILES += \ |
Sungmin Choi | 099cdae | 2012-07-20 15:46:01 -0700 | [diff] [blame] | 51 | device/lge/mako/audio_policy.conf:system/etc/audio_policy.conf |
Sungmin Choi | 53cb3c9 | 2012-07-01 15:33:03 -0700 | [diff] [blame] | 52 | |
| 53 | PRODUCT_COPY_FILES += \ |
Ravi Kumar Alamanda | c4af08d | 2013-02-08 07:37:31 -0800 | [diff] [blame] | 54 | device/lge/mako/mixer_paths.xml:system/etc/mixer_paths.xml |
| 55 | |
| 56 | PRODUCT_COPY_FILES += \ |
Sungmin Choi | f1f28ec | 2012-08-16 00:40:32 -0700 | [diff] [blame] | 57 | device/lge/mako/thermald-mako.conf:system/etc/thermald.conf |
| 58 | |
| 59 | PRODUCT_COPY_FILES += \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 60 | device/lge/mako/init.mako.rc:root/init.mako.rc \ |
| 61 | device/lge/mako/init.mako.usb.rc:root/init.mako.usb.rc \ |
Brian Muramatsu | 482dad7 | 2012-06-18 18:58:21 -0700 | [diff] [blame] | 62 | device/lge/mako/fstab.mako:root/fstab.mako \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 63 | device/lge/mako/ueventd.mako.rc:root/ueventd.mako.rc \ |
Ajay Dudani | 83aa55e | 2012-06-15 18:46:22 -0700 | [diff] [blame] | 64 | device/lge/mako/media_profiles.xml:system/etc/media_profiles.xml \ |
| 65 | device/lge/mako/media_codecs.xml:system/etc/media_codecs.xml |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 66 | |
| 67 | # Prebuilt kl and kcm keymaps |
| 68 | PRODUCT_COPY_FILES += \ |
| 69 | device/lge/mako/apq8064-tabla-snd-card_Button_Jack.kl:system/usr/keylayout/apq8064-tabla-snd-card_Button_Jack.kl \ |
| 70 | device/lge/mako/hs_detect.kl:system/usr/keylayout/hs_detect.kl \ |
sungmin.choi | 46ec5fe | 2012-06-22 12:56:04 -0700 | [diff] [blame] | 71 | device/lge/mako/pmic8xxx_pwrkey.kl:system/usr/keylayout/pmic8xxx_pwrkey.kl \ |
| 72 | device/lge/mako/keypad_8064.kl:system/usr/keylayout/keypad_8064.kl \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 73 | device/lge/mako/apq8064-tabla-snd-card_Button_Jack.kcm:system/usr/keychars/apq8064-tabla-snd-card_Button_Jack.kcm \ |
sungmin.choi | 46ec5fe | 2012-06-22 12:56:04 -0700 | [diff] [blame] | 74 | device/lge/mako/hs_detect.kcm:system/usr/keychars/hs_detect.kcm \ |
| 75 | device/lge/mako/keypad_8064.kcm:system/usr/keychars/keypad_8064.kcm \ |
| 76 | device/lge/mako/pmic8xxx_pwrkey.kcm:system/usr/keychars/pmic8xxx_pwrkey.kcm |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 77 | |
| 78 | # Prebuilt input device calibration files |
| 79 | PRODUCT_COPY_FILES += \ |
Iliyan Malchev | e011ca2 | 2012-06-14 14:58:24 -0700 | [diff] [blame] | 80 | device/lge/mako/touch_dev.idc:system/usr/idc/touch_dev.idc |
| 81 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 82 | # These are the hardware-specific features |
| 83 | PRODUCT_COPY_FILES += \ |
| 84 | frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ |
| 85 | frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ |
| 86 | frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ |
| 87 | frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ |
| 88 | frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ |
Mekala Natarajan | cdea6b0 | 2012-06-26 18:59:03 -0700 | [diff] [blame] | 89 | frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 90 | frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ |
| 91 | frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ |
| 92 | frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ |
| 93 | frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ |
| 94 | frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 95 | frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ |
| 96 | frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ |
Iliyan Malchev | 733b35c | 2012-08-16 14:40:17 -0700 | [diff] [blame] | 97 | frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ |
Ying Wang | 8f85d83 | 2013-04-23 18:14:16 -0700 | [diff] [blame] | 98 | frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ |
Matthew Xie | b2162cb | 2013-04-23 12:05:04 -0700 | [diff] [blame] | 99 | frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 100 | |
Martijn Coenen | 6c11a69 | 2012-07-31 13:25:27 -0700 | [diff] [blame] | 101 | # NFC packages |
| 102 | PRODUCT_PACKAGES += \ |
Martijn Coenen | d45cd8f | 2012-09-18 16:51:13 -0700 | [diff] [blame] | 103 | nfc_nci.mako \ |
Martijn Coenen | 6c11a69 | 2012-07-31 13:25:27 -0700 | [diff] [blame] | 104 | NfcNci \ |
| 105 | Tag \ |
| 106 | com.android.nfc_extras |
| 107 | |
| 108 | # NFCEE access control |
| 109 | ifeq ($(TARGET_BUILD_VARIANT),user) |
| 110 | NFCEE_ACCESS_PATH := device/lge/mako/nfc/nfcee_access.xml |
| 111 | else |
| 112 | NFCEE_ACCESS_PATH := device/lge/mako/nfc/nfcee_access_debug.xml |
| 113 | endif |
| 114 | |
| 115 | # NFC access control + feature files + configuration |
| 116 | PRODUCT_COPY_FILES += \ |
| 117 | $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml \ |
| 118 | frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \ |
| 119 | frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ |
Martijn Coenen | 276e8ab | 2013-07-22 17:01:31 -0700 | [diff] [blame] | 120 | frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \ |
Martijn Coenen | 6c11a69 | 2012-07-31 13:25:27 -0700 | [diff] [blame] | 121 | device/lge/mako/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf |
| 122 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 123 | PRODUCT_PROPERTY_OVERRIDES += \ |
Jesse Hall | a9be30e | 2013-03-22 10:08:39 -0700 | [diff] [blame] | 124 | ro.opengles.version=196608 |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 125 | |
| 126 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 127 | ro.sf.lcd_density=320 |
| 128 | |
ty.lee | 497d5cd | 2012-09-28 20:51:53 +0900 | [diff] [blame] | 129 | # Audio Configuration |
Ravi Kumar Alamanda | 7dacf65 | 2013-02-12 02:12:47 -0800 | [diff] [blame] | 130 | # FIXME: Remove persist.audio.handset.mic and persist.audio.fluence.mode |
| 131 | # while switching new audio HAL from legacy HAL |
Ajay Dudani | 1c25fba | 2012-06-18 15:55:04 -0700 | [diff] [blame] | 132 | PRODUCT_PROPERTY_OVERRIDES += \ |
Ravi Kumar Alamanda | 7dacf65 | 2013-02-12 02:12:47 -0800 | [diff] [blame] | 133 | persist.audio.handset.mic.type=digital \ |
| 134 | persist.audio.dualmic.config=endfire \ |
| 135 | persist.audio.fluence.voicecall=true \ |
ty.lee | dcb0fdc | 2012-08-01 23:02:06 +0900 | [diff] [blame] | 136 | persist.audio.handset.mic=dmic \ |
SathishKumar Mani | e0aa19f | 2012-08-13 18:26:46 -0700 | [diff] [blame] | 137 | persist.audio.fluence.mode=endfire \ |
ty.lee | 497d5cd | 2012-09-28 20:51:53 +0900 | [diff] [blame] | 138 | persist.audio.lowlatency.rec=false \ |
| 139 | af.resampler.quality=4 |
| 140 | |
Ajay Dudani | 1c25fba | 2012-06-18 15:55:04 -0700 | [diff] [blame] | 141 | |
Naveen Kalla | 939180a | 2012-09-13 16:08:34 -0700 | [diff] [blame] | 142 | # Do not power down SIM card when modem is sent to Low Power Mode. |
| 143 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 144 | persist.radio.apm_sim_not_pwdn=1 |
| 145 | |
Wink Saville | 30e5e6d | 2012-09-15 10:02:17 -0700 | [diff] [blame] | 146 | # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false |
| 147 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 148 | ro.telephony.call_ring.multiple=0 |
| 149 | |
Iliyan Malchev | 9e665ff | 2012-09-20 18:46:53 -0700 | [diff] [blame] | 150 | #Upto 3 layers can go through overlays |
Naseer Ahmed | 735cece | 2012-11-22 12:15:35 -0500 | [diff] [blame] | 151 | PRODUCT_PROPERTY_OVERRIDES += persist.hwc.mdpcomp.enable=true |
Naseer Ahmed | c5967e7 | 2012-08-16 15:45:19 -0700 | [diff] [blame] | 152 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 153 | PRODUCT_CHARACTERISTICS := nosdcard |
| 154 | |
| 155 | PRODUCT_TAGS += dalvik.gc.type-precise |
| 156 | |
| 157 | PRODUCT_PACKAGES += \ |
| 158 | librs_jni \ |
| 159 | com.android.future.usb.accessory |
| 160 | |
| 161 | # Filesystem management tools |
| 162 | PRODUCT_PACKAGES += \ |
Iliyan Malchev | d707bca | 2012-09-17 22:06:37 -0700 | [diff] [blame] | 163 | e2fsck |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 164 | |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 165 | PRODUCT_PACKAGES += \ |
| 166 | libgenlock \ |
| 167 | liboverlay \ |
| 168 | hwcomposer.msm8960 \ |
| 169 | gralloc.msm8960 \ |
Colin Cross | 559f891 | 2013-09-26 17:51:27 -0700 | [diff] [blame] | 170 | copybit.msm8960 \ |
| 171 | memtrack.msm8960 |
Iliyan Malchev | fefe23c | 2012-06-08 10:36:25 -0700 | [diff] [blame] | 172 | |
Iliyan Malchev | 91f61bc | 2012-06-13 12:40:22 -0700 | [diff] [blame] | 173 | PRODUCT_PACKAGES += \ |
Iliyan Malchev | 91f61bc | 2012-06-13 12:40:22 -0700 | [diff] [blame] | 174 | audio_policy.msm8960 \ |
Ajay Dudani | 1c25fba | 2012-06-18 15:55:04 -0700 | [diff] [blame] | 175 | audio.primary.msm8960 \ |
Sungmin Choi | 099cdae | 2012-07-20 15:46:01 -0700 | [diff] [blame] | 176 | audio.a2dp.default \ |
Jean-Michel Trivi | a27f9cb | 2012-08-16 18:42:00 -0700 | [diff] [blame] | 177 | audio.usb.default \ |
ty.lee | 497d5cd | 2012-09-28 20:51:53 +0900 | [diff] [blame] | 178 | audio.r_submix.default \ |
| 179 | libaudio-resampler |
Iliyan Malchev | 91f61bc | 2012-06-13 12:40:22 -0700 | [diff] [blame] | 180 | |
Eric Laurent | e1919b3 | 2013-04-09 09:14:20 -0700 | [diff] [blame] | 181 | # Voice processing |
| 182 | PRODUCT_PACKAGES += libqcomvoiceprocessing |
| 183 | PRODUCT_COPY_FILES += \ |
| 184 | device/lge/mako/audio_effects.conf:system/vendor/etc/audio_effects.conf |
| 185 | |
sungmin.choi | 2dca145 | 2012-06-25 14:49:10 -0700 | [diff] [blame] | 186 | PRODUCT_PACKAGES += \ |
jeonghoon.lim | 6a2ca5a | 2012-07-13 13:00:37 -0700 | [diff] [blame] | 187 | hci_qcomm_init |
| 188 | |
Narayanan Gopalakrishnan | 220abf7 | 2012-10-17 12:08:29 -0700 | [diff] [blame] | 189 | PRODUCT_PACKAGES += \ |
| 190 | power.msm8960 |
| 191 | |
jeonghoon.lim | 6a2ca5a | 2012-07-13 13:00:37 -0700 | [diff] [blame] | 192 | PRODUCT_COPY_FILES += \ |
| 193 | device/lge/mako/init.mako.bt.sh:system/etc/init.mako.bt.sh |
| 194 | |
| 195 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 196 | ro.qualcomm.bt.hci_transport=smd |
| 197 | |
| 198 | PRODUCT_PACKAGES += \ |
Shuzhen Wang | dad74d0 | 2012-08-29 21:59:07 -0700 | [diff] [blame] | 199 | camera.mako \ |
Ajay Dudani | b3f2b96 | 2012-07-08 17:02:10 -0700 | [diff] [blame] | 200 | camera.msm8960 \ |
Shuzhen Wang | dad74d0 | 2012-08-29 21:59:07 -0700 | [diff] [blame] | 201 | libmmcamera_interface2 \ |
| 202 | libmmcamera_interface |
Ajay Dudani | b3f2b96 | 2012-07-08 17:02:10 -0700 | [diff] [blame] | 203 | |
| 204 | PRODUCT_PACKAGES += \ |
Jean-Baptiste Queru | b28d18f | 2012-11-19 09:24:36 -0800 | [diff] [blame] | 205 | libmm-omxcore \ |
Sungmin Choi | d197793 | 2012-06-29 10:43:10 -0700 | [diff] [blame] | 206 | libdivxdrmdecrypt \ |
sungmin.choi | 2dca145 | 2012-06-25 14:49:10 -0700 | [diff] [blame] | 207 | libOmxVdec \ |
| 208 | libOmxVenc \ |
Brian Muramatsu | 5b4a906 | 2012-08-20 14:41:49 -0700 | [diff] [blame] | 209 | libOmxCore \ |
Haynes Mathew George | 421f0ac | 2012-08-24 19:40:54 -0700 | [diff] [blame] | 210 | libstagefrighthw \ |
| 211 | libc2dcolorconvert |
sungmin.choi | 2dca145 | 2012-06-25 14:49:10 -0700 | [diff] [blame] | 212 | |
Devin Kim | 2bae57d | 2013-09-10 17:04:30 -0700 | [diff] [blame] | 213 | # GPS configuration |
| 214 | PRODUCT_COPY_FILES += \ |
| 215 | device/lge/mako/gps.conf:system/etc/gps.conf |
| 216 | |
Dante Russo | e46b312 | 2013-08-22 11:12:27 -0700 | [diff] [blame] | 217 | # GPS |
Ajay Dudani | e114409 | 2012-06-15 21:07:31 -0700 | [diff] [blame] | 218 | PRODUCT_PACKAGES += \ |
Dante Russo | e46b312 | 2013-08-22 11:12:27 -0700 | [diff] [blame] | 219 | libloc_adapter \ |
| 220 | libloc_eng \ |
| 221 | libloc_api_v02 \ |
| 222 | libloc_ds_api \ |
| 223 | libloc_core \ |
| 224 | libizat_core \ |
| 225 | libgeofence \ |
| 226 | libgps.utils \ |
Dante Russo | e46b312 | 2013-08-22 11:12:27 -0700 | [diff] [blame] | 227 | gps.msm8960 \ |
| 228 | flp.msm8960 |
Ajay Dudani | e114409 | 2012-06-15 21:07:31 -0700 | [diff] [blame] | 229 | |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 230 | PRODUCT_PACKAGES += \ |
jeonghoon.lim | 85ddb8c | 2012-07-20 11:35:54 +0900 | [diff] [blame] | 231 | bdAddrLoader \ |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 232 | libwfcu \ |
Sungmin Choi | 30f0364 | 2012-11-08 14:36:36 +0900 | [diff] [blame] | 233 | conn_init |
Sungmin Choi | 5fd819d | 2012-07-18 01:49:40 -0700 | [diff] [blame] | 234 | |
Devin Kim | e902eb5 | 2012-12-14 17:39:12 -0800 | [diff] [blame] | 235 | PRODUCT_PACKAGES += \ |
| 236 | keystore.msm8960 |
agathon.jung | e1e5109 | 2012-07-05 10:44:34 -0700 | [diff] [blame] | 237 | |
Jeff Johnson | 03d80e0 | 2013-04-12 21:05:04 -0700 | [diff] [blame] | 238 | PRODUCT_PACKAGES += \ |
Ricardo Cerqueira | 66d55ac | 2013-10-15 01:24:55 +0100 | [diff] [blame] | 239 | hostapd_default.conf \ |
Jeff Johnson | 03d80e0 | 2013-04-12 21:05:04 -0700 | [diff] [blame] | 240 | wpa_supplicant_overlay.conf \ |
| 241 | p2p_supplicant_overlay.conf |
| 242 | |
Abhishek Adappa | d0e5753 | 2012-06-15 19:32:55 -0700 | [diff] [blame] | 243 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 244 | rild.libpath=/system/lib/libril-qc-qmi-1.so |
| 245 | |
agathon.jung | e1e5109 | 2012-07-05 10:44:34 -0700 | [diff] [blame] | 246 | PRODUCT_PROPERTY_OVERRIDES += \ |
Sungmin Choi | 146bcc1 | 2012-08-16 22:48:02 -0700 | [diff] [blame] | 247 | telephony.lteOnCdmaDevice=0 |
| 248 | |
| 249 | PRODUCT_PROPERTY_OVERRIDES += \ |
agathon.jung | 7756342 | 2012-07-24 09:54:51 -0700 | [diff] [blame] | 250 | drm.service.enabled=true |
agathon.jung | e1e5109 | 2012-07-05 10:44:34 -0700 | [diff] [blame] | 251 | |
Sungmin Choi | a67f0d2 | 2012-07-16 00:17:54 -0700 | [diff] [blame] | 252 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 253 | wifi.interface=wlan0 \ |
| 254 | wifi.supplicant_scan_interval=15 |
| 255 | |
Dave Burke | 5884e3d | 2012-09-13 16:40:22 -0700 | [diff] [blame] | 256 | # Enable AAC 5.1 output |
| 257 | PRODUCT_PROPERTY_OVERRIDES += \ |
Ricardo Cerqueira | 3b5e6ff | 2013-02-15 11:52:42 +0000 | [diff] [blame] | 258 | media.aac_51_output_enabled=true |
Dave Burke | 5884e3d | 2012-09-13 16:40:22 -0700 | [diff] [blame] | 259 | |
Iliyan Malchev | 4cac365 | 2012-10-03 00:04:51 -0700 | [diff] [blame] | 260 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 261 | debug.egl.recordable.rgba8888=1 |
| 262 | |
Sungmin Choi | 401ab5c | 2012-12-10 11:05:44 +0900 | [diff] [blame] | 263 | PRODUCT_PROPERTY_OVERRIDES += \ |
Mekala Natarajan | 9b8d42f | 2013-04-11 19:13:51 -0700 | [diff] [blame] | 264 | ro.qc.sensors.wl_dis=true \ |
| 265 | ro.qualcomm.sensors.smd=true |
Sungmin Choi | 401ab5c | 2012-12-10 11:05:44 +0900 | [diff] [blame] | 266 | |
Devin Kim | 3ed2894 | 2012-08-03 16:17:50 -0700 | [diff] [blame] | 267 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 268 | persist.sys.usb.config=mtp |
| 269 | |
Steve Kondik | f602536 | 2013-09-07 01:32:33 -0700 | [diff] [blame] | 270 | # Hardware codecs |
| 271 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 272 | qcom.hw.aac.encoder=true |
| 273 | |
| 274 | PRODUCT_PACKAGES += \ |
| 275 | libOmxAacEnc \ |
| 276 | libOmxAmrEnc \ |
| 277 | libOmxEvrcEnc \ |
| 278 | libOmxQcelp13Enc |
| 279 | |
Steve Kondik | bff6fc9 | 2013-09-07 11:28:52 -0700 | [diff] [blame] | 280 | # QRNGD |
| 281 | PRODUCT_PACKAGES += qrngd |
| 282 | |
Dianne Hackborn | 303ba86 | 2012-09-30 16:21:02 -0700 | [diff] [blame] | 283 | $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) |
Ricardo Cerqueira | 6c97d93 | 2013-02-16 02:51:16 +0000 | [diff] [blame] | 284 | |
| 285 | # This is the mako-specific audio package |
| 286 | $(call inherit-product, frameworks/base/data/sounds/AudioPackage10.mk) |
Ricardo Cerqueira | 83dae65 | 2013-07-25 16:32:22 +0100 | [diff] [blame] | 287 | |
Brian Muramatsu | 798123e | 2012-10-15 18:19:55 -0700 | [diff] [blame] | 288 | $(call inherit-product, hardware/qcom/msm8960/msm8960.mk) |