core.mk revision e3bbae0382e887b69c8657bb793e3d492de55f49
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    framework-res \
27    Browser \
28    CarHomeLauncher \
29    Contacts \
30    Home \
31    HTMLViewer \
32    Phone \
33    ApplicationsProvider \
34    ContactsProvider \
35    DownloadProvider \
36    MediaProvider \
37    PicoTts \
38    SettingsProvider \
39    TelephonyProvider \
40    TtsService \
41    VpnServices \
42    UserDictionaryProvider \
43    PackageInstaller \
44    DefaultContainerService \
45    Bugreport
46