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