Merge "inc: Enable dual-led mode for CMParts" into froyo

This commit is contained in:
Steve Kondik 2010-12-05 20:22:50 +00:00 committed by Gerrit Code Review
commit 6e49848987

View File

@ -2,7 +2,8 @@
<resources> <resources>
<!-- Whether or not to display the trackball settings --> <!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">true</bool> <bool name="has_trackball">true</bool>
<bool name="has_rgb_notification_led">true</bool> <bool name="has_rgb_notification_led">false</bool>
<bool name="has_dual_notification_led">true</bool>
<bool name="has_led_flash">true</bool> <bool name="has_led_flash">true</bool>
</resources> </resources>