1c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru#
2c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# Copyright (C) 2007 The Android Open Source Project
3c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru#
4c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# Licensed under the Apache License, Version 2.0 (the "License");
5c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# you may not use this file except in compliance with the License.
6c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# You may obtain a copy of the License at
7c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru#
8c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru#      http://www.apache.org/licenses/LICENSE-2.0
9c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru#
10c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# Unless required by applicable law or agreed to in writing, software
11c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# distributed under the License is distributed on an "AS IS" BASIS,
12c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# See the License for the specific language governing permissions and
14c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru# limitations under the License.
15c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru#
16c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru
173f9649492bdeb01f3a95350c28da11473beb00a0Doug Zongker# Base configuration for communication-oriented android devices
18bdac04e0f6002e95ce734a097d2c12236ed482faStephen Hines# (phones, tablets, etc.).  If you want a change to apply to ALMOST ALL
193f9649492bdeb01f3a95350c28da11473beb00a0Doug Zongker# devices (including non-phones and non-tablets), modify
20bdac04e0f6002e95ce734a097d2c12236ed482faStephen Hines# core_minimal.mk instead. If you care about wearables, you need to modify
21bdac04e0f6002e95ce734a097d2c12236ed482faStephen Hines# core_tiny.mk in addition to core_minimal.mk.
22c3f42a9ae2dad6bd40fd6c85f00fb0d13e988d1fJean-Baptiste Queru
233445f8fd1e6be5bba7bdcca5c63e7d29a1fc8db7Joe OnoratoPRODUCT_PACKAGES += \
24eeed3cf2c5bd8493e058b132fa2248f7bf515755Daniel Sandler    BasicDreams \
2500003c38b354d8df0871706ba87c42cf8fcc259bMakoto Onuki    BlockedNumberProvider \
264271a9b3ed5ffa40e4ef24801cab5690fe5ca56fPaul Miller    BookmarkProvider \
274271a9b3ed5ffa40e4ef24801cab5690fe5ca56fPaul Miller    Browser2 \
28fa064b30efb7d0308c2bbd212a940265b7379aacPhilip P. Moltmann    BuiltInPrintService \
292cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    Calendar \
302cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    CalendarProvider \
31d42ae848630e8c77809ce5a425308899c1e8f98fPaul Jensen    CaptivePortalLogin \
322cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    CertInstaller \
3324cad7d4f7962d3413d520791cb2b8a5a5266f58Ying Wang    Contacts \
342cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    DeskClock \
35680435898a23dca904094341905e7c76108beb69Jeff Sharkey    DocumentsUI \
36066375a86934f10e06dcb22fab6cbd654c63c85eJustin Koh    DownloadProviderUi \
372cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    Email \
3845249ff5d120ef3c0571d985c821e118302f4380Justin Klaassen    ExactCalculator \
39680435898a23dca904094341905e7c76108beb69Jeff Sharkey    ExternalStorageProvider \
402cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    FusedLocation \
412cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    InputDevices \
42603755d6cebc50d2f9debeec284f6614e085170dYing Wang    KeyChain \
432cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    Keyguard \
442cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    LatinIME \
452cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    Launcher2 \
46c1b2536f635f31777f46e07988e75737b90a75c1Nicolas Prevot    ManagedProvisioning \
4790bf437e7c8453e4d35497cd989173d8e3fa1c18Daichi Hirono    MtpDocumentsProvider \
4824cad7d4f7962d3413d520791cb2b8a5a5266f58Ying Wang    PicoTts \
495cdc0a93237e675e4f6f6a1d1d94fb92ab15a8f4Jason Monk    PacProcessor \
50c564b691d55d4dcede7ce46248b1a87acf3d2618Ying Wang    libpac \
512cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    PrintSpooler \
5285ec6296c1f66e7ecc762e86d2b9ac0c21709a45Philip P. Moltmann    PrintRecommendationService \
53b5e2c29dbabe98e76928d498da62bb33b3e20772Jason Monk    ProxyHandler \
542cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    QuickSearchBox \
552cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    Settings \
566e2ba5240e0115180b39ebb7c366cce68ccd49d2Christopher Tate    SharedStorageBackup \
57936cc2a09c9e9d876b37ca6a6e9fc56047634ecdDaniel Nishi    StorageManager \
586156bcad42b8a08dcf41b7cb12be90d2c6d02cf5Tyler Gunn    Telecom \
592cebe0baed4c2cd8cecabe84e59483e10eb5a98fYing Wang    TeleService \
60e77676cbdb9dda227b489a38dc4321d470b377d4Ye Wen    VpnDialogs \
6135aed3da10845096deffbbbb011f24790f8eba40Karthik Ravi Shankar    vr \
62e77676cbdb9dda227b489a38dc4321d470b377d4Ye Wen    MmsService
632244cd322f7aab549045e8bbfe25226831daeeb7Kenny Root
647d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas Geoffray# The set of packages whose code can be loaded by the system server.
657d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas GeoffrayPRODUCT_SYSTEM_SERVER_APPS += \
667d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas Geoffray    FusedLocation \
677d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas Geoffray    InputDevices \
687d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas Geoffray    KeyChain \
697d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas Geoffray    Telecom \
707d32b8bb4f155d4c41c1ae6dd84441c79c2e087cNicolas Geoffray
712cec9ae20844cde11fb967733aec153d0d60a0e8Nicolas Geoffray# The set of packages we want to force 'speed' compilation on.
722cec9ae20844cde11fb967733aec153d0d60a0e8Nicolas GeoffrayPRODUCT_DEXPREOPT_SPEED_APPS += \
732cec9ae20844cde11fb967733aec153d0d60a0e8Nicolas Geoffray
74c95e83d161be16c2a7bbaf3981af704fa0de9bd4Stuart Scott$(call inherit-product, $(SRC_TARGET_DIR)/product/core_base.mk)
75