core.mk revision 738dbba83d0311d78303c6fc3e225349c99e7d7a
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    ApplicationsProvider \
33    ContactsProvider \
34    DownloadProvider \
35    MediaProvider \
36    PicoTts \
37    SettingsProvider \
38    TelephonyProvider \
39    TtsService \
40    VpnServices \
41    UserDictionaryProvider \
42    PackageInstaller \
43    DefaultContainerService \
44    Bugreport \
45    ip
46