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_POLICY := android.policy_phone
|
2010-02-23 17:52:18 +00:00
|
|
|
|
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 := \
|
|
|
|
framework-res \
|
|
|
|
Browser \
|
|
|
|
Contacts \
|
2010-03-02 19:09:55 +00:00
|
|
|
Home \
|
2009-03-04 03:28:42 +00:00
|
|
|
HTMLViewer \
|
|
|
|
Phone \
|
2009-04-24 02:00:18 +00:00
|
|
|
ApplicationsProvider \
|
2009-03-04 03:28:42 +00:00
|
|
|
ContactsProvider \
|
|
|
|
DownloadProvider \
|
|
|
|
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 \
|
2009-03-04 03:28:42 +00:00
|
|
|
Bugreport
|
2009-12-17 22:03:12 +00:00
|
|
|
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2010-01-11 23:45:50 +00:00
|
|
|
media.stagefright.enable-player=true \
|
|
|
|
media.stagefright.enable-meta=true \
|
2010-01-27 00:23:53 +00:00
|
|
|
media.stagefright.enable-scan=true \
|
|
|
|
media.stagefright.enable-http=true
|