summaryrefslogtreecommitdiffstats
path: root/BoardCommonConfig.mk
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-04-07 23:48:23 -0700
committerSteve Kondik <shade@chemlab.org>2013-04-08 02:23:23 -0700
commit06a8727b06f9f9630bf93cd037d73c3028d26612 (patch)
tree1e02f70a3fbefa194d913dde9ae5547ba181c213 /BoardCommonConfig.mk
parenteb084f936a6b3ed20ef64e155b5bd064a819c262 (diff)
downloaddevice_samsung_t0lte-06a8727b06f9f9630bf93cd037d73c3028d26612.tar.gz
device_samsung_t0lte-06a8727b06f9f9630bf93cd037d73c3028d26612.tar.bz2
device_samsung_t0lte-06a8727b06f9f9630bf93cd037d73c3028d26612.zip
t0lte: Allow extension by carrier-specific configurations
Change-Id: Icf1cf20fda21579950ede21da7a0e455046087c7
Diffstat (limited to 'BoardCommonConfig.mk')
-rw-r--r--BoardCommonConfig.mk38
1 files changed, 38 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
new file mode 100644
index 0000000..f95f617
--- /dev/null
+++ b/BoardCommonConfig.mk
@@ -0,0 +1,38 @@
+#
+# Copyright (C) 2013 The CyanogenMod Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# This variable is set first, so it can be overridden
+# by BoardConfigVendor.mk
+
+LOCAL_PATH := device/samsung/t0lte
+
+# Bluetooth
+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
+BOARD_BLUEDROID_VENDOR_CONF := $(LOCAL_PATH)/bluetooth/vnd_t0lte.txt
+
+# RIL
+COMMON_GLOBAL_CFLAGS += -DPROPERTY_PERMS_APPEND='{ "ril.ks.status", AID_SYSTEM, 0 },'
+
+# Camera
+COMMON_GLOBAL_CFLAGS += -DCAMERA_WITH_CITYID_PARAM
+
+# Kernel
+TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412
+TARGET_KERNEL_CONFIG := cyanogenmod_t0lte_defconfig
+
+# assert
+TARGET_OTA_ASSERT_DEVICE := t0lte,t0ltexx,GT-N7105,t0ltedv,GT-N7105T,t0lteatt,SGH-I317,t0ltetmo,SGH-T889,t0ltecan,t0ltevl,SGH-I317M
+