OSDN Git Service

generic_x86: add faketsd
[android-x86/build.git] / target / product / generic_x86.mk
index 5bae947..de98470 100644 (file)
@@ -14,21 +14,27 @@ PRODUCT_PACKAGES := \
     LunarLander \
     MagicSmokeWallpapers \
     NotePad \
-    PinyinIME \
     Provision \
     RSSReader \
     Snake \
     SoundRecorder \
     VisualizationWallpapers \
-    libRS \
+    faketsd \
+    gralloc.mesa \
+    i915_dri \
+    i965_dri \
+    libGLES_mesa \
     librs_jni
 
 THIRD_PARTY_APPS = \
     ConnectBot \
     FileManager \
+    LIME \
 
 
+$(call inherit-product,frameworks/base/data/sounds/OriginalAudio.mk)
 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic.mk)
+$(call inherit-product,device/common/keymaps/keymaps.mk)
 
 # Overrides
 PRODUCT_BRAND := generic_x86
@@ -38,5 +44,7 @@ PRODUCT_POLICY := android.policy_phone
 PRODUCT_PROPERTY_OVERRIDES += \
        ro.com.android.dataroaming=true
 
+PRODUCT_LOCALES += hdpi mdpi
+
 GENERIC_X86_CONFIG_MK := $(SRC_TARGET_DIR)/board/generic_x86/BoardConfig.mk
 GENERIC_X86_ANDROID_MK := $(SRC_TARGET_DIR)/board/generic_x86/AndroidBoard.mk