blob: ab2cef1448ae4efe7b9118a5ddc162365f3caf44 [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
17# These two variables are set first, so they can be overridden
18# by BoardConfigVendor.mk
19BOARD_USES_GENERIC_AUDIO := true
Dima Zavin7e497e32012-02-07 14:51:59 -080020
21# Use the non-open-source parts, if they're present
22-include vendor/samsung/manta/BoardConfigVendor.mk
23
24TARGET_CPU_ABI := armeabi-v7a
25TARGET_CPU_ABI2 := armeabi
26TARGET_CPU_SMP := true
Jean-Baptiste Queru74277112012-08-10 12:58:44 -070027TARGET_ARCH := arm
Dima Zavin7e497e32012-02-07 14:51:59 -080028TARGET_ARCH_VARIANT := armv7-a-neon
29ARCH_ARM_HAVE_TLS_REGISTER := true
30
Chunho Park6baf5522012-06-07 19:54:25 +090031#Bluetooth
32BOARD_HAVE_BLUETOOTH := true
33BOARD_HAVE_BLUETOOTH_BCM := true
34
Dima Zavin7e497e32012-02-07 14:51:59 -080035TARGET_NO_BOOTLOADER := true
Dima Zavin7e497e32012-02-07 14:51:59 -080036
37TARGET_NO_RADIOIMAGE := true
Dima Zavin3565abc2012-02-28 15:16:07 -080038TARGET_BOARD_PLATFORM := exynos5
Dima Zavin7e497e32012-02-07 14:51:59 -080039TARGET_BOOTLOADER_BOARD_NAME := manta
40
41BOARD_EGL_CFG := device/samsung/manta/egl.cfg
Dima Zavin7e497e32012-02-07 14:51:59 -080042
43#BOARD_USES_HGL := true
44#BOARD_USES_OVERLAY := true
45USE_OPENGL_RENDERER := true
46
47TARGET_USERIMAGES_USE_EXT4 := true
Colin Cross4438cfd2012-03-09 12:21:32 -080048BOARD_SYSTEMIMAGE_PARTITION_SIZE := 685768704
Dima Zavin7e497e32012-02-07 14:51:59 -080049BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
50BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
51BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
52BOARD_FLASH_BLOCK_SIZE := 4096
53
54#TARGET_PROVIDES_INIT_RC := true
55#TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
56
Dmitry Shmidte87ec972012-03-16 09:43:07 -070057# Wifi related defines
58BOARD_WPA_SUPPLICANT_DRIVER := NL80211
59WPA_SUPPLICANT_VERSION := VER_0_8_X
60BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd
61BOARD_HOSTAPD_DRIVER := NL80211
62BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd
63BOARD_WLAN_DEVICE := bcmdhd
64WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path"
65WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin"
66WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin"
67WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin"
Todd Poynorb3f588f2012-05-22 15:59:01 -070068
69BOARD_LIB_DUMPSTATE := libdumpstate.manta
Doug Zongkeree402772012-07-11 13:22:30 -070070
71TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
72TARGET_RECOVERY_UI_LIB := librecovery_ui_manta
Doug Zongkerd8771b22012-08-17 13:06:01 -070073TARGET_RECOVERY_UPDATER_LIBS += librecovery_updater_manta
Doug Zongkerc3d56f82012-08-02 10:42:27 -070074TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/manta