Update leo to latest everything

Change-Id: Icdf18931a0df162902543fa7805ecd872bd210f9
This commit is contained in:
charansingh
2011-03-27 17:20:21 +05:30
parent ab98a80743
commit 91b8b0372d
11 changed files with 25 additions and 32 deletions
+12 -17
View File
@@ -52,9 +52,8 @@ WIFI_DRIVER_MODULE_NAME := "bcm4329"
BOARD_KERNEL_CMDLINE := no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5
BOARD_USES_GENERIC_AUDIO := false
BOARD_KERNEL_CMDLINE := no_console_suspend=1
BOARD_KERNEL_BASE := 0x11800000
BOARD_KERNEL_BASE := 0x20000000
BOARD_KERNEL_NEW_PPPOX := true
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true
@@ -65,27 +64,18 @@ BOARD_VENDOR_USE_AKMD := akm8973
BOARD_EGL_CFG := device/htc/leo/egl.cfg
BOARD_USE_FROYO_LIBCAMERA := true
BOARD_USES_QCOM_LIBS := true
BOARD_USES_QCOM_LIBRPC := true
BOARD_USES_QCOM_GPS := true
BOARD_USE_OPENSSL_ENGINE := true
BOARD_USE_FROYO_LIBCAMERA := true
BOARD_USE_REVERSE_FFC := true
# to enable the GPS HAL
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := leo
# AMSS version to use for GPS
BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 1240
# Use RGB565 surfaces until userspace drivers are upgraded
BOARD_NO_RGBX_8888 := true
BOARD_HAVE_FM_RADIO := true
BOARD_GLOBAL_CFLAGS += -DHAVE_FM_RADIO
# Use Special Leo update
TARGET_USES_LEOUPDATE := true
BOARD_HAVE_FM_RADIO := true
BOARD_GLOBAL_CFLAGS += -DHAVE_FM_RADIO
# # cat /proc/mtd
@@ -106,3 +96,8 @@ BOARD_FLASH_BLOCK_SIZE := 131072
TARGET_RELEASETOOLS_EXTENSIONS := device/htc/common
TARGET_PREBUILT_KERNEL := device/htc/leo/kernel
# to enable the GPS HAL
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := htcleo
# AMSS version to use for GPS
BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 3200
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+12 -14
View File
@@ -19,9 +19,6 @@
# not specialized for any geography.
#
# The gps config appropriate for this device
PRODUCT_COPY_FILES += \
device/htc/leo/gps.conf:system/etc/gps.conf
## (1) First, the most specific values, i.e. the aspects that are specific to GSM
@@ -50,9 +47,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.default_network=0
# For HSDPA low throughput
# Set default_france.acdb to audio_ctl driver if the ro.cid is HTC__203
PRODUCT_PROPERTY_OVERRIDES += \
ro.ril.disable.power.collapse = 1
ro.ril.enable.prl.recognition=1
# AGPS otpions
PRODUCT_PROPERTY_OVERRIDES += \
@@ -63,17 +61,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=131072
# For PDP overlap problem
PRODUCT_PROPERTY_OVERRIDES += \
ro.ril.avoid.pdp.overlap = 1
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
# Set default_france.acdb to audio_ctl driver if the ro.cid is HTC__203
PRODUCT_PROPERTY_OVERRIDES += \
ro.ril.enable.prl.recognition = 0
ro.media.dec.jpeg.memcap=20000000
# This is a high density device with more memory, so larger vm heaps for it.
PRODUCT_PROPERTY_OVERRIDES += \
@@ -97,6 +90,7 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.xml
# media config xml file
@@ -111,7 +105,7 @@ PRODUCT_PACKAGES += \
copybit.qsd8k \
lights.leo \
leo-reference-ril \
gps.leo
gps.htcleo
@@ -142,10 +136,11 @@ PRODUCT_COPY_FILES += \
device/htc/leo/modules/cifs.ko:system/lib/modules/cifs.ko \
device/htc/leo/modules/msm_rmnet.ko:system/lib/modules/msm_rmnet.ko \
device/htc/leo/modules/nls_utf8.ko:system/lib/modules/nls_utf8.ko \
device/htc/leo/modules/tun.ko:system/lib/modules/tun.ko
device/htc/leo/modules/tun.ko:system/lib/modules/tun.ko \
device/htc/leo/modules/fuse.ko:system/lib/modules/fuse.ko
PRODUCT_COPY_FILES += \
device/htc/leo/zImage:boot/zImage \
device/htc/leo/kernel:boot/zImage \
device/htc/leo/initrd.gz:boot/initrd.gz \
ifeq ($(TARGET_PREBUILT_KERNEL),)
@@ -154,6 +149,9 @@ else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
# The gps config appropriate for this device
$(call inherit-product, device/common/gps/gps_as_supl.mk)
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
+1 -1
View File
@@ -18,7 +18,7 @@ ifneq ($(TARGET_SIMULATOR),true)
include $(CLEAR_VARS)
LOCAL_MODULE := lights.leo
LOCAL_MODULE := lights.htcleo
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.