summaryrefslogtreecommitdiff
path: root/core_base_atv.mk (plain)
blob: 0a3c727802ab064448247ad5e920ceda9d9963dd
1#
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 TelephonyProvider \
27 UserDictionaryProvider \
28 atrace \
29 libandroidfw \
30 libaudiopreprocessing \
31 libaudioutils \
32 libfilterpack_imageproc \
33 libgabi++ \
34 libmdnssd \
35 libnfc_ndef \
36 libpowermanager \
37 libspeexresampler \
38 libstagefright_soft_aacdec \
39 libstagefright_soft_aacenc \
40 libstagefright_soft_amrdec \
41 libstagefright_soft_amrnbenc \
42 libstagefright_soft_amrwbenc \
43 libstagefright_soft_avcdec \
44 libstagefright_soft_avcenc \
45 libstagefright_soft_flacdec \
46 libstagefright_soft_flacenc \
47 libstagefright_soft_g711dec \
48 libstagefright_soft_gsmdec \
49 libstagefright_soft_hevcdec \
50 libstagefright_soft_mp3dec \
51 libstagefright_soft_mpeg2dec \
52 libstagefright_soft_mpeg4dec \
53 libstagefright_soft_mpeg4enc \
54 libstagefright_soft_opusdec \
55 libstagefright_soft_rawdec \
56 libstagefright_soft_vorbisdec \
57 libstagefright_soft_vpxdec \
58 libstagefright_soft_vpxenc \
59 libvariablespeed \
60 libwebrtc_audio_preprocessing \
61 mdnsd \
62 requestsync \
63
64# Wifi modules
65PRODUCT_PACKAGES += \
66 wifi-service \
67 wificond \
68
69$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
70