Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 1 | # |
| 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 |
| 19 | BOARD_USES_GENERIC_AUDIO := true |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 20 | |
Wink Saville | 9fab6a3 | 2012-08-20 11:21:42 -0700 | [diff] [blame] | 21 | # Default values, possibly overridden by BoardConfigVendor.mk |
| 22 | TARGET_BOARD_INFO_FILE := device/samsung/manta/board-info.txt |
| 23 | BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/manta/bluetooth |
| 24 | |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 25 | # Use the non-open-source parts, if they're present |
| 26 | -include vendor/samsung/manta/BoardConfigVendor.mk |
| 27 | |
| 28 | TARGET_CPU_ABI := armeabi-v7a |
| 29 | TARGET_CPU_ABI2 := armeabi |
| 30 | TARGET_CPU_SMP := true |
Jean-Baptiste Queru | 7427711 | 2012-08-10 12:58:44 -0700 | [diff] [blame] | 31 | TARGET_ARCH := arm |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 32 | TARGET_ARCH_VARIANT := armv7-a-neon |
| 33 | ARCH_ARM_HAVE_TLS_REGISTER := true |
| 34 | |
Chunho Park | 6baf552 | 2012-06-07 19:54:25 +0900 | [diff] [blame] | 35 | #Bluetooth |
| 36 | BOARD_HAVE_BLUETOOTH := true |
| 37 | BOARD_HAVE_BLUETOOTH_BCM := true |
| 38 | |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 39 | TARGET_NO_BOOTLOADER := true |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 40 | |
| 41 | TARGET_NO_RADIOIMAGE := true |
Dima Zavin | 3565abc | 2012-02-28 15:16:07 -0800 | [diff] [blame] | 42 | TARGET_BOARD_PLATFORM := exynos5 |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 43 | TARGET_BOOTLOADER_BOARD_NAME := manta |
| 44 | |
| 45 | BOARD_EGL_CFG := device/samsung/manta/egl.cfg |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 46 | |
| 47 | #BOARD_USES_HGL := true |
| 48 | #BOARD_USES_OVERLAY := true |
| 49 | USE_OPENGL_RENDERER := true |
| 50 | |
| 51 | TARGET_USERIMAGES_USE_EXT4 := true |
Colin Cross | 4438cfd | 2012-03-09 12:21:32 -0800 | [diff] [blame] | 52 | BOARD_SYSTEMIMAGE_PARTITION_SIZE := 685768704 |
Dima Zavin | 7e497e3 | 2012-02-07 14:51:59 -0800 | [diff] [blame] | 53 | BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912 |
| 54 | BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 |
| 55 | BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 |
| 56 | BOARD_FLASH_BLOCK_SIZE := 4096 |
| 57 | |
| 58 | #TARGET_PROVIDES_INIT_RC := true |
| 59 | #TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true |
| 60 | |
Dmitry Shmidt | e87ec97 | 2012-03-16 09:43:07 -0700 | [diff] [blame] | 61 | # Wifi related defines |
| 62 | BOARD_WPA_SUPPLICANT_DRIVER := NL80211 |
| 63 | WPA_SUPPLICANT_VERSION := VER_0_8_X |
| 64 | BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd |
| 65 | BOARD_HOSTAPD_DRIVER := NL80211 |
| 66 | BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd |
| 67 | BOARD_WLAN_DEVICE := bcmdhd |
| 68 | WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path" |
| 69 | WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin" |
| 70 | WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin" |
| 71 | WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" |
Todd Poynor | b3f588f | 2012-05-22 15:59:01 -0700 | [diff] [blame] | 72 | |
| 73 | BOARD_LIB_DUMPSTATE := libdumpstate.manta |
Doug Zongker | ee40277 | 2012-07-11 13:22:30 -0700 | [diff] [blame] | 74 | |
| 75 | TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888 |
| 76 | TARGET_RECOVERY_UI_LIB := librecovery_ui_manta |
Doug Zongker | d8771b2 | 2012-08-17 13:06:01 -0700 | [diff] [blame] | 77 | TARGET_RECOVERY_UPDATER_LIBS += librecovery_updater_manta |
Doug Zongker | c3d56f8 | 2012-08-02 10:42:27 -0700 | [diff] [blame] | 78 | TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/manta |