OSDN Git Service

Multiple x86 platforms support
[android-x86/build.git] / target / product / sdk.mk
1 #
2 # Copyright (C) 2007 The Android Open Source Project
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 PRODUCT_PROPERTY_OVERRIDES :=
18
19 PRODUCT_PACKAGES := \
20         AccountAndSyncSettings \
21         AlarmClock \
22         Camera \
23         Calculator \
24         CarHome \
25         Development \
26         DrmProvider \
27         Email \
28         Fallback \
29         Gallery \
30         GPSEnable \
31         Launcher2 \
32         Protips \
33         Music \
34         Mms \
35         Settings \
36         SdkSetup \
37         CustomLocale \
38         gpstest \
39         sqlite3 \
40         LatinIME \
41         PinyinIME \
42         OpenWnn \
43         libWnnEngDic \
44         libWnnJpnDic \
45         libwnndict \
46         CertInstaller \
47         LiveWallpapersPicker \
48         ApiDemos \
49         GestureBuilder \
50         SoftKeyboard \
51         CubeLiveWallpapers \
52         QuickSearchBox
53
54 PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
55
56 PRODUCT_COPY_FILES := \
57         system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
58         frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
59         frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
60         frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
61
62 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
63
64 # Overrides
65 PRODUCT_BRAND := generic
66 PRODUCT_NAME := sdk
67 PRODUCT_DEVICE := generic
68 PRODUCT_LOCALES := \
69         ldpi \
70         hdpi \
71         mdpi \
72         en_US \
73         en_GB \
74         en_CA \
75         en_AU \
76         en_NZ \
77         en_SG \
78         ja_JP \
79         fr_FR \
80         fr_BE \
81         fr_CA \
82         fr_CH \
83         it_IT \
84         it_CH \
85         es_ES \
86         de_DE \
87         de_AT \
88         de_CH \
89         de_LI \
90         nl_NL \
91         nl_BE \
92         cs_CZ \
93         pl_PL \
94         zh_CN \
95         zh_TW \
96         ru_RU \
97         ko_KR
98
99 # include available languages for TTS in the system image
100 include external/svox/pico/lang/PicoLangDeDeInSystem.mk
101 include external/svox/pico/lang/PicoLangEnGBInSystem.mk
102 include external/svox/pico/lang/PicoLangEnUsInSystem.mk
103 include external/svox/pico/lang/PicoLangEsEsInSystem.mk
104 include external/svox/pico/lang/PicoLangFrFrInSystem.mk
105 include external/svox/pico/lang/PicoLangItItInSystem.mk