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# 18# These are the files that comprise that SDK. 19# 20 21############################################################################## 22# SDK Root folder 23############################################################################## 24 25# the readme 26development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html 27 28# doc redirect 29frameworks/base/docs/docs-redirect.html documentation.html 30 31 32############################################################################## 33# Platform Component 34############################################################################## 35 36# version files for the SDK updater, from development.git 37${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties 38 39# copy build prop from out/.../sdk/ 40sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop 41 42# Main Public API jar 43${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar 44${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar platforms/${PLATFORM_NAME}/android-stubs-src.jar 45 46# core-for-system-modules.jar for building system modules 47${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-modules-exportable_intermediates/classes.jar platforms/${PLATFORM_NAME}/core-for-system-modules.jar 48 49# optional API files. 50development/build/optional.json platforms/${PLATFORM_NAME}/optional/optional.json 51${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar 52# deprecated APIs 53${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar platforms/${PLATFORM_NAME}/uiautomator.jar 54# Android Automotive OS stubs. 55${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.car-stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.car.jar 56# Wear OS platform SDK stubs. 57${OUT_DIR}/target/common/obj/PACKAGING/wear_sdk_jar_intermediates/wear-sdk.jar platforms/${PLATFORM_NAME}/optional/wear-sdk.jar 58# Test APIs 59${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.mock.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.mock.jar 60${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.base.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.base.jar 61${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.runner.stubs_intermediates/classes.jar platforms/${PLATFORM_NAME}/optional/android.test.runner.jar 62 63# the aidl precompiled include 64${OUT_DIR}/target/common/obj/PACKAGING/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl 65# the libbinder_ndk C++ library files associated with the AIDL compiler 66frameworks/native/libs/binder/ndk/include_cpp/ platforms/${PLATFORM_NAME}/optional/libbinder_ndk_cpp/ 67 68# emulator skins from sdk.git 69development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA 70development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 71development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 72development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA 73development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 74development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 75development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA 76development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720 77development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA800 78development/tools/emulator/skins/WXGA800-7in platforms/${PLATFORM_NAME}/skins/WXGA800-7in 79 80# Platform SDK properties 81development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties 82 83# sdk.git Ant templates for project files 84development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template 85development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template 86development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template 87development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template 88development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template 89development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template 90development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png 91development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png 92development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png 93development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png 94 95# API database for tools such as lint 96${OUT_DIR}/target/common/obj/PACKAGING/api_versions_public_generated-api-versions.xml platforms/${PLATFORM_NAME}/data/api-versions.xml 97 98# API annotations database for lint 99prebuilts/sdk/sdk-annotations/annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip 100${OUT_DIR}/target/common/obj/PACKAGING/sdk-annotations.zip platforms/${PLATFORM_NAME}/data/annotations.zip 101 102# Eclipse Editors support 103frameworks/base/core/res/res platforms/${PLATFORM_NAME}/data/res 104${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt 105${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt 106${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt 107${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt 108${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt 109${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/features.txt platforms/${PLATFORM_NAME}/data/features.txt 110 111# NOTICE files are copied by build/core/Makefile from sdk.git 112development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt 113development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt 114development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt 115 116 117############################################################################## 118# Docs Component 119############################################################################## 120 121# version files for the SDK updater, from sdk.git 122${HOST_OUT}/development/sdk/doc_source.properties docs/source.properties 123 124# the docs 125docs/offline-sdk docs 126frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html 127 128 129############################################################################## 130# Samples Component 131############################################################################## 132 133# samples to include in the sdk samples package 134# 135# the list here should match the list of samples that we generate docs for, 136# (see web_docs_sample_code_flags in frameworks/base/Android.mk) 137development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder 138development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties 139# 140# PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER. 141# 142 143# New sample tree 144# Note: Some samples reference a shared "common" directory. In the future 145# this will be copied in automatically via a templating system. For now, 146# we need to copy it in here as needed. 147developers/build/prebuilts/gradle/BasicAndroidKeyStore/ samples/${PLATFORM_NAME}/security/BasicAndroidKeyStore 148developers/build/prebuilts/gradle/BasicSyncAdapter/ samples/${PLATFORM_NAME}/connectivity/BasicSyncAdapter 149developers/build/prebuilts/gradle/NetworkConnect/ samples/${PLATFORM_NAME}/connectivity/NetworkConnect 150developers/build/prebuilts/gradle/BasicNetworking/ samples/${PLATFORM_NAME}/connectivity/BasicNetworking 151developers/build/prebuilts/gradle/BluetoothLeGatt/ samples/${PLATFORM_NAME}/connectivity/BluetoothLeGatt 152developers/build/prebuilts/gradle/AppRestrictions/ samples/${PLATFORM_NAME}/content/AppRestrictions 153developers/build/prebuilts/gradle/BasicContactables/ samples/${PLATFORM_NAME}/content/BasicContactables 154developers/build/prebuilts/gradle/StorageClient/ samples/${PLATFORM_NAME}/content/StorageClient 155developers/build/prebuilts/gradle/StorageProvider/ samples/${PLATFORM_NAME}/content/StorageProvider 156developers/build/prebuilts/gradle/BasicGestureDetect/ samples/${PLATFORM_NAME}/input/BasicGestureDetect 157developers/build/prebuilts/gradle/BasicMultitouch/ samples/${PLATFORM_NAME}/input/BasicMultitouch 158developers/build/prebuilts/gradle/ActivityInstrumentation/ samples/${PLATFORM_NAME}/testing/ActivityInstrumentation 159developers/build/prebuilts/gradle/MediaRecorder/ samples/${PLATFORM_NAME}/media/MediaRecorder 160developers/build/prebuilts/gradle/BasicMediaRouter/ samples/${PLATFORM_NAME}/media/BasicMediaRouter 161developers/build/prebuilts/gradle/BasicMediaDecoder/ samples/${PLATFORM_NAME}/media/BasicMediaDecoder 162developers/build/prebuilts/gradle/BorderlessButtons/ samples/${PLATFORM_NAME}/ui/BorderlessButtons 163developers/build/prebuilts/gradle/BasicAccessibility/ samples/${PLATFORM_NAME}/ui/BasicAccessibility 164developers/build/prebuilts/gradle/CustomChoiceList/ samples/${PLATFORM_NAME}/ui/CustomChoiceList 165developers/build/prebuilts/gradle/TextSwitcher/ samples/${PLATFORM_NAME}/ui/TextSwitcher 166developers/build/prebuilts/gradle/HorizontalPaging/ samples/${PLATFORM_NAME}/ui/HorizontalPaging 167developers/build/prebuilts/gradle/ActionBarCompat-Styled/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-Styled 168developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-ListPopupMenu 169developers/build/prebuilts/gradle/ShareActionProvider/ samples/${PLATFORM_NAME}/ui/ShareActionProvider 170developers/build/prebuilts/gradle/ActionBarCompat-Basic/ samples/${PLATFORM_NAME}/ui/ActionBarCompat-Basic 171developers/build/prebuilts/gradle/BasicNotifications/ samples/${PLATFORM_NAME}/ui/BasicNotifications 172developers/build/prebuilts/gradle/CustomNotifications/ samples/${PLATFORM_NAME}/ui/CustomNotifications 173developers/build/prebuilts/gradle/DoneBar/ samples/${PLATFORM_NAME}/ui/DoneBar 174developers/build/prebuilts/gradle/BasicImmersiveMode/ samples/${PLATFORM_NAME}/ui/BasicImmersiveMode 175developers/build/prebuilts/gradle/AdvancedImmersiveMode/ samples/${PLATFORM_NAME}/ui/AdvancedImmersiveMode 176developers/build/prebuilts/gradle/ImmersiveMode/ samples/${PLATFORM_NAME}/ui/ImmersiveMode 177developers/build/prebuilts/gradle/RepeatingAlarm/ samples/${PLATFORM_NAME}/background/RepeatingAlarm 178developers/build/prebuilts/gradle/TextLinkify/ samples/${PLATFORM_NAME}/ui/TextLinkify 179developers/build/prebuilts/gradle/RenderScriptIntrinsic samples/${PLATFORM_NAME}/renderscript/RenderScriptIntrinsic 180developers/build/prebuilts/gradle/SlidingTabsBasic samples/${PLATFORM_NAME}/ui/SlidingTabsBasic 181developers/build/prebuilts/gradle/SlidingTabsColors samples/${PLATFORM_NAME}/ui/SlidingTabsColors 182developers/build/prebuilts/gradle/CardEmulation samples/${PLATFORM_NAME}/connectivity/CardEmulation 183developers/build/prebuilts/gradle/CardReader samples/${PLATFORM_NAME}/connectivity/CardReader 184developers/build/prebuilts/gradle/BatchStepSensor samples/${PLATFORM_NAME}/sensors/BatchStepSensor 185developers/build/prebuilts/gradle/DisplayingBitmaps samples/${PLATFORM_NAME}/ui/DisplayingBitmaps 186developers/build/prebuilts/gradle/BasicTransition samples/${PLATFORM_NAME}/ui/BasicTransition 187developers/build/prebuilts/gradle/CustomTransition samples/${PLATFORM_NAME}/ui/CustomTransition 188developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic samples/${PLATFORM_NAME}/ui/SwipeRefreshLayoutBasic 189developers/build/prebuilts/gradle/SwipeRefreshListFragment samples/${PLATFORM_NAME}/ui/SwipeRefreshListFragment 190developers/build/prebuilts/gradle/SwipeRefreshMultipleViews samples/${PLATFORM_NAME}/ui/SwipeRefreshMultipleViews 191developers/build/prebuilts/gradle/MediaRouter samples/${PLATFORM_NAME}/media/MediaRouter 192developers/build/prebuilts/gradle/BluetoothChat samples/${PLATFORM_NAME}/connectivity/bluetooth/BluetoothChat 193developers/build/prebuilts/gradle/MediaEffects samples/${PLATFORM_NAME}/media/MediaEffects 194developers/build/prebuilts/gradle/BasicManagedProfile samples/${PLATFORM_NAME}/admin/BasicManagedProfile 195developers/build/prebuilts/gradle/Camera2Basic samples/${PLATFORM_NAME}/media/Camera2Basic 196developers/build/prebuilts/gradle/Camera2Video samples/${PLATFORM_NAME}/media/Camera2Video 197developers/build/prebuilts/gradle/ActivitySceneTransitionBasic samples/${PLATFORM_NAME}/ui/activityscenetransition/ActivitySceneTransitionBasic 198developers/build/prebuilts/gradle/NavigationDrawer samples/${PLATFORM_NAME}/ui/views/NavigationDrawer 199developers/build/prebuilts/gradle/ElevationBasic samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationBasic 200developers/build/prebuilts/gradle/ElevationDrag samples/${PLATFORM_NAME}/ui/views/Elevation/ElevationDrag 201developers/build/prebuilts/gradle/ClippingBasic samples/${PLATFORM_NAME}/ui/views/Clipping/ClippingBasic 202developers/build/prebuilts/gradle/JobScheduler samples/${PLATFORM_NAME}/background/JobScheduler 203developers/build/prebuilts/gradle/DocumentCentricApps samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricApps 204developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity samples/${PLATFORM_NAME}/ui/activitytasks/DocumentCentricRelinquishIdentity 205developers/build/prebuilts/gradle/AppRestrictionEnforcer samples/${PLATFORM_NAME}/admin/AppRestrictionEnforcer 206developers/build/prebuilts/gradle/AppRestrictionSchema samples/${PLATFORM_NAME}/admin/AppRestrictionSchema 207developers/build/prebuilts/gradle/RecyclerView samples/${PLATFORM_NAME}/ui/views/RecyclerView 208developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAME}/ui/views/CardView 209developers/build/prebuilts/gradle/LNotifications samples/${PLATFORM_NAME}/ui/notifications/LNotifications 210developers/build/prebuilts/gradle/DrawableTinting samples/${PLATFORM_NAME}/ui/DrawableTinting 211developers/build/prebuilts/gradle/Interpolator samples/${PLATFORM_NAME}/ui/Interpolator 212developers/build/prebuilts/gradle/PdfRendererBasic samples/${PLATFORM_NAME}/ui/graphics/PdfRendererBasic 213developers/build/prebuilts/gradle/FloatingActionButtonBasic samples/${PLATFORM_NAME}/ui/views/FloatingActionButton/FloatingActionButtonBasic 214developers/build/prebuilts/gradle/RevealEffectBasic samples/${PLATFORM_NAME}/ui/views/RevealEffect/RevealEffectBasic 215developers/build/prebuilts/gradle/PermissionRequest samples/${PLATFORM_NAME}/content/webview/PermissionRequest 216developers/build/prebuilts/gradle/DirectorySelection samples/${PLATFORM_NAME}/content/documentsUi/DirectorySelection 217developers/build/prebuilts/gradle/AppUsageStatistics samples/${PLATFORM_NAME}/system/AppUsageStatistics 218developers/build/prebuilts/gradle/ScreenCapture samples/${PLATFORM_NAME}/media/ScreenCapture 219developers/build/prebuilts/gradle/NfcProvisioning samples/${PLATFORM_NAME}/nfc/NfcProvisioning 220developers/build/prebuilts/gradle/DeviceOwner samples/${PLATFORM_NAME}/admin/DeviceOwner 221developers/build/prebuilts/gradle/ConfirmCredential samples/${PLATFORM_NAME}/security/ConfirmCredential 222developers/build/prebuilts/gradle/FingerprintDialog samples/${PLATFORM_NAME}/security/FingerprintDialog 223developers/build/prebuilts/gradle/RuntimePermissions samples/${PLATFORM_NAME}/system/RuntimePermissions 224developers/build/prebuilts/gradle/RuntimePermissionsBasic samples/${PLATFORM_NAME}/system/RuntimePermissionsBasic 225developers/build/prebuilts/gradle/ActiveNotifications samples/${PLATFORM_NAME}/notification/ActiveNotifications 226developers/build/prebuilts/gradle/Camera2Raw samples/${PLATFORM_NAME}/media/Camera2Raw 227developers/build/prebuilts/gradle/AutoBackupForApps samples/${PLATFORM_NAME}/content/AutoBackupForApps 228developers/build/prebuilts/gradle/DirectShare samples/${PLATFORM_NAME}/content/DirectShare 229developers/build/prebuilts/gradle/MidiScope samples/${PLATFORM_NAME}/media/MidiScope 230developers/build/prebuilts/gradle/MidiSynth samples/${PLATFORM_NAME}/media/MidiSynth 231developers/build/prebuilts/gradle/AsymmetricFingerprintDialog samples/${PLATFORM_NAME}/security/AsymmetricFingerprintDialog 232developers/build/prebuilts/gradle/AppShortcuts samples/${PLATFORM_NAME}/system/AppShortcuts 233developers/build/prebuilts/gradle/CommitContentSampleApp samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleApp 234developers/build/prebuilts/gradle/CommitContentSampleIME samples/${PLATFORM_NAME}/input/keyboard/CommitContentSampleIME 235 236developers/build/prebuilts/androidtv samples/${PLATFORM_NAME}/androidtv 237 238# Wearable sample tree 239developers/build/prebuilts/gradle/AgendaData samples/${PLATFORM_NAME}/wearable/AgendaData 240developers/build/prebuilts/gradle/DataLayer samples/${PLATFORM_NAME}/wearable/DataLayer 241developers/build/prebuilts/gradle/DelayedConfirmation samples/${PLATFORM_NAME}/wearable/DelayedConfirmation 242developers/build/prebuilts/gradle/ElizaChat samples/${PLATFORM_NAME}/wearable/ElizaChat 243developers/build/prebuilts/gradle/FindMyPhone samples/${PLATFORM_NAME}/wearable/FindMyPhone 244developers/build/prebuilts/gradle/Flashlight samples/${PLATFORM_NAME}/wearable/Flashlight 245developers/build/prebuilts/gradle/Geofencing samples/${PLATFORM_NAME}/wearable/Geofencing 246developers/build/prebuilts/gradle/GridViewPager samples/${PLATFORM_NAME}/wearable/GridViewPager 247developers/build/prebuilts/gradle/JumpingJack samples/${PLATFORM_NAME}/wearable/JumpingJack 248developers/build/prebuilts/gradle/Notifications samples/${PLATFORM_NAME}/wearable/Notifications 249developers/build/prebuilts/gradle/Quiz samples/${PLATFORM_NAME}/wearable/Quiz 250developers/build/prebuilts/gradle/RecipeAssistant samples/${PLATFORM_NAME}/wearable/RecipeAssistant 251developers/build/prebuilts/gradle/RuntimePermissionsWear samples/${PLATFORM_NAME}/wearable/RuntimePermissionsWear 252developers/build/prebuilts/gradle/SkeletonWearableApp samples/${PLATFORM_NAME}/wearable/SkeletonWearableApp 253developers/build/prebuilts/gradle/SpeedTracker samples/${PLATFORM_NAME}/wearable/SpeedTracker 254developers/build/prebuilts/gradle/SynchronizedNotifications samples/${PLATFORM_NAME}/wearable/SynchronizedNotifications 255developers/build/prebuilts/gradle/Timer samples/${PLATFORM_NAME}/wearable/Timer 256developers/build/prebuilts/gradle/WatchFace samples/${PLATFORM_NAME}/wearable/WatchFace 257developers/build/prebuilts/gradle/WatchViewStub samples/${PLATFORM_NAME}/wearable/WatchViewStub 258developers/build/prebuilts/gradle/WearNotifications samples/${PLATFORM_NAME}/wearable/WearNotifications 259developers/build/prebuilts/gradle/WearSpeakerSample samples/${PLATFORM_NAME}/wearable/WearSpeakerSample 260developers/build/prebuilts/gradle/XYZTouristAttractions samples/${PLATFORM_NAME}/wearable/XYZTouristAttractions 261 262# Old sample tree 263development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay 264development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos 265development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation 266development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore 267development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceView 268development/samples/ContactManager samples/${PLATFORM_NAME}/legacy/ContactManager 269development/samples/CrossCompatibility samples/${PLATFORM_NAME}/legacy/CrossCompatibility 270development/samples/CubeLiveWallpaper samples/${PLATFORM_NAME}/legacy/CubeLiveWallpaper 271development/samples/HelloEffects samples/${PLATFORM_NAME}/legacy/HelloEffects 272development/samples/Home samples/${PLATFORM_NAME}/legacy/Home 273development/samples/HoneycombGallery samples/${PLATFORM_NAME}/legacy/HoneycombGallery 274development/samples/JetBoy samples/${PLATFORM_NAME}/legacy/JetBoy 275development/samples/KeyChainDemo samples/${PLATFORM_NAME}/legacy/KeyChainDemo 276development/samples/LceDemo samples/${PLATFORM_NAME}/legacy/LceDemo 277development/samples/LunarLander samples/${PLATFORM_NAME}/legacy/LunarLander 278development/samples/MultiResolution samples/${PLATFORM_NAME}/legacy/MultiResolution 279development/samples/NotePad samples/${PLATFORM_NAME}/legacy/NotePad 280development/samples/SpellChecker/SampleSpellCheckerService samples/${PLATFORM_NAME}/legacy/SpellChecker/SampleSpellCheckerService 281development/samples/SpellChecker/HelloSpellChecker samples/${PLATFORM_NAME}/legacy/SpellChecker/HelloSpellChecker 282development/samples/SampleSyncAdapter samples/${PLATFORM_NAME}/legacy/SampleSyncAdapter 283development/samples/SearchableDictionary samples/${PLATFORM_NAME}/legacy/SearchableDictionary 284development/samples/SipDemo samples/${PLATFORM_NAME}/legacy/SipDemo 285development/samples/SkeletonApp samples/${PLATFORM_NAME}/legacy/SkeletonApp 286development/samples/Snake samples/${PLATFORM_NAME}/legacy/Snake 287development/samples/SoftKeyboard samples/${PLATFORM_NAME}/legacy/SoftKeyboard 288development/samples/Spinner samples/${PLATFORM_NAME}/legacy/Spinner 289development/samples/SpinnerTest samples/${PLATFORM_NAME}/legacy/SpinnerTest 290development/samples/TicTacToeLib samples/${PLATFORM_NAME}/legacy/TicTacToeLib 291development/samples/TicTacToeMain samples/${PLATFORM_NAME}/legacy/TicTacToeMain 292development/samples/TtsEngine samples/${PLATFORM_NAME}/legacy/TtsEngine 293development/samples/ToyVpn samples/${PLATFORM_NAME}/legacy/ToyVpn 294development/samples/UiAutomator samples/${PLATFORM_NAME}/legacy/UiAutomator 295development/samples/USB/MissileLauncher samples/${PLATFORM_NAME}/legacy/USB/MissileLauncher 296development/samples/USB/AdbTest samples/${PLATFORM_NAME}/legacy/USB/AdbTest 297development/samples/VoiceRecognitionService samples/${PLATFORM_NAME}/legacy/VoiceRecognitionService 298development/samples/VoicemailProviderDemo samples/${PLATFORM_NAME}/legacy/VoicemailProviderDemo 299development/samples/WeatherListWidget samples/${PLATFORM_NAME}/legacy/WeatherListWidget 300development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview 301development/samples/WiFiDirectDemo samples/${PLATFORM_NAME}/legacy/WiFiDirectDemo 302development/samples/WiFiDirectServiceDiscovery samples/${PLATFORM_NAME}/legacy/WiFiDirectServiceDiscovery 303development/samples/Wiktionary samples/${PLATFORM_NAME}/legacy/Wiktionary 304development/samples/WiktionarySimple samples/${PLATFORM_NAME}/legacy/WiktionarySimple 305development/samples/XmlAdapters samples/${PLATFORM_NAME}/legacy/XmlAdapters 306 307# NOTICE files are copied by build/core/Makefile from sdk.git 308development/sdk/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt 309 310############################################################################## 311# Add-on Folder 312############################################################################## 313 314# empty add-on folder with just a readme copied from sdk.git 315sdk/files/README_add-ons.txt add-ons/README.txt 316 317############################################################################## 318# Tests Component 319############################################################################## 320