Jean-Baptiste Queru | c3f42a9 | 2010-02-23 09:52:18 -0800 | [diff] [blame] | 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 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 17 | PRODUCT_PROPERTY_OVERRIDES := |
| 18 | |
| 19 | PRODUCT_PACKAGES := \ |
Fred Quintana | 170e1d5 | 2009-11-03 15:04:59 -0800 | [diff] [blame] | 20 | AccountAndSyncSettings \ |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 21 | Camera \ |
Xavier Ducrohet | 48db652 | 2009-04-21 13:35:03 -0700 | [diff] [blame] | 22 | Calculator \ |
Xavier Ducrohet | 9349bb1 | 2010-03-30 11:42:55 -0700 | [diff] [blame] | 23 | CarHome \ |
Jean-Baptiste Queru | a454d32 | 2010-04-19 09:38:42 -0700 | [diff] [blame^] | 24 | DeskClock \ |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 25 | Development \ |
| 26 | DrmProvider \ |
| 27 | Email \ |
| 28 | Fallback \ |
Xavier Ducrohet | 88f254b | 2009-12-14 16:46:05 -0800 | [diff] [blame] | 29 | Gallery \ |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 30 | GPSEnable \ |
Daniel Sandler | b7aa96b | 2010-03-02 14:09:55 -0500 | [diff] [blame] | 31 | Launcher2 \ |
Daniel Sandler | a63b57c | 2010-04-07 16:48:47 -0400 | [diff] [blame] | 32 | Protips \ |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 33 | Music \ |
| 34 | Mms \ |
| 35 | Settings \ |
| 36 | SdkSetup \ |
| 37 | CustomLocale \ |
| 38 | gpstest \ |
| 39 | sqlite3 \ |
Xavier Ducrohet | 9606db4 | 2009-04-08 12:13:43 -0700 | [diff] [blame] | 40 | LatinIME \ |
| 41 | PinyinIME \ |
Xavier Ducrohet | b610c08 | 2009-06-17 16:59:26 -0700 | [diff] [blame] | 42 | OpenWnn \ |
| 43 | libWnnEngDic \ |
| 44 | libWnnJpnDic \ |
Xavier Ducrohet | b610c08 | 2009-06-17 16:59:26 -0700 | [diff] [blame] | 45 | libwnndict \ |
Xavier Ducrohet | 5830240 | 2009-10-29 16:40:03 -0700 | [diff] [blame] | 46 | CertInstaller \ |
Xavier Ducrohet | 216faf3 | 2009-11-08 15:42:25 -0800 | [diff] [blame] | 47 | LiveWallpapersPicker \ |
Xavier Ducrohet | 9606db4 | 2009-04-08 12:13:43 -0700 | [diff] [blame] | 48 | ApiDemos \ |
Romain Guy | 476f46b | 2009-07-20 11:22:08 -0700 | [diff] [blame] | 49 | GestureBuilder \ |
Xavier Ducrohet | 920f2aa | 2009-12-14 22:37:13 -0800 | [diff] [blame] | 50 | SoftKeyboard \ |
| 51 | CubeLiveWallpapers |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 52 | |
Xavier Ducrohet | 325b2eb | 2009-11-10 17:52:55 -0800 | [diff] [blame] | 53 | PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay |
| 54 | |
The Android Open Source Project | e53d32b | 2009-03-05 20:00:41 -0800 | [diff] [blame] | 55 | PRODUCT_COPY_FILES := \ |
Xavier Ducrohet | 47c4bbe | 2010-04-01 13:20:21 -0700 | [diff] [blame] | 56 | system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \ |
Xavier Ducrohet | 74134a5 | 2010-04-08 18:07:27 -0700 | [diff] [blame] | 57 | frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \ |
| 58 | frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \ |
Xavier Ducrohet | 9396155 | 2009-08-31 16:44:24 -0700 | [diff] [blame] | 59 | frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 60 | |
| 61 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk) |
| 62 | |
| 63 | # Overrides |
| 64 | PRODUCT_BRAND := generic |
| 65 | PRODUCT_NAME := sdk |
| 66 | PRODUCT_DEVICE := generic |
Xavier Ducrohet | 89df76d | 2009-04-09 12:21:52 -0700 | [diff] [blame] | 67 | PRODUCT_LOCALES := \ |
Xavier Ducrohet | e631378 | 2009-09-30 17:20:11 -0700 | [diff] [blame] | 68 | ldpi \ |
| 69 | hdpi \ |
| 70 | mdpi \ |
Xavier Ducrohet | 89df76d | 2009-04-09 12:21:52 -0700 | [diff] [blame] | 71 | en_US \ |
| 72 | en_GB \ |
| 73 | en_CA \ |
| 74 | en_AU \ |
| 75 | en_NZ \ |
| 76 | en_SG \ |
| 77 | ja_JP \ |
| 78 | fr_FR \ |
| 79 | fr_BE \ |
| 80 | fr_CA \ |
| 81 | fr_CH \ |
| 82 | it_IT \ |
| 83 | it_CH \ |
| 84 | es_ES \ |
| 85 | de_DE \ |
| 86 | de_AT \ |
| 87 | de_CH \ |
| 88 | de_LI \ |
| 89 | nl_NL \ |
| 90 | nl_BE \ |
| 91 | cs_CZ \ |
| 92 | pl_PL \ |
| 93 | zh_CN \ |
| 94 | zh_TW \ |
| 95 | ru_RU \ |
| 96 | ko_KR |
| 97 | |
Xavier Ducrohet | 1b6b32c | 2009-09-14 15:00:27 -0700 | [diff] [blame] | 98 | # include available languages for TTS in the system image |
| 99 | include external/svox/pico/lang/PicoLangDeDeInSystem.mk |
| 100 | include external/svox/pico/lang/PicoLangEnGBInSystem.mk |
| 101 | include external/svox/pico/lang/PicoLangEnUsInSystem.mk |
| 102 | include external/svox/pico/lang/PicoLangEsEsInSystem.mk |
| 103 | include external/svox/pico/lang/PicoLangFrFrInSystem.mk |
| 104 | include external/svox/pico/lang/PicoLangItItInSystem.mk |