blob: 03d33e1b65de910f65dba4cf1125c6d153ac74f4 [file] [log] [blame]
Stuart Scottc95e83d2013-08-01 14:31:54 -07001#
2# Copyright (C) 2013 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# Note that components added here will be also shared in PDK. Components
17# that should not be in PDK should be added in lower level like core.mk.
18
19PRODUCT_PROPERTY_OVERRIDES := \
20 ro.config.notification_sound=OnTheHunt.ogg \
21 ro.config.alarm_alert=Alarm_Classic.ogg
22
23PRODUCT_PACKAGES += \
24 ContactsProvider \
25 DefaultContainerService \
26 Home \
27 TelephonyProvider \
28 UserDictionaryProvider \
29 atrace \
30 libandroidfw \
31 libaudiopreprocessing \
32 libaudioutils \
Stuart Scottc95e83d2013-08-01 14:31:54 -070033 libfilterpack_imageproc \
34 libgabi++ \
Stuart Scottc95e83d2013-08-01 14:31:54 -070035 libmdnssd \
36 libnfc_ndef \
Stuart Scottc95e83d2013-08-01 14:31:54 -070037 libpowermanager \
38 libspeexresampler \
Stuart Scottc95e83d2013-08-01 14:31:54 -070039 libstagefright_soft_aacdec \
40 libstagefright_soft_aacenc \
41 libstagefright_soft_amrdec \
42 libstagefright_soft_amrnbenc \
43 libstagefright_soft_amrwbenc \
Lajos Molnarf623a802015-04-15 16:14:39 -070044 libstagefright_soft_avcdec \
45 libstagefright_soft_avcenc \
Stuart Scottc95e83d2013-08-01 14:31:54 -070046 libstagefright_soft_flacenc \
47 libstagefright_soft_g711dec \
48 libstagefright_soft_gsmdec \
Lajos Molnar93d45372014-06-05 22:28:45 -070049 libstagefright_soft_hevcdec \
Stuart Scottc95e83d2013-08-01 14:31:54 -070050 libstagefright_soft_mp3dec \
Lajos Molnarf623a802015-04-15 16:14:39 -070051 libstagefright_soft_mpeg2dec \
Stuart Scottc95e83d2013-08-01 14:31:54 -070052 libstagefright_soft_mpeg4dec \
53 libstagefright_soft_mpeg4enc \
Vignesh Venkatasubramanian82af97f2014-05-28 08:06:11 -070054 libstagefright_soft_opusdec \
Stuart Scottc95e83d2013-08-01 14:31:54 -070055 libstagefright_soft_rawdec \
56 libstagefright_soft_vorbisdec \
57 libstagefright_soft_vpxdec \
58 libstagefright_soft_vpxenc \
59 libvariablespeed \
60 libwebrtc_audio_preprocessing \
61 mdnsd \
Stuart Scottc95e83d2013-08-01 14:31:54 -070062 requestsync \
Vinit Deshapndeaf5ad492014-01-08 10:43:31 -080063 wifi-service
Stuart Scottc95e83d2013-08-01 14:31:54 -070064
65$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)