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