blob: 8ea610843bd3ae1fdfb4009b92459e0b32448aec [file] [log] [blame]
Dima Zavin7e497e32012-02-07 14:51:59 -08001#
2# Copyright (C) 2011 The Android Open-Source 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
17ifeq ($(TARGET_PREBUILT_KERNEL),)
18LOCAL_KERNEL := device/samsung/manta/kernel
19else
20LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
21endif
22
Dima Zavina67dcf22012-02-22 14:52:22 -080023PRODUCT_COPY_FILES := \
Dima Zavinb4e71752012-02-22 14:55:11 -080024 $(LOCAL_KERNEL):kernel \
Dima Zavina67dcf22012-02-22 14:52:22 -080025 device/samsung/manta/init.smdk5250.rc:root/init.smdk5250.rc \
26 device/samsung/manta/init.smdk5250.usb.rc:root/init.smdk5250.usb.rc \
27 device/samsung/manta/ueventd.smdk5250.rc:root/ueventd.smdk5250.rc
Dima Zavin7e497e32012-02-07 14:51:59 -080028
Dima Zavin40cec162012-02-22 23:52:19 -080029# Input device files for smdk5250
30PRODUCT_COPY_FILES += \
31 device/samsung/manta/egalax_i2c.idc:system/usr/idc/egalax_i2c.idc \
32 device/samsung/manta/smdk5250-keypad.kl:system/usr/keylayout/smdk5250-keypad.kl \
33 device/samsung/manta/smdk5250-keypad.kcm:system/usr/keychars/smdk5250-keypad.kcm
34
Dima Zavin7e497e32012-02-07 14:51:59 -080035PRODUCT_PACKAGES := \
36 make_ext4fs
37
38PRODUCT_PROPERTY_OVERRIDES :=
39
40PRODUCT_CHARACTERISTICS := tablet,nosdcard
41
42DEVICE_PACKAGE_OVERLAYS := \
43 device/samsung/manta/overlay
44
Dima Zavine6046d32012-03-01 18:45:13 -080045# for now include gralloc here. should come from hardware/samsung_slsi/exynos5
46PRODUCT_PACKAGES += \
47 gralloc.exynos5
Dima Zavin7e497e32012-02-07 14:51:59 -080048
49PRODUCT_TAGS += dalvik.gc.type-precise
50
51PRODUCT_PACKAGES += \
52 librs_jni \
53 com.android.future.usb.accessory
54
55PRODUCT_PACKAGES += \
56 audio.primary.default \
57 audio.a2dp.default
58
59# Filesystem management tools
60PRODUCT_PACKAGES += \
61 make_ext4fs
62
Dima Zavin02889682012-02-22 23:52:45 -080063$(call inherit-product-if-exists, vendor/samsung_slsi/exynos5/exynos5-vendor.mk)
Dima Zavin7e497e32012-02-07 14:51:59 -080064$(call inherit-product-if-exists, vendor/samsung/manta/device-vendor.mk)
65$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)