sdk.mk revision 2c6d410dac6ffffdf1c4c512dd1582beb12c70cf
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_POLICY := android.policy_phone
18PRODUCT_PROPERTY_OVERRIDES :=
19
20PRODUCT_PACKAGES := \
21	SystemUI \
22	AccountAndSyncSettings \
23	Camera \
24	Calculator \
25	CarHome \
26	DeskClock \
27	Development \
28	DrmProvider \
29	Email \
30	Fallback \
31	Gallery \
32	GPSEnable \
33	Launcher2 \
34	Protips \
35	Music \
36	Mms \
37	Settings \
38	SdkSetup \
39	CustomLocale \
40	gpstest \
41	sqlite3 \
42	LatinIME \
43	PinyinIME \
44	Phone \
45	OpenWnn \
46	libWnnEngDic \
47	libWnnJpnDic \
48	libwnndict \
49	CertInstaller \
50	LiveWallpapersPicker \
51	ApiDemos \
52	GestureBuilder \
53	SoftKeyboard \
54	CubeLiveWallpapers \
55	QuickSearchBox
56
57PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
58
59PRODUCT_COPY_FILES := \
60	system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
61	frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
62	frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
63	frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
64
65$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
66
67$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
68
69# Overrides
70PRODUCT_BRAND := generic
71PRODUCT_NAME := sdk
72PRODUCT_DEVICE := generic
73PRODUCT_LOCALES += ldpi hdpi mdpi
74
75# include available languages for TTS in the system image
76include external/svox/pico/lang/PicoLangDeDeInSystem.mk
77include external/svox/pico/lang/PicoLangEnGBInSystem.mk
78include external/svox/pico/lang/PicoLangEnUsInSystem.mk
79include external/svox/pico/lang/PicoLangEsEsInSystem.mk
80include external/svox/pico/lang/PicoLangFrFrInSystem.mk
81include external/svox/pico/lang/PicoLangItItInSystem.mk
82