core.mk revision eae4bf7d556781dac373640e6a5434c3554b0e93
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    libvariablespeed \
64    libstagefright_soft_aacdec \
65    libstagefright_soft_amrdec \
66    libstagefright_soft_avcdec \
67    libstagefright_soft_g711dec \
68    libstagefright_soft_mp3dec \
69    libstagefright_soft_mpeg4dec \
70    libstagefright_soft_vorbisdec \
71    libstagefright_soft_vpxdec \
72    libwilhelm \
73    libfilterfw \
74    libfilterpack_imageproc \
75    libz \
76    wpa_supplicant.conf \
77    KeyChain \
78    Browser \
79    Contacts \
80    Home \
81    HTMLViewer \
82    ApplicationsProvider \
83    BackupRestoreConfirmation \
84    ContactsProvider \
85    VoicemailProvider \
86    DownloadProvider \
87    DownloadProviderUi \
88    MediaProvider \
89    PicoTts \
90    SettingsProvider \
91    TelephonyProvider \
92    TtsService \
93    VpnServices \
94    UserDictionaryProvider \
95    PackageInstaller \
96    DefaultContainerService \
97    Bugreport \
98    ip \
99    screencap \
100    sensorservice \
101    libspeexresampler \
102    libwebrtc_audio_preprocessing \
103    libaudiopreprocessing \
104    hostapd \
105    libpowermanager
106
107# host-only dependencies
108ifeq ($(WITH_HOST_DALVIK),true)
109    PRODUCT_PACKAGES += \
110        apache-xml-hostdex \
111        bouncycastle-hostdex \
112        core-hostdex \
113        libjavacore-host \
114        dalvik
115endif
116