sdk.mk revision 9349bb1b5c639c692ee1bd1627678fede1efc7f5
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
17PRODUCT_PROPERTY_OVERRIDES :=
18
19PRODUCT_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	Music \
33	Mms \
34	Settings \
35	SdkSetup \
36	CustomLocale \
37	gpstest \
38	sqlite3 \
39	LatinIME \
40	PinyinIME \
41	OpenWnn \
42	libWnnEngDic \
43	libWnnJpnDic \
44	libwnndict \
45	CertInstaller \
46	LiveWallpapersPicker \
47	ApiDemos \
48	GestureBuilder \
49	SoftKeyboard \
50	CubeLiveWallpapers
51
52PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
53
54PRODUCT_COPY_FILES := \
55	development/data/etc/vold.conf:system/etc/vold.conf \
56	frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
57
58$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
59
60# Overrides
61PRODUCT_BRAND := generic
62PRODUCT_NAME := sdk
63PRODUCT_DEVICE := generic
64PRODUCT_LOCALES := \
65	ldpi \
66	hdpi \
67	mdpi \
68	en_US \
69	en_GB \
70	en_CA \
71	en_AU \
72	en_NZ \
73	en_SG \
74	ja_JP \
75	fr_FR \
76	fr_BE \
77	fr_CA \
78	fr_CH \
79	it_IT \
80	it_CH \
81	es_ES \
82	de_DE \
83	de_AT \
84	de_CH \
85	de_LI \
86	nl_NL \
87	nl_BE \
88	cs_CZ \
89	pl_PL \
90	zh_CN \
91	zh_TW \
92	ru_RU \
93	ko_KR
94
95# include available languages for TTS in the system image
96include external/svox/pico/lang/PicoLangDeDeInSystem.mk
97include external/svox/pico/lang/PicoLangEnGBInSystem.mk
98include external/svox/pico/lang/PicoLangEnUsInSystem.mk
99include external/svox/pico/lang/PicoLangEsEsInSystem.mk
100include external/svox/pico/lang/PicoLangFrFrInSystem.mk
101include external/svox/pico/lang/PicoLangItItInSystem.mk
102