blob: 2c71ed55eb0fc3ac0eef2ec9b3d4050beea1f263 [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 \
28 DrmProvider \
Roger Chen15df8352013-01-08 21:20:32 +080029 Email \
Vikram Aggarwale396df82012-05-04 16:34:27 -070030 Exchange2 \
Nick Pelly48d55d32012-08-10 18:50:36 -070031 FusedLocation \
Owen Lin2c488772011-09-01 14:21:22 +080032 Gallery2 \
Jeff Brownb2d92682012-05-07 19:08:32 -070033 InputDevices \
Ying Wang03e76ac2010-09-21 16:08:26 -070034 LatinIME \
35 Launcher2 \
36 Music \
Marco Nelissenf0fee662011-07-18 14:46:09 -070037 MusicFX \
Chiao Cheng6c7341c2012-08-28 18:53:00 -070038 OneTimeInitializer \
Ying Wang03e76ac2010-09-21 16:08:26 -070039 Provision \
40 Phone \
Ying Wang03e76ac2010-09-21 16:08:26 -070041 QuickSearchBox \
42 Settings \
Ying Wang03e76ac2010-09-21 16:08:26 -070043 SystemUI \
Ying Wang03e76ac2010-09-21 16:08:26 -070044 CalendarProvider \
Ying Wang486be822011-10-08 14:31:54 -070045 bluetooth-health \
46 hostapd \
47 wpa_supplicant.conf
Ying Wang03e76ac2010-09-21 16:08:26 -070048
49PRODUCT_PACKAGES += \
Joe Onorato8cfca472012-05-22 12:20:27 -070050 audio \
Lorenzo Colitti6aaf5892013-03-16 09:41:49 +090051 clatd \
Lorenzo Colittib1b758f2013-07-08 19:43:42 +090052 clatd.conf \
Joe Onorato8cfca472012-05-22 12:20:27 -070053 dhcpcd.conf \
Joe Onorato8cfca472012-05-22 12:20:27 -070054 network \
55 pand \
56 pppd \
57 sdptool \
58 wpa_supplicant
59
60PRODUCT_PACKAGES += \
Ying Wang04e1f312011-01-19 10:28:05 -080061 librs_jni \
62 libvideoeditor_jni \
James Dong4007faf2012-05-15 00:45:19 -070063 libvideoeditor_core \
64 libvideoeditor_osal \
65 libvideoeditor_videofilters \
Ying Wang04e1f312011-01-19 10:28:05 -080066 libvideoeditorplayer \
Ying Wang04e1f312011-01-19 10:28:05 -080067
Dima Zavin7fbe6bc2011-04-20 16:40:28 -070068PRODUCT_PACKAGES += \
69 audio.primary.default \
John Grossman72957802012-02-10 14:36:13 -080070 audio_policy.default \
Todd Poynor66ec6c82012-02-10 18:33:58 -080071 local_time.default \
72 power.default
David 'Digit' Turner88e76ce2011-01-17 00:15:34 +010073
John Grossmana09c24d2011-06-27 17:29:32 -070074PRODUCT_PACKAGES += \
75 local_time.default
76
Jean-Baptiste Queru8666dd62010-09-26 15:54:18 -070077PRODUCT_COPY_FILES := \
Eric Laurent55f3f852012-04-13 18:58:20 -070078 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
Jean-Baptiste Queru8666dd62010-09-26 15:54:18 -070079
Andrew Flynndc790b02012-04-13 08:53:44 -070080PRODUCT_PROPERTY_OVERRIDES += \
81 ro.carrier=unknown
82
Ying Wang03e76ac2010-09-21 16:08:26 -070083$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
Raph Levienddfb58b2013-03-29 10:22:31 -070084$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
Bart Sears04873af2012-09-24 00:11:00 -070085$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
Jeff Brown99aacc22010-11-18 00:08:24 -080086$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
Ben Murdoch1d3f06a2013-02-07 10:52:04 +000087$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
Ying Wang03e76ac2010-09-21 16:08:26 -070088$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
89
90# Overrides
91PRODUCT_BRAND := generic
92PRODUCT_DEVICE := generic
93PRODUCT_NAME := generic_no_telephony