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