sdk.mk revision 4356b55635e73b46aeb55bb27bff93a52d065124
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	Calculator \
21	DeskClock \
22	Email \
23	Exchange2 \
24	FusedLocation \
25	Gallery \
26	Keyguard \
27	Music \
28	Mms \
29	OpenWnn \
30	PrintSpooler \
31	libWnnEngDic \
32	libWnnJpnDic \
33	libwnndict \
34	TeleService \
35	PinyinIME \
36	Protips \
37	SoftKeyboard \
38	SystemUI \
39	Launcher2 \
40	Development \
41	DevelopmentSettings \
42	Fallback \
43	Settings \
44	SdkSetup \
45	CustomLocale \
46	sqlite3 \
47	InputDevices \
48	LatinIME \
49	CertInstaller \
50	LiveWallpapersPicker \
51	ApiDemos \
52	GestureBuilder \
53	CubeLiveWallpapers \
54	QuickSearchBox \
55	WidgetPreview \
56	librs_jni \
57	ConnectivityTest \
58	GpsLocationTest \
59	CalendarProvider \
60	Calendar \
61	SmokeTest \
62	SmokeTestApp \
63	rild \
64	LegacyCamera
65
66# Define the host tools and libs that are parts of the SDK.
67-include sdk/build/product_sdk.mk
68-include development/build/product_sdk.mk
69
70# audio libraries.
71PRODUCT_PACKAGES += \
72	audio.primary.goldfish \
73	audio_policy.default \
74	local_time.default
75
76PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
77
78PRODUCT_COPY_FILES := \
79	device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
80	frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
81	frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
82	frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
83	device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
84	device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \
85	frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
86	frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
87	frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
88	hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
89
90include $(SRC_TARGET_DIR)/product/emulator.mk
91
92$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
93$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
94$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
95$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
96$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
97
98# Overrides
99PRODUCT_BRAND := generic
100PRODUCT_NAME := sdk
101PRODUCT_DEVICE := generic
102
103# locale + densities. en_US is both first and in alphabetical order to
104# ensure this is the default locale.
105PRODUCT_LOCALES = \
106	en_US \
107	ldpi \
108	hdpi \
109	mdpi \
110	xhdpi \
111	ar_EG \
112	ar_IL \
113	bg_BG \
114	ca_ES \
115	cs_CZ \
116	da_DK \
117	de_AT \
118	de_CH \
119	de_DE \
120	de_LI \
121	el_GR \
122	en_AU \
123	en_CA \
124	en_GB \
125	en_IE \
126	en_IN \
127	en_NZ \
128	en_SG \
129	en_US \
130	en_ZA \
131	es_ES \
132	es_US \
133	fi_FI \
134	fr_BE \
135	fr_CA \
136	fr_CH \
137	fr_FR \
138	he_IL \
139	hi_IN \
140	hr_HR \
141	hu_HU \
142	id_ID \
143	it_CH \
144	it_IT \
145	ja_JP \
146	ko_KR \
147	lt_LT \
148	lv_LV \
149	nb_NO \
150	nl_BE \
151	nl_NL \
152	pl_PL \
153	pt_BR \
154	pt_PT \
155	ro_RO \
156	ru_RU \
157	sk_SK \
158	sl_SI \
159	sr_RS \
160	sv_SE \
161	th_TH \
162	tl_PH \
163	tr_TR \
164	uk_UA \
165	vi_VN \
166	zh_CN \
167	zh_TW
168
169# include available languages for TTS in the system image
170-include external/svox/pico/lang/PicoLangDeDeInSystem.mk
171-include external/svox/pico/lang/PicoLangEnGBInSystem.mk
172-include external/svox/pico/lang/PicoLangEnUsInSystem.mk
173-include external/svox/pico/lang/PicoLangEsEsInSystem.mk
174-include external/svox/pico/lang/PicoLangFrFrInSystem.mk
175-include external/svox/pico/lang/PicoLangItItInSystem.mk
176