misc fixed again

This commit is contained in:
charansingh 2011-01-24 18:57:26 +05:30
parent 86e458fd8c
commit 1ec99c8788
5 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require mid=P*
require board=bravo|leo|htcleo
require device=bravo|leo|htcleo
require version-microp=031d

Binary file not shown.

BIN
firmware/fw_bcm4329.bin Executable file

Binary file not shown.

BIN
firmware/fw_bcm4329_apsta.bin Executable file

Binary file not shown.

6
leo.mk
View File

@ -119,6 +119,12 @@ PRODUCT_COPY_FILES += \
device/htc/leo/leo-keypad.kcm.bin:system/usr/keychars/leo-keypad.kcm.bin \
device/htc/leo/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl
# Firmware
PRODUCT_COPY_FILES += \
device/htc/supersonic/firmware/fw_bcm4329.bin:system/etc/firmware/fw_bcm4329.bin \
device/htc/supersonic/firmware/fw_bcm4329_apsta.bin:system/etc/firmware/fw_bcm4329_apsta.bin
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/htc/leo/kernel
else