OSDN Git Service

dfe65c74e41d6108fec9eb6aa2305e74f69dea18
[android-x86/build.git] / target / product / generic_no_telephony.mk
1 #
2 # Copyright (C) 2007 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 # This is a generic phone product that isn't specialized for a specific device.
18 # It includes the base Android platform.
19
20 PRODUCT_PACKAGES := \
21     Bluetooth \
22     BluetoothMidiService \
23     Camera2 \
24     Gallery2 \
25     Music \
26     MusicFX \
27     OneTimeInitializer \
28     Provision \
29     SystemUI \
30     EasterEgg \
31     WallpaperCropper
32
33 PRODUCT_PACKAGES += \
34     clatd \
35     clatd.conf \
36     pppd \
37     screenrecord
38
39 PRODUCT_PACKAGES += \
40     librs_jni \
41     libvideoeditor_jni \
42     libvideoeditor_core \
43     libvideoeditor_osal \
44     libvideoeditor_videofilters \
45     libvideoeditorplayer \
46
47 PRODUCT_PACKAGES += \
48     audio_policy.default \
49     local_time.default \
50     vibrator.default \
51     power.default
52
53 PRODUCT_COPY_FILES := \
54         frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
55
56 PRODUCT_PROPERTY_OVERRIDES += \
57     ro.carrier=unknown
58
59 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
60 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
61 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
62 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
63 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
64 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
65 $(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
66 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
67 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
68 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
69 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
70 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
71
72 # Overrides
73 PRODUCT_BRAND := generic
74 PRODUCT_DEVICE := generic
75 PRODUCT_NAME := generic_no_telephony