2010-02-24 01:52:18 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
2009-03-04 11:28:42 +08:00
|
|
|
PRODUCT_PROPERTY_OVERRIDES :=
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
2009-11-04 07:04:59 +08:00
|
|
|
AccountAndSyncSettings \
|
2009-03-04 11:28:42 +08:00
|
|
|
Camera \
|
2009-04-22 04:35:03 +08:00
|
|
|
Calculator \
|
2010-03-31 02:42:55 +08:00
|
|
|
CarHome \
|
2010-04-20 00:38:42 +08:00
|
|
|
DeskClock \
|
2009-03-04 11:28:42 +08:00
|
|
|
Development \
|
|
|
|
DrmProvider \
|
|
|
|
Email \
|
|
|
|
Fallback \
|
2009-12-15 08:46:05 +08:00
|
|
|
Gallery \
|
2009-03-04 11:28:42 +08:00
|
|
|
GPSEnable \
|
2010-03-03 03:09:55 +08:00
|
|
|
Launcher2 \
|
2010-04-08 04:48:47 +08:00
|
|
|
Protips \
|
2009-03-04 11:28:42 +08:00
|
|
|
Music \
|
|
|
|
Mms \
|
|
|
|
Settings \
|
|
|
|
SdkSetup \
|
|
|
|
CustomLocale \
|
|
|
|
gpstest \
|
|
|
|
sqlite3 \
|
2009-04-09 03:13:43 +08:00
|
|
|
LatinIME \
|
|
|
|
PinyinIME \
|
2009-06-18 07:59:26 +08:00
|
|
|
OpenWnn \
|
|
|
|
libWnnEngDic \
|
|
|
|
libWnnJpnDic \
|
|
|
|
libwnndict \
|
2009-10-30 07:40:03 +08:00
|
|
|
CertInstaller \
|
2009-11-09 07:42:25 +08:00
|
|
|
LiveWallpapersPicker \
|
2009-04-09 03:13:43 +08:00
|
|
|
ApiDemos \
|
2009-07-21 02:22:08 +08:00
|
|
|
GestureBuilder \
|
2009-12-15 14:37:13 +08:00
|
|
|
SoftKeyboard \
|
2010-05-26 08:03:07 +08:00
|
|
|
CubeLiveWallpapers \
|
|
|
|
QuickSearchBox
|
2009-03-04 11:28:42 +08:00
|
|
|
|
2009-11-11 09:52:55 +08:00
|
|
|
PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
|
|
|
|
|
2009-03-06 12:00:41 +08:00
|
|
|
PRODUCT_COPY_FILES := \
|
2010-04-02 04:20:21 +08:00
|
|
|
system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
|
2010-04-09 09:07:27 +08:00
|
|
|
frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
|
|
|
|
frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
|
2009-09-01 07:44:24 +08:00
|
|
|
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
|
2009-03-04 11:28:42 +08:00
|
|
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
|
|
|
|
|
|
|
# Overrides
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_NAME := sdk
|
|
|
|
PRODUCT_DEVICE := generic
|
2009-04-10 03:21:52 +08:00
|
|
|
PRODUCT_LOCALES := \
|
2009-10-01 08:20:11 +08:00
|
|
|
ldpi \
|
|
|
|
hdpi \
|
|
|
|
mdpi \
|
2009-04-10 03:21:52 +08:00
|
|
|
en_US \
|
|
|
|
en_GB \
|
|
|
|
en_CA \
|
|
|
|
en_AU \
|
|
|
|
en_NZ \
|
|
|
|
en_SG \
|
|
|
|
ja_JP \
|
|
|
|
fr_FR \
|
|
|
|
fr_BE \
|
|
|
|
fr_CA \
|
|
|
|
fr_CH \
|
|
|
|
it_IT \
|
|
|
|
it_CH \
|
|
|
|
es_ES \
|
|
|
|
de_DE \
|
|
|
|
de_AT \
|
|
|
|
de_CH \
|
|
|
|
de_LI \
|
|
|
|
nl_NL \
|
|
|
|
nl_BE \
|
|
|
|
cs_CZ \
|
|
|
|
pl_PL \
|
|
|
|
zh_CN \
|
|
|
|
zh_TW \
|
|
|
|
ru_RU \
|
|
|
|
ko_KR
|
|
|
|
|
2009-09-15 06:00:27 +08:00
|
|
|
# include available languages for TTS in the system image
|
|
|
|
include external/svox/pico/lang/PicoLangDeDeInSystem.mk
|
|
|
|
include external/svox/pico/lang/PicoLangEnGBInSystem.mk
|
|
|
|
include external/svox/pico/lang/PicoLangEnUsInSystem.mk
|
|
|
|
include external/svox/pico/lang/PicoLangEsEsInSystem.mk
|
|
|
|
include external/svox/pico/lang/PicoLangFrFrInSystem.mk
|
|
|
|
include external/svox/pico/lang/PicoLangItItInSystem.mk
|