sdk.mk revision a63b57c0cf3a3d13837325585ba8ff83b21f00c8
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	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
53PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
54
55PRODUCT_COPY_FILES := \
56	system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
57	frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
58
59$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
60
61# Overrides
62PRODUCT_BRAND := generic
63PRODUCT_NAME := sdk
64PRODUCT_DEVICE := generic
65PRODUCT_LOCALES := \
66	ldpi \
67	hdpi \
68	mdpi \
69	en_US \
70	en_GB \
71	en_CA \
72	en_AU \
73	en_NZ \
74	en_SG \
75	ja_JP \
76	fr_FR \
77	fr_BE \
78	fr_CA \
79	fr_CH \
80	it_IT \
81	it_CH \
82	es_ES \
83	de_DE \
84	de_AT \
85	de_CH \
86	de_LI \
87	nl_NL \
88	nl_BE \
89	cs_CZ \
90	pl_PL \
91	zh_CN \
92	zh_TW \
93	ru_RU \
94	ko_KR
95
96# include available languages for TTS in the system image
97include external/svox/pico/lang/PicoLangDeDeInSystem.mk
98include external/svox/pico/lang/PicoLangEnGBInSystem.mk
99include external/svox/pico/lang/PicoLangEnUsInSystem.mk
100include external/svox/pico/lang/PicoLangEsEsInSystem.mk
101include external/svox/pico/lang/PicoLangFrFrInSystem.mk
102include external/svox/pico/lang/PicoLangItItInSystem.mk
103