blob: c58d9fd76840d7016f61ce2ccbc7dce48a32cb50 [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 \
Ying Wang03e76ac2010-09-21 16:08:26 -070024 Bluetooth \
25 Calculator \
26 Calendar \
Ying Wang03e76ac2010-09-21 16:08:26 -070027 CertInstaller \
Roger Chen15df8352013-01-08 21:20:32 +080028 Email \
Vikram Aggarwale396df82012-05-04 16:34:27 -070029 Exchange2 \
Nick Pelly48d55d32012-08-10 18:50:36 -070030 FusedLocation \
Owen Lin2c488772011-09-01 14:21:22 +080031 Gallery2 \
Jeff Brownb2d92682012-05-07 19:08:32 -070032 InputDevices \
Jim Miller45e64942013-02-27 14:01:38 -080033 Keyguard \
Ying Wang03e76ac2010-09-21 16:08:26 -070034 LatinIME \
35 Launcher2 \
Jean-Baptiste Querudc31cca2013-06-25 16:33:44 -070036 Music \
Marco Nelissenf0fee662011-07-18 14:46:09 -070037 MusicFX \
Chiao Cheng6c7341c2012-08-28 18:53:00 -070038 OneTimeInitializer \
Svetoslav Ganov0402a4b2013-04-03 13:59:53 -070039 PrintSpooler \
Ying Wang03e76ac2010-09-21 16:08:26 -070040 Provision \
41 Phone \
Ying Wang03e76ac2010-09-21 16:08:26 -070042 QuickSearchBox \
43 Settings \
Ying Wang03e76ac2010-09-21 16:08:26 -070044 SystemUI \
Jeff Sharkey46ca36a2013-03-06 11:52:30 -080045 Terminal \
Ying Wang03e76ac2010-09-21 16:08:26 -070046 CalendarProvider \
Ying Wang486be822011-10-08 14:31:54 -070047 bluetooth-health \
48 hostapd \
49 wpa_supplicant.conf
Ying Wang03e76ac2010-09-21 16:08:26 -070050
51PRODUCT_PACKAGES += \
Joe Onorato8cfca472012-05-22 12:20:27 -070052 audio \
Lorenzo Colitti6aaf5892013-03-16 09:41:49 +090053 clatd \
Lorenzo Colittif0be9652013-07-08 19:43:42 +090054 clatd.conf \
Joe Onorato8cfca472012-05-22 12:20:27 -070055 dhcpcd.conf \
Joe Onorato8cfca472012-05-22 12:20:27 -070056 network \
57 pand \
58 pppd \
59 sdptool \
60 wpa_supplicant
61
62PRODUCT_PACKAGES += \
Ying Wang04e1f312011-01-19 10:28:05 -080063 librs_jni \
64 libvideoeditor_jni \
James Dong4007faf2012-05-15 00:45:19 -070065 libvideoeditor_core \
66 libvideoeditor_osal \
67 libvideoeditor_videofilters \
Ying Wang04e1f312011-01-19 10:28:05 -080068 libvideoeditorplayer \
Ying Wang04e1f312011-01-19 10:28:05 -080069
Dima Zavin7fbe6bc2011-04-20 16:40:28 -070070PRODUCT_PACKAGES += \
71 audio.primary.default \
John Grossman72957802012-02-10 14:36:13 -080072 audio_policy.default \
Todd Poynor66ec6c82012-02-10 18:33:58 -080073 local_time.default \
74 power.default
David 'Digit' Turner88e76ce2011-01-17 00:15:34 +010075
John Grossmana09c24d2011-06-27 17:29:32 -070076PRODUCT_PACKAGES += \
77 local_time.default
78
Jean-Baptiste Queru8666dd62010-09-26 15:54:18 -070079PRODUCT_COPY_FILES := \
Eric Laurent55f3f852012-04-13 18:58:20 -070080 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
Jean-Baptiste Queru8666dd62010-09-26 15:54:18 -070081
Andrew Flynndc790b02012-04-13 08:53:44 -070082PRODUCT_PROPERTY_OVERRIDES += \
83 ro.carrier=unknown
84
Ying Wang03e76ac2010-09-21 16:08:26 -070085$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
Raph Levienddfb58b2013-03-29 10:22:31 -070086$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
Bart Sears04873af2012-09-24 00:11:00 -070087$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
Jeff Brown99aacc22010-11-18 00:08:24 -080088$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
Ben Murdoch1d3f06a2013-02-07 10:52:04 +000089$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
Ying Wang03e76ac2010-09-21 16:08:26 -070090$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
91
92# Overrides
93PRODUCT_BRAND := generic
94PRODUCT_DEVICE := generic
95PRODUCT_NAME := generic_no_telephony