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