blob: ccf7ed1bb55c954c67cc0ba04a835b089719946b [file] [log] [blame]
#
# 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.
#
PRODUCT_PROPERTY_OVERRIDES :=
PRODUCT_PACKAGES := \
AccountAndSyncSettings \
AlarmClock \
Camera \
Calculator \
Development \
DrmProvider \
Email \
Fallback \
Gallery \
GPSEnable \
Launcher2 \
Music \
Mms \
Settings \
SdkSetup \
CustomLocale \
gpstest \
sqlite3 \
LatinIME \
PinyinIME \
OpenWnn \
libWnnEngDic \
libWnnJpnDic \
libwnndict \
CertInstaller \
LiveWallpapersPicker \
ApiDemos \
GestureBuilder \
SoftKeyboard \
CubeLiveWallpapers
PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
PRODUCT_COPY_FILES := \
development/data/etc/vold.conf:system/etc/vold.conf \
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
# Overrides
PRODUCT_BRAND := generic
PRODUCT_NAME := sdk
PRODUCT_DEVICE := generic
PRODUCT_LOCALES := \
ldpi \
hdpi \
mdpi \
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
# 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