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