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