blob: f664e305ca1f6a8707fba2b03f41fb7dbd2da5e4 [file] [log] [blame]
David Ferguson72733122012-10-09 17:14:39 -04001#
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
20PRODUCT_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
26DEVICE_PACKAGE_OVERLAYS += device/samsung/celox-common/overlay
27
28# Device uses high-density artwork where available
29PRODUCT_AAPT_CONFIG := normal hdpi
30PRODUCT_AAPT_PREF_CONFIG := hdpi
31
32# Hardware
33PRODUCT_COPY_FILES += \
34 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml
35
David Ferguson72733122012-10-09 17:14:39 -040036# Vold
37PRODUCT_COPY_FILES += \
38 device/samsung/celox-common/vold.fstab:system/etc/vold.fstab
39
Steve Kondik89a7c072013-01-25 19:56:37 -080040# Ramdisk
41PRODUCT_PACKAGES += \
42 fstab.qcom \
43 init.qcom.rc \
44 init.target.rc \
45 ueventd.qcom.rc
46
David Ferguson72733122012-10-09 17:14:39 -040047# QRNGD
48PRODUCT_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