OSDN Git Service

generic_x86: several updates
[android-x86/build.git] / target / product / generic_x86.mk
1 # This is a generic product that isn't specialized for a specific device.
2 # It includes the base Android-x86 platform.
3
4 PRODUCT_PACKAGES := \
5     DeskClock \
6     Gallery3D \
7     GlobalSearch \
8     GlobalTime \
9     IM \
10     ImProvider \
11     JETBoy \
12     LiveWallpapers \
13     LiveWallpapersPicker \
14     LunarLander \
15     MagicSmokeWallpapers \
16     NotePad \
17     PinyinIME \
18     Provision \
19     RSSReader \
20     Snake \
21     SoundRecorder \
22     VisualizationWallpapers \
23     libRS \
24     librs_jni
25
26 THIRD_PARTY_APPS = \
27     ConnectBot \
28     FileManager \
29     LIME \
30
31
32 $(call inherit-product,frameworks/base/data/sounds/OriginalAudio.mk)
33 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic.mk)
34
35 # Overrides
36 PRODUCT_BRAND := generic_x86
37 PRODUCT_DEVICE := generic_x86
38 PRODUCT_NAME := generic_x86
39 PRODUCT_POLICY := android.policy_phone
40 PRODUCT_PROPERTY_OVERRIDES += \
41         ro.com.android.dataroaming=true
42
43 PRODUCT_LOCALES += hdpi mdpi
44
45 GENERIC_X86_CONFIG_MK := $(SRC_TARGET_DIR)/board/generic_x86/BoardConfig.mk
46 GENERIC_X86_ANDROID_MK := $(SRC_TARGET_DIR)/board/generic_x86/AndroidBoard.mk