2010-02-23 17:52:18 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_DEVICE := generic
|
|
|
|
PRODUCT_NAME := core
|
|
|
|
|
2009-03-04 03:28:42 +00:00
|
|
|
PRODUCT_PROPERTY_OVERRIDES := \
|
2009-09-28 21:54:58 +00:00
|
|
|
ro.config.notification_sound=OnTheHunt.ogg \
|
2009-04-13 16:57:37 +00:00
|
|
|
ro.config.alarm_alert=Alarm_Classic.ogg
|
2009-03-04 03:28:42 +00:00
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
2011-01-14 01:21:58 +00:00
|
|
|
apache-xml \
|
2010-09-16 21:56:08 +00:00
|
|
|
bouncycastle \
|
2010-09-28 21:25:05 +00:00
|
|
|
com.android.location.provider \
|
|
|
|
com.android.location.provider.xml \
|
2010-09-16 21:56:08 +00:00
|
|
|
core \
|
|
|
|
core-junit \
|
|
|
|
dalvikvm \
|
|
|
|
dexdeps \
|
|
|
|
dexdump \
|
|
|
|
dexlist \
|
|
|
|
dexopt \
|
|
|
|
dmtracedump \
|
|
|
|
dx \
|
|
|
|
ext \
|
2009-03-04 03:28:42 +00:00
|
|
|
framework-res \
|
2010-09-16 21:56:08 +00:00
|
|
|
hprof-conv \
|
|
|
|
icu.dat \
|
2010-12-03 18:59:57 +00:00
|
|
|
installd \
|
2010-10-07 22:00:12 +00:00
|
|
|
ip-up-vpn \
|
2010-09-16 21:56:08 +00:00
|
|
|
libcrypto \
|
|
|
|
libdex \
|
|
|
|
libdvm \
|
|
|
|
libexpat \
|
|
|
|
libicui18n \
|
|
|
|
libicuuc \
|
|
|
|
libjavacore \
|
|
|
|
libnativehelper \
|
2010-10-15 08:01:20 +00:00
|
|
|
libnfc_ndef \
|
2011-03-17 00:30:22 +00:00
|
|
|
libOpenMAXAL \
|
|
|
|
libOpenSLES \
|
2010-09-16 21:56:08 +00:00
|
|
|
libsqlite_jni \
|
|
|
|
libssl \
|
2011-03-17 00:30:22 +00:00
|
|
|
libwilhelm \
|
2010-09-16 21:56:08 +00:00
|
|
|
libz \
|
|
|
|
sqlite-jdbc \
|
2010-09-24 18:14:16 +00:00
|
|
|
wpa_supplicant.conf \
|
2009-03-04 03:28:42 +00:00
|
|
|
Browser \
|
|
|
|
Contacts \
|
2010-03-02 19:09:55 +00:00
|
|
|
Home \
|
2009-03-04 03:28:42 +00:00
|
|
|
HTMLViewer \
|
2009-04-24 02:00:18 +00:00
|
|
|
ApplicationsProvider \
|
2009-03-04 03:28:42 +00:00
|
|
|
ContactsProvider \
|
|
|
|
DownloadProvider \
|
2010-09-17 01:15:02 +00:00
|
|
|
DownloadProviderUi \
|
2009-03-04 03:28:42 +00:00
|
|
|
MediaProvider \
|
2009-06-11 03:16:17 +00:00
|
|
|
PicoTts \
|
2009-03-04 03:28:42 +00:00
|
|
|
SettingsProvider \
|
|
|
|
TelephonyProvider \
|
2009-06-11 03:16:17 +00:00
|
|
|
TtsService \
|
2009-06-12 15:09:46 +00:00
|
|
|
VpnServices \
|
2009-03-04 03:28:42 +00:00
|
|
|
UserDictionaryProvider \
|
|
|
|
PackageInstaller \
|
2010-01-27 22:14:56 +00:00
|
|
|
DefaultContainerService \
|
2010-09-13 23:54:37 +00:00
|
|
|
Bugreport \
|
2010-09-27 01:52:23 +00:00
|
|
|
ip \
|
2011-01-19 18:28:05 +00:00
|
|
|
screencap
|
2010-09-16 21:56:08 +00:00
|
|
|
|
|
|
|
# host-only dependencies
|
|
|
|
ifeq ($(WITH_HOST_DALVIK),true)
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
bouncycastle-hostdex \
|
|
|
|
core-hostdex \
|
|
|
|
libjavacore-host
|
|
|
|
endif
|