core.mk revision bb7c6d88c6dd5ee48e8b8ec85ee04c0aa7bc5979
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    com.android.location.provider \
29    com.android.location.provider.xml \
30    core \
31    core-junit \
32    dalvikvm \
33    dexdeps \
34    dexdump \
35    dexlist \
36    dexopt \
37    dmtracedump \
38    dx \
39    ext \
40    framework-res \
41    hprof-conv \
42    icu.dat \
43    installd \
44    ip-up-vpn \
45    libcrypto \
46    libdex \
47    libdvm \
48    libexpat \
49    libicui18n \
50    libicuuc \
51    libjavacore \
52    libnativehelper \
53    libnfc_ndef \
54    libOpenMAXAL \
55    libOpenSLES \
56    libsqlite_jni \
57    libssl \
58    libwilhelm \
59    libz \
60    wpa_supplicant.conf \
61    Browser \
62    Contacts \
63    Home \
64    HTMLViewer \
65    ApplicationsProvider \
66    ContactsProvider \
67    DownloadProvider \
68    DownloadProviderUi \
69    MediaProvider \
70    PicoTts \
71    SettingsProvider \
72    TelephonyProvider \
73    TtsService \
74    VpnServices \
75    UserDictionaryProvider \
76    PackageInstaller \
77    DefaultContainerService \
78    Bugreport \
79    ip \
80    screencap
81
82# host-only dependencies
83ifeq ($(WITH_HOST_DALVIK),true)
84    PRODUCT_PACKAGES += \
85        bouncycastle-hostdex \
86        core-hostdex \
87        libjavacore-host \
88        dalvik
89endif
90