Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2010 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 | <?cs # Table of contents for Dev pdk.?> |
| 17 | <ul id="nav"> |
| 18 | |
| 19 | <!-- Porting Android --> |
| 20 | <li class="nav-section"> |
| 21 | <div class="nav-section-header"> |
| 22 | <a href="<?cs var:toroot ?>devices/index.html"> |
| 23 | <span class="en">Porting</span> |
| 24 | </a> |
| 25 | </div> |
| 26 | <ul> |
| 27 | <li><a href="<?cs var:toroot ?>devices/media.html">Media</a></li> |
| 28 | <li class="nav-section"> |
| 29 | <div class="nav-section-header"> |
| 30 | <a href="<?cs var:toroot ?>devices/audio.html"> |
| 31 | <span class="en">Audio</span> |
| 32 | </a> |
| 33 | </div> |
| 34 | <ul> |
| 35 | <li><a href="<?cs var:toroot ?>devices/audio_latency.html">Latency</a></li> |
| 36 | <li><a href="<?cs var:toroot ?>devices/audio_warmup.html">Warmup</a></li> |
Glenn Kasten | 98afa53 | 2013-04-15 14:02:36 -0700 | [diff] [blame] | 37 | <li><a href="<?cs var:toroot ?>devices/audio_avoiding_pi.html">Avoiding Priority Inversion</a></li> |
Glenn Kasten | c0c342b | 2013-04-22 13:49:43 -0700 | [diff] [blame] | 38 | <li><a href="<?cs var:toroot ?>devices/latency_design.html">Design For Reduced Latency</a></li> |
Glenn Kasten | 963fd95 | 2013-04-18 17:26:23 -0700 | [diff] [blame] | 39 | <li><a href="<?cs var:toroot ?>devices/audio_terminology.html">Terminology</a></li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 40 | </ul> |
| 41 | </li> |
| 42 | <li><a href="<?cs var:toroot ?>devices/camera.html">Camera v1</a></li> |
| 43 | <li><a href="<?cs var:toroot ?>devices/drm.html">DRM</a></li> |
| 44 | <li><a href="<?cs var:toroot ?>devices/graphics.html">Graphics</a></li> |
| 45 | <li><a href="<?cs var:toroot ?>devices/bluetooth.html">Bluetooth</a></li> |
| 46 | <!-- Find a better section for these --> |
| 47 | <li class="nav-section"> |
| 48 | <div class="nav-section-header empty"> |
| 49 | <a href="<?cs var:toroot ?>devices/reference/files.html"> |
| 50 | <span class="en">Reference</span> |
| 51 | </a> |
| 52 | </div> |
| 53 | </li> |
| 54 | </ul> |
| 55 | </li> |
| 56 | <!-- End Porting Android --> |
| 57 | </li> |
| 58 | |
| 59 | |
| 60 | <li class="nav-section"> |
| 61 | <div class="nav-section-header"> |
| 62 | <a href="<?cs var:toroot ?>devices/tech/index.html"> |
| 63 | <span class="en">Technical Information</span> |
| 64 | </a> |
| 65 | </div> |
| 66 | |
| 67 | <ul> |
| 68 | <li class="nav-section"> |
| 69 | <div class="nav-section-header"> |
| 70 | <a href="<?cs var:toroot ?>devices/tech/dalvik/index.html"> |
| 71 | <span class="en">Dalvik</span></a> |
| 72 | </div> |
| 73 | <ul> |
| 74 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/dalvik-bytecode.html">Bytecode Format</a></li> |
| 75 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/dex-format.html">.Dex Format</a></li> |
| 76 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/instruction-formats.html">Instruction Formats</a></li> |
| 77 | </ul> |
| 78 | </li> |
| 79 | |
| 80 | <li class="nav-section"> |
| 81 | <div class="nav-section-header"> |
| 82 | <a href="<?cs var:toroot ?>devices/tech/datausage/index.html"> |
| 83 | <span class="en">Data Usage</span> |
| 84 | </a> |
| 85 | </div> |
| 86 | <ul> |
| 87 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/iface-overview.html">Network interface statistics overview</a></li> |
| 88 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/excluding-network-types.html">Excluding Network Types from Data Usage</a></li> |
| 89 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/tethering-data.html">Tethering Data</a></li> |
| 90 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/usage-cycle-resets-dates.html">Usage Cycle Reset Dates</a></li> |
| 91 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/kernel-overview.html">Kernel Overview</a></li> |
| 92 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/tags-explained.html">Data Usage Tags Explained</a></li> |
| 93 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/kernel-changes.html">Kernel Changes</a></li> |
| 94 | </ul> |
| 95 | </li> |
| 96 | <li class="nav-section"> |
| 97 | <div class="nav-section-header"> |
| 98 | <a href="<?cs var:toroot ?>devices/debugtune.html"> |
| 99 | <span class="en">Debugging and Tuning</span> |
| 100 | </a> |
| 101 | </div> |
| 102 | <ul> |
| 103 | <li><a href="<?cs var:toroot ?>devices/tuning.html">Performance Tuning</a></li> |
| 104 | <li><a href="<?cs var:toroot ?>devices/native-memory.html">Native Memory Usage</a></li> |
| 105 | </ul> |
| 106 | </li> |
| 107 | |
| 108 | <li class="nav-section"> |
| 109 | <div class="nav-section-header"> |
| 110 | <a href="<?cs var:toroot ?>devices/tech/encryption/index.html"> |
| 111 | <span class="en">Encryption</span> |
| 112 | </a> |
| 113 | </div> |
| 114 | <ul> |
| 115 | <li><a href="<?cs var:toroot ?>devices/tech/encryption/android_crypto_implementation.html">Encryption Technical Information</a></li> |
| 116 | </ul> |
| 117 | </li> |
| 118 | <li class="nav-section"> |
| 119 | <div class="nav-section-header"> |
| 120 | <a href="<?cs var:toroot ?>devices/tech/input/index.html"> |
| 121 | <span class="en">Input</span> |
| 122 | </a> |
| 123 | </div> |
| 124 | <ul> |
| 125 | <li><a href="<?cs var:toroot ?>devices/tech/input/overview.html">Overview</a></li> |
| 126 | <li><a href="<?cs var:toroot ?>devices/tech/input/key-layout-files.html">Key Layout Files</a></li> |
| 127 | <li><a href="<?cs var:toroot ?>devices/tech/input/key-character-map-files.html">Key Character Map Files</a></li> |
| 128 | <li><a href="<?cs var:toroot ?>devices/tech/input/input-device-configuration-files.html">Input Device Configuration Files</a></li> |
| 129 | <li><a href="<?cs var:toroot ?>devices/tech/input/migration-guide.html">Migration Guide</a></li> |
| 130 | <li><a href="<?cs var:toroot ?>devices/tech/input/keyboard-devices.html">Keyboard Devices</a></li> |
| 131 | <li><a href="<?cs var:toroot ?>devices/tech/input/touch-devices.html">Touch Devices</a></li> |
| 132 | <li><a href="<?cs var:toroot ?>devices/tech/input/dumpsys.html">Dumpsys</a></li> |
| 133 | <li><a href="<?cs var:toroot ?>devices/tech/input/getevent.html">Getevent</a></li> |
| 134 | <li><a href="<?cs var:toroot ?>devices/tech/input/validate-keymaps.html">Validate Keymaps</a></li> |
| 135 | </ul> |
| 136 | </li> |
| 137 | |
| 138 | <li> |
| 139 | <a href="<?cs var:toroot ?>devices/tech/kernel.html"> |
| 140 | <span class="en">Kernel</span> |
| 141 | </a> |
| 142 | </li> |
| 143 | |
| 144 | <li> |
| 145 | <a href="<?cs var:toroot ?>devices/tech/power.html"> |
| 146 | <span class="en">Power</span> |
| 147 | </a> |
| 148 | </li> |
Robert Ly | 9ca4369 | 2013-04-16 13:10:20 -0700 | [diff] [blame] | 149 | <li class="nav-section"> |
| 150 | <div class="nav-section-header"> |
| 151 | <a href="<?cs var:toroot ?>devices/tech/security/index.html"> |
Nick Kralevich | ab29c8e | 2013-04-30 16:54:10 -0700 | [diff] [blame] | 152 | <span class="en">Security</span> |
Robert Ly | 9ca4369 | 2013-04-16 13:10:20 -0700 | [diff] [blame] | 153 | </a> |
| 154 | </div> |
| 155 | <ul> |
| 156 | <li> |
Nick Kralevich | ab29c8e | 2013-04-30 16:54:10 -0700 | [diff] [blame] | 157 | <a href="<?cs var:toroot ?>devices/tech/security/enhancements42.html"> |
Robert Ly | 9ca4369 | 2013-04-16 13:10:20 -0700 | [diff] [blame] | 158 | <span class="en">Security Enhancements in Android 4.2</span> |
| 159 | </a> |
| 160 | </li> |
Nick Kralevich | cb4c927 | 2013-04-30 17:08:38 -0700 | [diff] [blame^] | 161 | <li> |
| 162 | <a href="<?cs var:toroot ?>devices/tech/security/enhancements43.html"> |
| 163 | <span class="en">Security Enhancements in Android 4.3</span> |
| 164 | </a> |
| 165 | </li> |
Robert Ly | 9ca4369 | 2013-04-16 13:10:20 -0700 | [diff] [blame] | 166 | </ul> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 167 | </li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 168 | |
| 169 | |
| 170 | <li class="nav-section"> |
| 171 | <div class="nav-section-header"> |
| 172 | <a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/index.html"> |
| 173 | <span class="en">Trade Federation Testing Infrastructure</span> |
| 174 | </a> |
| 175 | </div> |
| 176 | <ul> |
Omari Stephens | 06f9001 | 2013-04-17 20:55:41 -0700 | [diff] [blame] | 177 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/index.html" |
| 178 | >Start Here</a></li> |
| 179 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/machine_setup.html" |
| 180 | >Machine Setup</a></li> |
| 181 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/devices.html" |
| 182 | >Working with Devices</a></li> |
| 183 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/lifecycle.html" |
| 184 | >Test Lifecycle</a></li> |
| 185 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/options.html" |
| 186 | >Option Handling</a></li> |
Omari Stephens | 46bdf0d | 2013-04-17 16:35:47 -0700 | [diff] [blame] | 187 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/full_example.html" |
| 188 | >An End-to-End Example</a></li> |
| 189 | <li id="tradefed-tree-list" class="nav-section"> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 190 | <div class="nav-section-header"> |
| 191 | <a href="<?cs var:toroot ?>reference/packages.html"> |
| 192 | <span class="en">Reference</span> |
| 193 | </a> |
| 194 | <div> |
| 195 | </li> |
| 196 | </ul> |
| 197 | </li> |
| 198 | |
| 199 | </ul> |
| 200 | </li> |
| 201 | |
Omari Stephens | 46bdf0d | 2013-04-17 16:35:47 -0700 | [diff] [blame] | 202 | </ul> |