2010-02-23 18:52:18 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
2009-03-04 04:28:42 +01:00
|
|
|
# This is a generic product that isn't specialized for a specific device.
|
2009-12-09 00:11:04 +01:00
|
|
|
# It includes the base Android platform.
|
2009-03-04 04:28:42 +01:00
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
2009-11-04 00:04:59 +01:00
|
|
|
AccountAndSyncSettings \
|
2010-02-09 21:38:15 +01:00
|
|
|
DeskClock \
|
2009-03-04 04:28:42 +01:00
|
|
|
AlarmProvider \
|
2009-08-04 23:06:45 +02:00
|
|
|
Bluetooth \
|
2009-07-08 17:28:14 +02:00
|
|
|
Calculator \
|
2009-03-04 04:28:42 +01:00
|
|
|
Calendar \
|
|
|
|
Camera \
|
2009-09-20 21:20:47 +02:00
|
|
|
CertInstaller \
|
2009-03-04 04:28:42 +01:00
|
|
|
DrmProvider \
|
2009-07-08 17:28:14 +02:00
|
|
|
Email \
|
2010-03-26 01:41:04 +01:00
|
|
|
Gallery3D \
|
2009-03-04 04:28:42 +01:00
|
|
|
LatinIME \
|
2010-03-02 20:09:55 +01:00
|
|
|
Launcher2 \
|
2009-03-04 04:28:42 +01:00
|
|
|
Mms \
|
|
|
|
Music \
|
2009-12-16 19:29:18 +01:00
|
|
|
Provision \
|
2010-04-07 22:48:47 +02:00
|
|
|
Protips \
|
2010-01-08 23:29:41 +01:00
|
|
|
QuickSearchBox \
|
2009-03-04 04:28:42 +01:00
|
|
|
Settings \
|
|
|
|
Sync \
|
2010-04-29 04:58:28 +02:00
|
|
|
SystemUI \
|
2009-03-04 04:28:42 +01:00
|
|
|
Updater \
|
|
|
|
CalendarProvider \
|
|
|
|
SyncProvider
|
|
|
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
|
|
|
|
|
|
|
# Overrides
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_DEVICE := generic
|
|
|
|
PRODUCT_NAME := generic
|