2010-02-23 18:52:18 +01: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 04:28:42 +01:00
|
|
|
PRODUCT_PROPERTY_OVERRIDES :=
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
2009-11-04 00:04:59 +01:00
|
|
|
AccountAndSyncSettings \
|
2009-03-04 04:28:42 +01:00
|
|
|
AlarmClock \
|
|
|
|
Camera \
|
2009-04-21 22:35:03 +02:00
|
|
|
Calculator \
|
2010-03-30 20:42:55 +02:00
|
|
|
CarHome \
|
2009-03-04 04:28:42 +01:00
|
|
|
Development \
|
|
|
|
DrmProvider \
|
|
|
|
Email \
|
|
|
|
Fallback \
|
2009-12-15 01:46:05 +01:00
|
|
|
Gallery \
|
2009-03-04 04:28:42 +01:00
|
|
|
GPSEnable \
|
2010-03-02 20:09:55 +01:00
|
|
|
Launcher2 \
|
2010-04-07 22:48:47 +02:00
|
|
|
Protips \
|
2009-03-04 04:28:42 +01:00
|
|
|
Music \
|
|
|
|
Mms \
|
|
|
|
Settings \
|
|
|
|
SdkSetup \
|
|
|
|
CustomLocale \
|
|
|
|
gpstest \
|
|
|
|
sqlite3 \
|
2009-04-08 21:13:43 +02:00
|
|
|
LatinIME \
|
|
|
|
PinyinIME \
|
2009-06-18 01:59:26 +02:00
|
|
|
OpenWnn \
|
|
|
|
libWnnEngDic \
|
|
|
|
libWnnJpnDic \
|
|
|
|
libwnndict \
|
2009-10-30 00:40:03 +01:00
|
|
|
CertInstaller \
|
2009-11-09 00:42:25 +01:00
|
|
|
LiveWallpapersPicker \
|
2009-04-08 21:13:43 +02:00
|
|
|
ApiDemos \
|
2009-07-20 20:22:08 +02:00
|
|
|
GestureBuilder \
|
2009-12-15 07:37:13 +01:00
|
|
|
SoftKeyboard \
|
|
|
|
CubeLiveWallpapers
|
2009-03-04 04:28:42 +01:00
|
|
|
|
2009-11-11 02:52:55 +01:00
|
|
|
PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
|
|
|
|
|
2009-03-06 05:00:41 +01:00
|
|
|
PRODUCT_COPY_FILES := \
|
2010-04-01 22:20:21 +02:00
|
|
|
system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
|
2010-04-09 03:07:27 +02: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 01:44:24 +02:00
|
|
|
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
|
2009-03-04 04:28:42 +01:00
|
|
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
|
|
|
|
|
|
|
# Overrides
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_NAME := sdk
|
|
|
|
PRODUCT_DEVICE := generic
|
2009-04-09 21:21:52 +02:00
|
|
|
PRODUCT_LOCALES := \
|
2009-10-01 02:20:11 +02:00
|
|
|
ldpi \
|
|
|
|
hdpi \
|
|
|
|
mdpi \
|
2009-04-09 21:21:52 +02: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 00:00:27 +02: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
|