Skip to content

Commit

Permalink
Add the keyboard the way the inc keyboard is added
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmotion authored and r2DoesInc committed Jun 17, 2011
1 parent 3b7c226 commit 86e8c79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion desirec/desirec-vendor-blobs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ PRODUCT_COPY_FILES += \
vendor/htc/desirec/proprietary/liboemcamera.so:system/lib/liboemcamera.so \
vendor/htc/desirec/proprietary/libOmxH264Dec.so:system/lib/libOmxH264Dec.so \
vendor/htc/desirec/proprietary/libOmxMpeg4Dec.so:system/lib/libOmxMpeg4Dec.so \
vendor/htc/desirec/proprietary/libOmxVidEnc.so:system/lib/libOmxVidEnc.so \
vendor/htc/desirec/proprietary/libOmxVidEnc.so:system/lib/libOmxVidEnc.so


# Copy Keylayouts
PRODUCT_COPY_FILES += \
vendor/htc/desirec/proprietary/desirec-keypad.kl:/system/usr/keylayout/desirec-keypad.kl \
vendor/htc/desirec/proprietary/desirec-keypad.kcm:system/usr/keylayout/desirec-keypad.kcm \
vendor/htc/desirec/proprietary/desirec-keypad.kcm.bin:system/lib/desirec-keypad.kcm.bin \
vendor/htc/desirec/proprietary/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl

ifdef WITH_WINDOWS_MEDIA
PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit 86e8c79

Please sign in to comment.