core.mk revision b8de151fd8b4eea27ac57f177af553960aa36611
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_BRAND := generic
18PRODUCT_DEVICE := generic
19PRODUCT_NAME := core
20
21PRODUCT_PROPERTY_OVERRIDES := \
22    ro.config.notification_sound=OnTheHunt.ogg \
23    ro.config.alarm_alert=Alarm_Classic.ogg
24
25PRODUCT_PACKAGES := \
26    apache-xml \
27    bouncycastle \
28    bu \
29    cacerts \
30    com.android.location.provider \
31    com.android.location.provider.xml \
32    core \
33    core-junit \
34    dalvikvm \
35    dexdeps \
36    dexdump \
37    dexlist \
38    dexopt \
39    dmtracedump \
40    dx \
41    ext \
42    filterfw \
43    framework-res \
44    hprof-conv \
45    icu.dat \
46    installd \
47    ip-up-vpn \
48    libcrypto \
49    libdex \
50    libdvm \
51    libexpat \
52    libgabi++ \
53    libicui18n \
54    libicuuc \
55    libjavacore \
56    libnativehelper \
57    libnfc_ndef \
58    libOpenMAXAL \
59    libOpenSLES \
60    libsqlite_jni \
61    libssl \
62    libstagefright_soft_aacdec \
63    libstagefright_soft_amrdec \
64    libstagefright_soft_avcdec \
65    libstagefright_soft_g711dec \
66    libstagefright_soft_mp3dec \
67    libstagefright_soft_mpeg4dec \
68    libstagefright_soft_vorbisdec \
69    libstagefright_soft_vpxdec \
70    libwilhelm \
71    libfilterfw \
72    libfilterpack_imageproc \
73    libz \
74    wpa_supplicant.conf \
75    KeyChain \
76    Browser \
77    Contacts \
78    Home \
79    HTMLViewer \
80    ApplicationsProvider \
81    BackupRestoreConfirmation \
82    ContactsProvider \
83    VoicemailProvider \
84    DownloadProvider \
85    DownloadProviderUi \
86    MediaProvider \
87    PicoTts \
88    SettingsProvider \
89    TelephonyProvider \
90    TtsService \
91    VpnServices \
92    UserDictionaryProvider \
93    PackageInstaller \
94    DefaultContainerService \
95    Bugreport \
96    ip \
97    screencap \
98    sensorservice \
99    libspeexresampler
100
101# host-only dependencies
102ifeq ($(WITH_HOST_DALVIK),true)
103    PRODUCT_PACKAGES += \
104        apache-xml-hostdex \
105        bouncycastle-hostdex \
106        core-hostdex \
107        libjavacore-host \
108        dalvik
109endif
110