core.mk revision b7aa96bf8e5cb35fe5c517d62b6f7fca0a5d9539
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_POLICY := android.policy_phone
22
23PRODUCT_PROPERTY_OVERRIDES := \
24    ro.config.notification_sound=OnTheHunt.ogg \
25    ro.config.alarm_alert=Alarm_Classic.ogg
26
27PRODUCT_PACKAGES := \
28    framework-res \
29    Browser \
30    Contacts \
31    Home \
32    HTMLViewer \
33    Phone \
34    ApplicationsProvider \
35    ContactsProvider \
36    DownloadProvider \
37    MediaProvider \
38    PicoTts \
39    SettingsProvider \
40    TelephonyProvider \
41    TtsService \
42    VpnServices \
43    UserDictionaryProvider \
44    PackageInstaller \
45    DefaultContainerService \
46    Bugreport
47
48PRODUCT_PROPERTY_OVERRIDES += \
49    media.stagefright.enable-player=true \
50    media.stagefright.enable-meta=true   \
51    media.stagefright.enable-scan=true   \
52    media.stagefright.enable-http=true
53