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