David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2011 The CyanogenMod 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 | $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) |
| 18 | |
| 19 | ## The gps config appropriate for this device |
| 20 | PRODUCT_COPY_FILES += device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf |
| 21 | |
| 22 | ## (2) Also get non-open-source specific aspects if available |
| 23 | $(call inherit-product-if-exists, vendor/samsung/celox-common/celox-common-vendor.mk) |
| 24 | |
| 25 | ## overlays |
| 26 | DEVICE_PACKAGE_OVERLAYS += device/samsung/celox-common/overlay |
| 27 | |
| 28 | # Device uses high-density artwork where available |
| 29 | PRODUCT_AAPT_CONFIG := normal hdpi |
| 30 | PRODUCT_AAPT_PREF_CONFIG := hdpi |
| 31 | |
| 32 | # Hardware |
| 33 | PRODUCT_COPY_FILES += \ |
| 34 | frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml |
| 35 | |
David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 36 | # Vold |
| 37 | PRODUCT_COPY_FILES += \ |
| 38 | device/samsung/celox-common/vold.fstab:system/etc/vold.fstab |
| 39 | |
Steve Kondik | 89a7c07 | 2013-01-25 19:56:37 -0800 | [diff] [blame] | 40 | # Ramdisk |
| 41 | PRODUCT_PACKAGES += \ |
| 42 | fstab.qcom \ |
| 43 | init.qcom.rc \ |
| 44 | init.target.rc \ |
| 45 | ueventd.qcom.rc |
| 46 | |
David Ferguson | 7273312 | 2012-10-09 17:14:39 -0400 | [diff] [blame] | 47 | # QRNGD |
| 48 | PRODUCT_PACKAGES += qrngd |
| 49 | |
| 50 | # common msm8660 |
| 51 | $(call inherit-product, device/samsung/msm8660-common/msm8660.mk) |
| 52 | |
| 53 | $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) |
| 54 | |