add GalaxyS [not included in vendorsetup]

This commit is contained in:
Wes Garner 2010-07-20 19:44:06 -05:00
parent a5982b2e30
commit 1049dc1656
3 changed files with 51 additions and 0 deletions

View File

@ -65,4 +65,5 @@ CHANGELOG
* Incredible: Koush
* Espresso (Slide): Wes Garner, Chris Soyars
* Supersonic (EVO): Cyanogen, toastcfh
* Galaxy S (Vibrant): Scepterr, Wes Garner

Binary file not shown.

View File

@ -0,0 +1,50 @@
# Inherit device configuration for galaxys.
$(call inherit-product, device/samsung/galaxys/full_galaxys.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_galaxys
PRODUCT_BRAND := google
PRODUCT_DEVICE := galaxys
PRODUCT_MODEL := Vibrant
PRODUCT_MANUFACTURER :=
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=FRF91 BUILD_DISPLAY_ID=FRF91 PRODUCT_NAME=passion BUILD_FINGERPRINT=google/passion/passion/mahimahi:2.2/FRF91/43546:user/release-keys TARGET_BUILD_TYPE=userdebug BUILD_VERSION_TAGS=release-keys
PRIVATE_BUILD_DESC="passion-user 2.2 FRF91 43546 release-keys"
# Extra Galaxy S overlay
# No Overlay needed right now
# PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/galaxys
PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=device/samsung/galaxys/kernel
# Build kernel
#PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=cyanogen_smdkc110_defconfig
# Enable Windows Media
WITH_WINDOWS_MEDIA := true
#
# Set ro.modversion
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Vibrant
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Vibrant-alpha0
endif
#
# Copy galaxys specific prebuilt files
#
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/galaxys/media/bootanimation.zip:system/media/bootanimation.zip