Added more proprietary libraries.

The Led light of the HTC Dream should work when
extra libraries are extracted from the HTC Dream and
added to the system image.

The wlan.ko is not extracted (comparing to change 10501).
This is already part of the project or can be build from
source.
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index f2e6b42..9de5350 100644
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -85,3 +85,7 @@
 PRODUCT_COPY_FILES += \
 	$(proprietary)/tiwlan.ini:system/etc/wifi/tiwlan.ini \
 	$(proprietary)/Fw1251r1c.bin:system/etc/wifi/Fw1251r1c.bin
+
+PRODUCT_COPY_FILES += \
+	$(proprietary)/lights.msm7k.so:system/lib/hw/lights.msm7k.so \
+	$(proprietary)/AudioPreProcess.csv:system/etc/AudioPreProcess.csv
diff --git a/extract-files.sh b/extract-files.sh
index ccd78a3..2f0b197 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -31,4 +31,5 @@
 adb pull /system/etc/wifi/Fw1251r1c.bin proprietary/Fw1251r1c.bin
 adb pull /system/etc/wifi/tiwlan.ini proprietary/tiwlan.ini
 
-
+adb pull /system/lib/hw/lights.msm7k.so proprietary/lights.msm7k.so
+adb pull /system/etc/AudioPreProcess.csv proprietary/AudioPreProcess.csv