Home | History | Annotate | Download | only in product
      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 PRODUCT_POLICY := android.policy_phone
     18 PRODUCT_PROPERTY_OVERRIDES :=
     19 
     20 PRODUCT_PACKAGES := \
     21 	Calculator \
     22 	Camera \
     23 	DeskClock \
     24 	Email \
     25 	Exchange \
     26 	Gallery \
     27 	Music \
     28 	Mms \
     29 	OpenWnn \
     30 	libWnnEngDic \
     31 	libWnnJpnDic \
     32 	libwnndict \
     33 	Phone \
     34 	PinyinIME \
     35 	Protips \
     36 	SoftKeyboard \
     37 	SystemUI \
     38 	Launcher2 \
     39 	Development \
     40 	DrmProvider \
     41 	Fallback \
     42 	Settings \
     43 	SdkSetup \
     44 	CustomLocale \
     45 	sqlite3 \
     46 	LatinIME \
     47 	CertInstaller \
     48 	LiveWallpapersPicker \
     49 	ApiDemos \
     50 	GestureBuilder \
     51 	CubeLiveWallpapers \
     52 	QuickSearchBox \
     53 	WidgetPreview \
     54 	monkeyrunner \
     55 	guavalib \
     56 	jsr305lib \
     57 	jython \
     58 	jsilver \
     59 	librs_jni \
     60 	ConnectivityTest \
     61 	GpsLocationTest \
     62 	CalendarProvider \
     63 	Calendar
     64 
     65 
     66 # Host tools that are parts of the SDK.
     67 # See development/build/sdk.atree
     68 PRODUCT_PACKAGES += \
     69 	adb \
     70 	dmtracedump \
     71 	etc1tool \
     72 	hprof-conv \
     73 	mksdcard \
     74 	emulator \
     75 	bios.bin \
     76 	vgabios-cirrus.bin \
     77 	ddms \
     78 	hierarchyviewer \
     79 	draw9patch \
     80 	layoutopt \
     81 	traceview \
     82 	android \
     83 	dexdump \
     84 	lint \
     85 	monkeyrunner
     86 
     87 # Native host Java libraries that are parts of the SDK.
     88 # See development/build/sdk.atree
     89 PRODUCT_PACKAGES += \
     90 	androidprefs \
     91 	sdkstats \
     92 	archquery \
     93 	ddms \
     94 	ddmlib \
     95 	ddmuilib \
     96 	draw9patch \
     97 	hierarchyviewer \
     98 	layoutopt \
     99 	uix \
    100 	traceview \
    101 	anttasks \
    102 	sdklib \
    103 	sdkuilib \
    104 	sdkmanager \
    105 	swtmenubar \
    106 	swing-worker-1.1 \
    107 	groovy-all-1.7.0 \
    108 	commons-compress-1.0 \
    109 	emmalib \
    110 	jcommon-1.0.12 \
    111 	jfreechart-1.0.9 \
    112 	jfreechart-1.0.9-swt \
    113 	org.eclipse.core.commands_3.4.0.I20080509-2000 \
    114 	org.eclipse.equinox.common_3.4.0.v20080421-2006 \
    115 	org.eclipse.jface_3.4.2.M20090107-0800 \
    116 	osgi \
    117 	layoutlib \
    118 	lint \
    119 	monkeyrunner \
    120 	guavalib \
    121 	jsr305lib \
    122 	jython \
    123 	ddmlib-tests \
    124 	ninepatch-tests \
    125 	common-tests \
    126 	sdklib-tests \
    127 	sdkuilib-tests \
    128 	layoutlib-tests
    129 
    130 # audio libraries.
    131 PRODUCT_PACKAGES += \
    132 	audio.primary.goldfish \
    133 	audio_policy.default
    134 
    135 PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
    136 
    137 PRODUCT_COPY_FILES := \
    138 	system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
    139 	frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
    140 	frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
    141 	frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
    142 
    143 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
    144 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
    145 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
    146 
    147 # Overrides
    148 PRODUCT_BRAND := generic
    149 PRODUCT_NAME := sdk
    150 PRODUCT_DEVICE := generic
    151 
    152 # locale + densities. en_US is both first and in alphabetical order to
    153 # ensure this is the default locale.
    154 PRODUCT_LOCALES = \
    155 	en_US \
    156 	ldpi \
    157 	hdpi \
    158 	mdpi \
    159 	xhdpi \
    160 	ar_EG \
    161 	ar_IL \
    162 	bg_BG \
    163 	ca_ES \
    164 	cs_CZ \
    165 	da_DK \
    166 	de_AT \
    167 	de_CH \
    168 	de_DE \
    169 	de_LI \
    170 	el_GR \
    171 	en_AU \
    172 	en_CA \
    173 	en_GB \
    174 	en_IE \
    175 	en_IN \
    176 	en_NZ \
    177 	en_SG \
    178 	en_US \
    179 	en_ZA \
    180 	es_ES \
    181 	es_US \
    182 	fi_FI \
    183 	fr_BE \
    184 	fr_CA \
    185 	fr_CH \
    186 	fr_FR \
    187 	he_IL \
    188 	hi_IN \
    189 	hr_HR \
    190 	hu_HU \
    191 	id_ID \
    192 	it_CH \
    193 	it_IT \
    194 	ja_JP \
    195 	ko_KR \
    196 	lt_LT \
    197 	lv_LV \
    198 	nb_NO \
    199 	nl_BE \
    200 	nl_NL \
    201 	pl_PL \
    202 	pt_BR \
    203 	pt_PT \
    204 	ro_RO \
    205 	ru_RU \
    206 	sk_SK \
    207 	sl_SI \
    208 	sr_RS \
    209 	sv_SE \
    210 	th_TH \
    211 	tl_PH \
    212 	tr_TR \
    213 	uk_UA \
    214 	vi_VN \
    215 	zh_CN \
    216 	zh_TW
    217 
    218 # include available languages for TTS in the system image
    219 -include external/svox/pico/lang/PicoLangDeDeInSystem.mk
    220 -include external/svox/pico/lang/PicoLangEnGBInSystem.mk
    221 -include external/svox/pico/lang/PicoLangEnUsInSystem.mk
    222 -include external/svox/pico/lang/PicoLangEsEsInSystem.mk
    223 -include external/svox/pico/lang/PicoLangFrFrInSystem.mk
    224 -include external/svox/pico/lang/PicoLangItItInSystem.mk
    225