• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
19BOARD_USES_GENERIC_AUDIO := true
20
21# Default values, possibly overridden by BoardConfigVendor.mk
22TARGET_BOARD_INFO_FILE := device/samsung/manta/board-info.txt
23BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/manta/bluetooth
24
25# Use the non-open-source parts, if they're present
26-include vendor/samsung/manta/BoardConfigVendor.mk
27
28TARGET_CPU_ABI := armeabi-v7a
29TARGET_CPU_ABI2 := armeabi
30TARGET_CPU_SMP := true
31TARGET_ARCH := arm
32TARGET_ARCH_VARIANT := armv7-a-neon
33ARCH_ARM_HAVE_TLS_REGISTER := true
34
35#Bluetooth
36BOARD_HAVE_BLUETOOTH := true
37BOARD_HAVE_BLUETOOTH_BCM := true
38
39TARGET_NO_BOOTLOADER := true
40
41TARGET_NO_RADIOIMAGE := true
42TARGET_BOARD_PLATFORM := exynos5
43TARGET_BOOTLOADER_BOARD_NAME := manta
44
45BOARD_EGL_CFG := device/samsung/manta/egl.cfg
46
47OVERRIDE_RS_DRIVER := libRSDriverArm.so
48
49#BOARD_USES_HGL := true
50#BOARD_USES_OVERLAY := true
51USE_OPENGL_RENDERER := true
52NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
53
54TARGET_USERIMAGES_USE_EXT4 := true
55BOARD_SYSTEMIMAGE_PARTITION_SIZE := 685768704
56BOARD_USERDATAIMAGE_PARTITION_SIZE := 14273216512
57BOARD_CACHEIMAGE_PARTITION_SIZE := 553648128
58BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
59BOARD_FLASH_BLOCK_SIZE := 4096
60
61#TARGET_PROVIDES_INIT_RC := true
62#TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
63
64# Wifi related defines
65BOARD_WPA_SUPPLICANT_DRIVER := NL80211
66WPA_SUPPLICANT_VERSION      := VER_0_8_X
67BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd
68BOARD_HOSTAPD_DRIVER        := NL80211
69BOARD_HOSTAPD_PRIVATE_LIB   := lib_driver_cmd_bcmdhd
70BOARD_WLAN_DEVICE           := bcmdhd
71WIFI_DRIVER_FW_PATH_PARAM   := "/sys/module/bcmdhd/parameters/firmware_path"
72WIFI_DRIVER_FW_PATH_STA     := "/vendor/firmware/fw_bcmdhd.bin"
73WIFI_DRIVER_FW_PATH_P2P     := "/vendor/firmware/fw_bcmdhd_p2p.bin"
74WIFI_DRIVER_FW_PATH_AP      := "/vendor/firmware/fw_bcmdhd_apsta.bin"
75
76BOARD_LIB_DUMPSTATE := libdumpstate.manta
77
78BOARD_CHARGER_DISABLE_INIT_BLANK := true
79
80TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
81TARGET_RECOVERY_UI_LIB := librecovery_ui_manta
82TARGET_RECOVERY_UPDATER_LIBS += librecovery_updater_manta
83TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/manta
84