Revert "changed to match the new bravo device setup"

This reverts commit b1391464ff8fd61221214983fc9d7d68208b2843.
diff --git a/products/cyanogen_bravo.mk b/products/cyanogen_bravo.mk
index f35fb77..4927995 100644
--- a/products/cyanogen_bravo.mk
+++ b/products/cyanogen_bravo.mk
@@ -1,5 +1,5 @@
 # Inherit AOSP device configuration for bravo.
-$(call inherit-product, device/htc/bravo/bravo.mk)
+$(call inherit-product, device/htc/bravo/full_bravo.mk)
 
 # Inherit some common cyanogenmod stuff.
 $(call inherit-product, vendor/cyanogen/products/common.mk)
@@ -22,11 +22,12 @@
 PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/passion
 
 # Use a precompiled kernel until the merge with cm-kernel
-TARGET_PREBUILT_KERNEL = device/htc/bravo/kernel
+TARGET_PREBUILT_KERNEL = device/htc/bravo-common/kernel
 
 # Extra RIL settings
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.ril.enable.managed.roaming=1 \
+    ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995 \
     ro.ril.emc.mode=2
 
 # Enable Windows Media
@@ -48,7 +49,3 @@
 #
 PRODUCT_COPY_FILES +=  \
     vendor/cyanogen/prebuilt/passion/media/bootanimation.zip:system/media/bootanimation.zip
-
-ifndef DEFAULT_LAUNCHER
-    PRODUCT_PACKAGES += ADWLauncher
-endif