blob: 4fe9a74e194ae1f31d3ac994b9083703b5468987 [file] [log] [blame]
Jean-Baptiste Queruc3f42a92010-02-23 09:52:18 -08001#
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
The Android Open Source Project88b60792009-03-03 19:28:42 -080017PRODUCT_PROPERTY_OVERRIDES :=
18
19PRODUCT_PACKAGES := \
Fred Quintana170e1d52009-11-03 15:04:59 -080020 AccountAndSyncSettings \
The Android Open Source Project88b60792009-03-03 19:28:42 -080021 Camera \
Xavier Ducrohet48db6522009-04-21 13:35:03 -070022 Calculator \
Xavier Ducrohet9349bb12010-03-30 11:42:55 -070023 CarHome \
Jean-Baptiste Querua454d322010-04-19 09:38:42 -070024 DeskClock \
The Android Open Source Project88b60792009-03-03 19:28:42 -080025 Development \
26 DrmProvider \
27 Email \
28 Fallback \
Xavier Ducrohet88f254b2009-12-14 16:46:05 -080029 Gallery \
The Android Open Source Project88b60792009-03-03 19:28:42 -080030 GPSEnable \
Daniel Sandlerb7aa96b2010-03-02 14:09:55 -050031 Launcher2 \
Daniel Sandlera63b57c2010-04-07 16:48:47 -040032 Protips \
The Android Open Source Project88b60792009-03-03 19:28:42 -080033 Music \
34 Mms \
35 Settings \
36 SdkSetup \
37 CustomLocale \
38 gpstest \
39 sqlite3 \
Xavier Ducrohet9606db42009-04-08 12:13:43 -070040 LatinIME \
41 PinyinIME \
Xavier Ducrohetb610c082009-06-17 16:59:26 -070042 OpenWnn \
43 libWnnEngDic \
44 libWnnJpnDic \
Xavier Ducrohetb610c082009-06-17 16:59:26 -070045 libwnndict \
Xavier Ducrohet58302402009-10-29 16:40:03 -070046 CertInstaller \
Xavier Ducrohet216faf32009-11-08 15:42:25 -080047 LiveWallpapersPicker \
Xavier Ducrohet9606db42009-04-08 12:13:43 -070048 ApiDemos \
Romain Guy476f46b2009-07-20 11:22:08 -070049 GestureBuilder \
Xavier Ducrohet920f2aa2009-12-14 22:37:13 -080050 SoftKeyboard \
51 CubeLiveWallpapers
The Android Open Source Project88b60792009-03-03 19:28:42 -080052
Xavier Ducrohet325b2eb2009-11-10 17:52:55 -080053PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
54
The Android Open Source Projecte53d32b2009-03-05 20:00:41 -080055PRODUCT_COPY_FILES := \
Xavier Ducrohet47c4bbe2010-04-01 13:20:21 -070056 system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
Xavier Ducrohet74134a52010-04-08 18:07:27 -070057 frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
58 frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
Xavier Ducrohet93961552009-08-31 16:44:24 -070059 frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
The Android Open Source Project88b60792009-03-03 19:28:42 -080060
61$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
62
63# Overrides
64PRODUCT_BRAND := generic
65PRODUCT_NAME := sdk
66PRODUCT_DEVICE := generic
Xavier Ducrohet89df76d2009-04-09 12:21:52 -070067PRODUCT_LOCALES := \
Xavier Ducrohete6313782009-09-30 17:20:11 -070068 ldpi \
69 hdpi \
70 mdpi \
Xavier Ducrohet89df76d2009-04-09 12:21:52 -070071 en_US \
72 en_GB \
73 en_CA \
74 en_AU \
75 en_NZ \
76 en_SG \
77 ja_JP \
78 fr_FR \
79 fr_BE \
80 fr_CA \
81 fr_CH \
82 it_IT \
83 it_CH \
84 es_ES \
85 de_DE \
86 de_AT \
87 de_CH \
88 de_LI \
89 nl_NL \
90 nl_BE \
91 cs_CZ \
92 pl_PL \
93 zh_CN \
94 zh_TW \
95 ru_RU \
96 ko_KR
97
Xavier Ducrohet1b6b32c2009-09-14 15:00:27 -070098# include available languages for TTS in the system image
99include external/svox/pico/lang/PicoLangDeDeInSystem.mk
100include external/svox/pico/lang/PicoLangEnGBInSystem.mk
101include external/svox/pico/lang/PicoLangEnUsInSystem.mk
102include external/svox/pico/lang/PicoLangEsEsInSystem.mk
103include external/svox/pico/lang/PicoLangFrFrInSystem.mk
104include external/svox/pico/lang/PicoLangItItInSystem.mk