2010-02-24 01:52:18 +08: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 11:28:42 +08:00
|
|
|
# This is a generic product that isn't specialized for a specific device.
|
2009-12-09 07:11:04 +08:00
|
|
|
# It includes the base Android platform.
|
2009-03-04 11:28:42 +08:00
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
2009-11-04 07:04:59 +08:00
|
|
|
AccountAndSyncSettings \
|
2010-02-10 04:38:15 +08:00
|
|
|
DeskClock \
|
2009-03-04 11:28:42 +08:00
|
|
|
AlarmProvider \
|
2009-08-05 05:06:45 +08:00
|
|
|
Bluetooth \
|
2009-07-08 23:28:14 +08:00
|
|
|
Calculator \
|
2009-03-04 11:28:42 +08:00
|
|
|
Calendar \
|
|
|
|
Camera \
|
2009-09-21 03:20:47 +08:00
|
|
|
CertInstaller \
|
2009-03-04 11:28:42 +08:00
|
|
|
DrmProvider \
|
2009-07-08 23:28:14 +08:00
|
|
|
Email \
|
2010-03-26 08:41:04 +08:00
|
|
|
Gallery3D \
|
2009-03-04 11:28:42 +08:00
|
|
|
LatinIME \
|
2010-03-03 03:09:55 +08:00
|
|
|
Launcher2 \
|
2009-03-04 11:28:42 +08:00
|
|
|
Mms \
|
|
|
|
Music \
|
2009-12-17 02:29:18 +08:00
|
|
|
Provision \
|
2010-04-08 04:48:47 +08:00
|
|
|
Protips \
|
2010-01-09 06:29:41 +08:00
|
|
|
QuickSearchBox \
|
2009-03-04 11:28:42 +08:00
|
|
|
Settings \
|
|
|
|
Sync \
|
2010-04-29 10:58:28 +08:00
|
|
|
SystemUI \
|
2009-03-04 11:28:42 +08:00
|
|
|
Updater \
|
|
|
|
CalendarProvider \
|
|
|
|
SyncProvider
|
|
|
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
|
|
|
|
|
|
|
# Overrides
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_DEVICE := generic
|
|
|
|
PRODUCT_NAME := generic
|