OSDN Git Service

am daf0b895: (-s ours) Cherry-pick f0e5e933 from master.
[android-x86/development.git] / build / sdk.atree
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 # The files that will go in the tools folder are setup through
21 #    sdk/build/tools.atree
22 # This is to help when the sdk.git project is branched differently from
23 # the other projects.
24 #
25
26 ##############################################################################
27 # SDK Root folder
28 ##############################################################################
29
30 # the readme
31 development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
32
33 # doc redirect
34 frameworks/base/docs/docs-redirect.html documentation.html
35
36 ##############################################################################
37 # Platform Tools Component
38 ##############################################################################
39
40 # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
41 bin/adb                                       platform-tools/adb
42 bin/aapt                                      platform-tools/aapt
43 bin/aidl                                      platform-tools/aidl
44 bin/llvm-rs-cc                                platform-tools/llvm-rs-cc
45 # dx
46 bin/dx                                        platform-tools/dx
47 bin/dexdump                                   platform-tools/dexdump
48 framework/dx.jar                              platform-tools/lib/dx.jar
49
50 sdk/files/sdk_files_NOTICE.txt                platform-tools/NOTICE.txt
51 development/sdk/plat_tools_source.properties  platform-tools/source.properties
52
53 ##############################################################################
54 # Platform Component
55 ##############################################################################
56
57 # version files for the SDK updater, from sdk.git
58 development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
59
60 # copy build prop from out/.../sdk/
61 sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
62
63 # the uper-jar file that apps link against. This is the public API
64 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
65
66 # the aidl precompiled include
67 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
68
69 # Framework include for Renderscript
70 frameworks/base/libs/rs/scriptc  platforms/${PLATFORM_NAME}/renderscript/include
71
72 # System images + Kernel
73 system.img                              platforms/${PLATFORM_NAME}/images/system.img
74 ramdisk.img                             platforms/${PLATFORM_NAME}/images/ramdisk.img
75 userdata.img                            platforms/${PLATFORM_NAME}/images/userdata.img
76 prebuilt/android-arm/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/kernel-qemu
77
78 # emulator skins from sdk.git
79 #development/tools/emulator/skins/QVGA      platforms/${PLATFORM_NAME}/skins/QVGA
80 #development/tools/emulator/skins/WQVGA432  platforms/${PLATFORM_NAME}/skins/WQVGA432
81 #development/tools/emulator/skins/WQVGA400  platforms/${PLATFORM_NAME}/skins/WQVGA400
82 #development/tools/emulator/skins/HVGA      platforms/${PLATFORM_NAME}/skins/HVGA
83 #development/tools/emulator/skins/WVGA800   platforms/${PLATFORM_NAME}/skins/WVGA800
84 #development/tools/emulator/skins/WVGA854   platforms/${PLATFORM_NAME}/skins/WVGA854
85 development/tools/emulator/skins/WXGA       platforms/${PLATFORM_NAME}/skins/WXGA
86
87 # Platform SDK properties
88 development/sdk/sdk.properties               platforms/${PLATFORM_NAME}/sdk.properties
89
90 # sdk.git Ant templates for project files
91 sdk/templates/AndroidManifest.template        platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
92 sdk/templates/AndroidManifest.tests.template  platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
93 sdk/templates/java_file.template              platforms/${PLATFORM_NAME}/templates/java_file.template
94 sdk/templates/java_tests_file.template        platforms/${PLATFORM_NAME}/templates/java_tests_file.template
95 sdk/templates/layout.template                 platforms/${PLATFORM_NAME}/templates/layout.template
96 sdk/templates/strings.template                platforms/${PLATFORM_NAME}/templates/strings.template
97 sdk/templates/icon_ldpi.png                   platforms/${PLATFORM_NAME}/templates/icon_ldpi.png
98 sdk/templates/icon_mdpi.png                   platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
99 sdk/templates/icon_hdpi.png                   platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
100
101 # Eclipse Editors support
102 framework/layoutlib.jar       platforms/${PLATFORM_NAME}/data/layoutlib.jar
103 frameworks/base/core/res/res  platforms/${PLATFORM_NAME}/data/res
104 docs/activity_actions.txt     platforms/${PLATFORM_NAME}/data/activity_actions.txt
105 docs/broadcast_actions.txt    platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
106 docs/service_actions.txt      platforms/${PLATFORM_NAME}/data/service_actions.txt
107 docs/categories.txt           platforms/${PLATFORM_NAME}/data/categories.txt
108 docs/widgets.txt              platforms/${PLATFORM_NAME}/data/widgets.txt
109 docs/features.txt             platforms/${PLATFORM_NAME}/data/features.txt
110
111 # fonts for layoutlib.
112 frameworks/base/data/fonts/fonts.xml                 platforms/${PLATFORM_NAME}/data/fonts/fonts.xml
113 frameworks/base/data/fonts/DroidSans.ttf             platforms/${PLATFORM_NAME}/data/fonts/DroidSans.ttf
114 frameworks/base/data/fonts/DroidSans-Bold.ttf        platforms/${PLATFORM_NAME}/data/fonts/DroidSans-Bold.ttf
115 frameworks/base/data/fonts/DroidSansMono.ttf         platforms/${PLATFORM_NAME}/data/fonts/DroidSansMono.ttf
116 frameworks/base/data/fonts/DroidSerif-Bold.ttf       platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Bold.ttf
117 frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-BoldItalic.ttf
118 frameworks/base/data/fonts/DroidSerif-Italic.ttf     platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Italic.ttf
119 frameworks/base/data/fonts/DroidSerif-Regular.ttf    platforms/${PLATFORM_NAME}/data/fonts/DroidSerif-Regular.ttf
120 frameworks/base/data/fonts/DroidSansFallback.ttf     platforms/${PLATFORM_NAME}/data/fonts/DroidSansFallback.ttf
121 frameworks/base/data/fonts/DroidSansJapanese.ttf     platforms/${PLATFORM_NAME}/data/fonts/DroidSansJapanese.ttf
122
123 # NOTICE files are copied by build/core/Makefile from sdk.git
124 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
125 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
126 sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
127
128 ##############################################################################
129 # Docs Component
130 ##############################################################################
131
132 # version files for the SDK updater, from sdk.git
133 development/sdk/doc_source.properties docs/source.properties
134
135 # the docs
136 docs/offline-sdk docs
137 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
138
139
140 ##############################################################################
141 # Samples Component
142 ##############################################################################
143
144 # samples to include in the sdk samples package
145 #
146 # the list here should match the list of samples that we generate docs for, 
147 # (see web_docs_sample_code_flags in frameworks/base/Android.mk)
148 development/apps/GestureBuilder              samples/${PLATFORM_NAME}/GestureBuilder
149 development/samples/source.properties        samples/${PLATFORM_NAME}/source.properties
150 #
151 # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER.
152 #
153 development/samples/AccessibilityService     samples/${PLATFORM_NAME}/AccessibilityService
154 development/samples/AccelerometerPlay        samples/${PLATFORM_NAME}/AccelerometerPlay
155 development/samples/ApiDemos                 samples/${PLATFORM_NAME}/ApiDemos
156 development/samples/BackupRestore            samples/${PLATFORM_NAME}/BackupRestore
157 development/samples/BasicGLSurfaceView       samples/${PLATFORM_NAME}/BasicGLSurfaceView
158 development/samples/BluetoothChat            samples/${PLATFORM_NAME}/BluetoothChat
159 development/samples/ContactManager           samples/${PLATFORM_NAME}/ContactManager
160 development/samples/CrossCompatibility       samples/${PLATFORM_NAME}/CrossCompatibility
161 development/samples/CubeLiveWallpaper        samples/${PLATFORM_NAME}/CubeLiveWallpaper
162 development/samples/Home                     samples/${PLATFORM_NAME}/Home
163 development/samples/Honeycomb-Gallery        samples/${PLATFORM_NAME}/Honeycomb-Gallery
164 development/samples/JetBoy                   samples/${PLATFORM_NAME}/JetBoy
165 development/samples/LunarLander              samples/${PLATFORM_NAME}/LunarLander
166 development/samples/MultiResolution          samples/${PLATFORM_NAME}/MultiResolution
167 development/samples/NotePad                  samples/${PLATFORM_NAME}/NotePad
168 development/samples/SampleSyncAdapter        samples/${PLATFORM_NAME}/SampleSyncAdapter
169 development/samples/SearchableDictionary     samples/${PLATFORM_NAME}/SearchableDictionary
170 development/samples/SipDemo                  samples/${PLATFORM_NAME}/SipDemo
171 development/samples/SkeletonApp              samples/${PLATFORM_NAME}/SkeletonApp
172 development/samples/Snake                    samples/${PLATFORM_NAME}/Snake
173 development/samples/SoftKeyboard             samples/${PLATFORM_NAME}/SoftKeyboard
174 development/samples/Spinner                  samples/${PLATFORM_NAME}/Spinner
175 development/samples/SpinnerTest              samples/${PLATFORM_NAME}/SpinnerTest
176 development/samples/TicTacToeLib             samples/${PLATFORM_NAME}/TicTacToeLib
177 development/samples/TicTacToeMain            samples/${PLATFORM_NAME}/TicTacToeMain
178 development/samples/VoiceRecognitionService  samples/${PLATFORM_NAME}/VoiceRecognitionService
179 development/apps/WidgetPreview               samples/${PLATFORM_NAME}/WidgetPreview
180 development/samples/Wiktionary               samples/${PLATFORM_NAME}/Wiktionary
181 development/samples/WiktionarySimple         samples/${PLATFORM_NAME}/WiktionarySimple
182 development/samples/XmlAdapters              samples/${PLATFORM_NAME}/XmlAdapters
183 frameworks/base/libs/rs/java/Balls           samples/${PLATFORM_NAME}/RenderScript/Balls
184 frameworks/base/libs/rs/java/Fountain        samples/${PLATFORM_NAME}/RenderScript/Fountain
185 frameworks/base/libs/rs/java/Samples         samples/${PLATFORM_NAME}/RenderScript/MiscSamples
186
187 # NOTICE files are copied by build/core/Makefile from sdk.git
188 sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
189
190 ##############################################################################
191 # Samples Component
192 ##############################################################################
193
194 # empty add-on folder with just a readme copied from sdk.git
195 sdk/files/README_add-ons.txt add-ons/README.txt