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