Skip to content

Commit

Permalink
Squashed commit of the following for nook color:
Browse files Browse the repository at this point in the history
commit ad70ab9
Author: fattire <fattire@fattire-vm.(none)>
Date:   Thu Feb 17 13:45:53 2011 -0800

    Name fix.

commit fa73a12
Author: fattire <fattire@fattire-vm.(none)>
Date:   Thu Feb 17 12:10:52 2011 -0800

    cm: Bump for RC1

commit ef71687
Author: Keyan Mobli <[email protected]>
Date:   Thu Feb 17 12:15:09 2011 -0600

    encore: doesn't need softkeys now that it's in the statusbar

    Change-Id: Ic630520836ea6acdaf641fbdf4726619b6aaf333

commit 0ad5e17
Author: Brandon Bennett <[email protected]>
Date:   Wed Jan 19 12:41:24 2011 -0700

    Move to mdpi

    Change-Id: I83d3c3c487f2177e7dc6574311e56a7ec03ea137

commit b3ef4e3
Author: Brandon Bennett <[email protected]>
Date:   Wed Jan 19 12:39:48 2011 -0700

    Fix the finger to allow for proper market access.

    Change-Id: I17e242a6f2b4a2c2027927db2792cd6d47bf210e

commit 147274e
Author: fattire <fattire@fattire-vm.(none)>
Date:   Tue Jan 18 18:46:37 2011 -0800

    fix uh, typo...

commit 4e75727
Author: fattire <fattire@fattire-vm.(none)>
Date:   Tue Jan 18 18:42:25 2011 -0800

    TARGET_BUILD_TYPE -> userdebug, same as all other projects.  From -eng.  Won't build everything we don't need hopefully, but we'll still debug what we do need.

commit 64c6df4
Author: Brandon Bennett <[email protected]>
Date:   Tue Jan 18 00:25:27 2011 -0700

    Rename nookcolor to encore

    Change-Id: I36617d5e0baefba2c0d0cbe95fdf87f76a41380d

commit 7e40fff
Merge: c1634f3 1d3ebd7
Author: fattire <fattire@fattire-vm.(none)>
Date:   Sat Jan 15 13:12:31 2011 -0800

    trying to fix clash with upstream

commit 31b3c02
Author: fattire <fattire@fattire-vm.(none)>
Date:   Sat Jan 15 13:11:41 2011 -0800

    syncing with upstream

commit 1ee0e2e
Merge: cc0a549 1d3ebd7
Author: fattire <fattire@fattire-vm.(none)>
Date:   Sat Jan 15 13:05:24 2011 -0800

    hopefully resolve the clash here

commit 3f47919
Author: cicada <[email protected]>
Date:   Sun Jan 9 17:40:20 2011 -0700

    adding the cyanogen_nookcolor target to the proper vendorsetup.sh

commit 8a02265
Author: fattire <fattire@fattire-vm.(none)>
Date:   Sat Jan 8 18:31:42 2011 -0800

    initial checkin of nc stuff

commit c274dc1
Author: fattire <fattire@fattire-vm.(none)>
Date:   Sat Jan 8 18:31:42 2011 -0800

    initial checkin of nc stuff

    Change-Id: I42ef09a93f54b9383fb49f2903f6ea5ed0385bc0

Change-Id: Id81f1cbbb19122ecb4fd28315a07344ead77e3c9
  • Loading branch information
kmobs committed Feb 18, 2011
1 parent 9acaa68 commit 80b3fc3
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overlay/encore/packages/apps/CMParts/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">false</bool>

<bool name="has_led_flash">false</bool>
</resources>

1 change: 1 addition & 0 deletions products/AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_buzz.mk \
$(LOCAL_DIR)/cyanogen_click.mk \
$(LOCAL_DIR)/cyanogen_crespo.mk \
$(LOCAL_DIR)/cyanogen_encore.mk \
$(LOCAL_DIR)/cyanogen_espresso.mk \
$(LOCAL_DIR)/cyanogen_hero.mk \
$(LOCAL_DIR)/cyanogen_heroc.mk \
Expand Down
38 changes: 38 additions & 0 deletions products/cyanogen_encore.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Inherit AOSP device configuration for encore.
$(call inherit-product, device/bn/encore/device_encore.mk)

# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)

#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_encore
PRODUCT_BRAND := bn
PRODUCT_DEVICE := encore
PRODUCT_MODEL := NookColor
PRODUCT_MANUFACTURER := bn
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=FRG83 BUILD_DISPLAY_ID=GRH78C PRODUCT_NAME=encore BUILD_FINGERPRINT=google/passion/passion/mahimahi:2.2.1/FRG83/60505:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.2.1 FRG83 60505 release-keys"

PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/encore

#
# Set ro.modversion
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-encore
else
ifdef CYANOGEN_RELEASE
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7.0.0-RC1-encore
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7.0.0-RC1-encore-KANG
endif
endif


PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip

1 change: 1 addition & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ add_lunch_combo cyanogen_buzz-eng
add_lunch_combo cyanogen_click-eng
add_lunch_combo cyanogen_crespo-eng
#add_lunch_combo cyanogen_dream_sapphire-eng
add_lunch_combo cyanogen_encore-eng
add_lunch_combo cyanogen_espresso-eng
add_lunch_combo cyanogen_generic-eng
add_lunch_combo cyanogen_glacier-eng
Expand Down

0 comments on commit 80b3fc3

Please sign in to comment.