blob: cf499cbd6f3527ce9f4a9bbdc0bd4ff268c1df9c [file] [log] [blame]
Doug Zongker3f964942013-02-15 14:01:03 -08001#
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
17# Base configuration for most consumer android devices. Do not put
18# things that are specific to communication devices (phones, tables,
19# etc.) here -- for that, use core.mk.
20
21PRODUCT_BRAND := generic
22PRODUCT_DEVICE := generic
23PRODUCT_NAME := core
24
25PRODUCT_PACKAGES += \
26 ApplicationsProvider \
27 BackupRestoreConfirmation \
28 DownloadProvider \
29 DownloadProviderUi \
30 HTMLViewer \
31 MediaProvider \
32 PackageInstaller \
33 SettingsProvider \
34 Shell \
Doug Zongker3f964942013-02-15 14:01:03 -080035 bu \
Doug Zongker3f964942013-02-15 14:01:03 -080036 com.android.location.provider \
37 com.android.location.provider.xml \
Doug Zongker3f964942013-02-15 14:01:03 -080038 drmserver \
Doug Zongker3f964942013-02-15 14:01:03 -080039 framework-res \
Doug Zongker3f964942013-02-15 14:01:03 -080040 installd \
41 ip \
42 ip-up-vpn \
43 ip6tables \
44 iptables \
45 keystore \
46 keystore.default \
47 libOpenMAXAL \
48 libOpenSLES \
Doug Zongker3f964942013-02-15 14:01:03 -080049 libdownmix \
Doug Zongker3f964942013-02-15 14:01:03 -080050 libdrmframework \
51 libdrmframework_jni \
Doug Zongker3f964942013-02-15 14:01:03 -080052 libfilterfw \
Doug Zongker3f964942013-02-15 14:01:03 -080053 libsqlite_jni \
Doug Zongker3f964942013-02-15 14:01:03 -080054 libwilhelm \
Doug Zongker3f964942013-02-15 14:01:03 -080055 make_ext4fs \
56 screencap \
57 sensorservice \
58 uiautomator
59
Brian Carlstrom1aeee8b2013-06-27 12:02:46 -070060PRODUCT_RUNTIMES := runtime_libdvm_default
61
Doug Zongker3f964942013-02-15 14:01:03 -080062$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)