summaryrefslogtreecommitdiffstats
path: root/i9300.mk
blob: 6997cb36bd6caf8d26655d04e07888363a551ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# Copyright (C) 2012 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.
#

# include galaxys3 common parts
$(call inherit-product, device/samsung/i9300/galaxys3_base.mk)

PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0

# Keylayout
PRODUCT_COPY_FILES += \
    device/samsung/i9300/usr/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \
    device/samsung/i9300/usr/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl \
    device/samsung/i9300/usr/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
    device/samsung/i9300/usr/keylayout/Generic.kl:system/usr/keylayout/Generic.kl \
    device/samsung/i9300/usr/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl \
    device/samsung/i9300/usr/keylayout/Vendor_05ac_Product_0239.kl:system/usr/keylayout/Vendor_05ac_Product_0239.kl \
    device/samsung/i9300/usr/keylayout/samsung-keypad.kl:system/usr/keylayout/samsung-keypad.kl \
    device/samsung/i9300/usr/keylayout/Vendor_046d_Product_c294.kl:system/usr/keylayout/Vendor_046d_Product_c294.kl \
    device/samsung/i9300/usr/keylayout/Vendor_046d_Product_c532.kl:system/usr/keylayout/Vendor_046d_Product_c532.kl \
    device/samsung/i9300/usr/keylayout/sii9234_rcp.kl:system/usr/keylayout/sii9234_rcp.kl \
    device/samsung/i9300/usr/keylayout/Vendor_04e8_Product_7021.kl:system/usr/keylayout/Vendor_04e8_Product_7021.kl \
    device/samsung/i9300/usr/keylayout/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_028e.kl \
    device/samsung/i9300/usr/keylayout/Vendor_046d_Product_c299.kl:system/usr/keylayout/Vendor_046d_Product_c299.kl \
    device/samsung/i9300/usr/keylayout/max77693-muic.kl:system/usr/keylayout/max77693-muic.kl \
    device/samsung/i9300/usr/keylayout/Vendor_22b8_Product_093d.kl:system/usr/keylayout/Vendor_22b8_Product_093d.kl \
    device/samsung/i9300/usr/keylayout/Vendor_054c_Product_0268.kl:system/usr/keylayout/Vendor_054c_Product_0268.kl \
    device/samsung/i9300/usr/keylayout/Vendor_046d_Product_c216.kl:system/usr/keylayout/Vendor_046d_Product_c216.kl

# Keychars
PRODUCT_COPY_FILES += \
    device/samsung/i9300/usr/keychars:system/usr/keychars \
    device/samsung/i9300/usr/keychars/qwerty2.kcm:system/usr/keychars/qwerty2.kcm \
    device/samsung/i9300/usr/keychars/Virtual.kcm:system/usr/keychars/Virtual.kcm \
    device/samsung/i9300/usr/keychars/qwerty.kcm:system/usr/keychars/qwerty.kcm \
    device/samsung/i9300/usr/keychars/Generic.kcm:system/usr/keychars/Generic.kcm

# Idc
PRODUCT_COPY_FILES += \
    device/samsung/i9300/usr/idc/qwerty.idc:system/usr/idc/qwerty.idc \
    device/samsung/i9300/usr/idc/melfas_ts.idc:system/usr/idc/melfas_ts.idc \
    device/samsung/i9300/usr/idc/qwerty2.idc:system/usr/idc/qwerty2.idc \
    device/samsung/i9300/usr/idc/sec_touchscreen.idc:system/usr/idc/sec_touchscreen.idc

$(call inherit-product-if-exists, vendor/samsung/i9300/i9300-vendor.mk)