blob: 0d87fc3321a841214733619c582477ce96eedf24 [file] [log] [blame]
Ying Wang03e76ac2010-09-21 16:08:26 -07001#
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
17# This is a generic phone product that isn't specialized for a specific device.
18# It includes the base Android platform.
19
20PRODUCT_POLICY := android.policy_phone
21
22PRODUCT_PACKAGES := \
Ying Wang03e76ac2010-09-21 16:08:26 -070023 DeskClock \
24 AlarmProvider \
25 Bluetooth \
26 Calculator \
27 Calendar \
Ying Wang03e76ac2010-09-21 16:08:26 -070028 CertInstaller \
29 DrmProvider \
30 Email \
Marc Blank784f3772011-02-25 11:18:47 -080031 Exchange \
Owen Lin2c488772011-09-01 14:21:22 +080032 Gallery2 \
Ying Wang03e76ac2010-09-21 16:08:26 -070033 LatinIME \
34 Launcher2 \
35 Music \
Marco Nelissenf0fee662011-07-18 14:46:09 -070036 MusicFX \
Ying Wang03e76ac2010-09-21 16:08:26 -070037 Provision \
38 Phone \
Ying Wang03e76ac2010-09-21 16:08:26 -070039 QuickSearchBox \
40 Settings \
41 Sync \
42 SystemUI \
43 Updater \
44 CalendarProvider \
Jason parksa1e48dc2011-01-05 14:51:42 -060045 SyncProvider \
Ying Wang486be822011-10-08 14:31:54 -070046 bluetooth-health \
47 hostapd \
48 wpa_supplicant.conf
Ying Wang03e76ac2010-09-21 16:08:26 -070049
50PRODUCT_PACKAGES += \
51 icu.dat
52
David 'Digit' Turner88e76ce2011-01-17 00:15:34 +010053PRODUCT_PACKAGES += \
Ying Wang04e1f312011-01-19 10:28:05 -080054 librs_jni \
55 libvideoeditor_jni \
56 libvideoeditorplayer \
57 libvideoeditor_core
58
Dima Zavin7fbe6bc2011-04-20 16:40:28 -070059PRODUCT_PACKAGES += \
60 audio.primary.default \
61 audio_policy.default
David 'Digit' Turner88e76ce2011-01-17 00:15:34 +010062
Jean-Baptiste Queru8666dd62010-09-26 15:54:18 -070063PRODUCT_COPY_FILES := \
64 system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
65 system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \
66 system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
67 system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
Eric Laurentf4c14872011-05-17 19:21:55 -070068 system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \
69 frameworks/base/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
Jean-Baptiste Queru8666dd62010-09-26 15:54:18 -070070
Ying Wang03e76ac2010-09-21 16:08:26 -070071$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
Ying Wang510df1b2011-09-23 14:35:51 -070072$(call inherit-product-if-exists, external/lohit-fonts/fonts.mk)
Jeff Brown99aacc22010-11-18 00:08:24 -080073$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
Ying Wang03e76ac2010-09-21 16:08:26 -070074$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
75
76# Overrides
77PRODUCT_BRAND := generic
78PRODUCT_DEVICE := generic
79PRODUCT_NAME := generic_no_telephony