Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | <!-- |
Clay Murphy | 32285dd | 2014-03-12 12:15:00 -0700 | [diff] [blame] | 2 | Copyright 2014 The Android Open Source Project |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 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 | --> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 16 | <?cs # Table of contents for devices.?> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 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"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 23 | <span class="en">Interfaces</span> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 24 | </a> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 25 | </div> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 26 | <ul> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 27 | <li class="nav-section"> |
| 28 | <div class="nav-section-header"> |
Clay Murphy | 714cd07 | 2014-12-01 13:07:52 -0800 | [diff] [blame] | 29 | <a href="<?cs var:toroot ?>devices/audio/index.html"> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 30 | <span class="en">Audio</span> |
| 31 | </a> |
| 32 | </div> |
| 33 | <ul> |
Clay Murphy | 714cd07 | 2014-12-01 13:07:52 -0800 | [diff] [blame] | 34 | <li><a href="<?cs var:toroot ?>devices/audio/terminology.html">Terminology</a></li> |
| 35 | <li><a href="<?cs var:toroot ?>devices/audio/implement.html">Implementation</a></li> |
| 36 | <li><a href="<?cs var:toroot ?>devices/audio/attributes.html">Attributes</a></li> |
| 37 | <li><a href="<?cs var:toroot ?>devices/audio/warmup.html">Warmup</a></li> |
Glenn Kasten | 4532b51 | 2014-01-24 08:43:10 -0800 | [diff] [blame] | 38 | <li class="nav-section"> |
| 39 | <div class="nav-section-header"> |
Clay Murphy | 714cd07 | 2014-12-01 13:07:52 -0800 | [diff] [blame] | 40 | <a href="<?cs var:toroot ?>devices/audio/latency.html"> |
Glenn Kasten | 4532b51 | 2014-01-24 08:43:10 -0800 | [diff] [blame] | 41 | <span class="en">Latency</span> |
| 42 | </a> |
| 43 | </div> |
Clay Murphy | 47b1d3f | 2013-10-03 10:02:22 -0700 | [diff] [blame] | 44 | <ul> |
Clay Murphy | 714cd07 | 2014-12-01 13:07:52 -0800 | [diff] [blame] | 45 | <li><a href="<?cs var:toroot ?>devices/audio/latency_measure.html">Measure</a></li> |
| 46 | <li><a href="<?cs var:toroot ?>devices/audio/latency_design.html">Design</a></li> |
| 47 | <li><a href="<?cs var:toroot ?>devices/audio/testing_circuit.html">Light Testing Circuit</a></li> |
Clay Murphy | c9ea000 | 2015-02-17 14:57:14 -0800 | [diff] [blame] | 48 | <li><a href="<?cs var:toroot ?>devices/audio/loopback.html">Loopback Audio Dongle</a></li> |
Glenn Kasten | 4532b51 | 2014-01-24 08:43:10 -0800 | [diff] [blame] | 49 | </ul> |
| 50 | </li> |
Clay Murphy | 714cd07 | 2014-12-01 13:07:52 -0800 | [diff] [blame] | 51 | <li><a href="<?cs var:toroot ?>devices/audio/avoiding_pi.html">Priority Inversion</a></li> |
| 52 | <li><a href="<?cs var:toroot ?>devices/audio/src.html">Sample Rate Conversion</a></li> |
| 53 | <li><a href="<?cs var:toroot ?>devices/audio/debugging.html">Debugging</a></li> |
| 54 | <li><a href="<?cs var:toroot ?>devices/audio/usb.html">USB Digital Audio</a></li> |
| 55 | <li><a href="<?cs var:toroot ?>devices/audio/tv.html">TV Audio</a></li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 56 | </ul> |
| 57 | </li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 58 | <li><a href="<?cs var:toroot ?>devices/bluetooth.html">Bluetooth</a></li> |
Clay Murphy | b6e5f5b | 2013-10-21 17:01:06 -0700 | [diff] [blame] | 59 | <li class="nav-section"> |
| 60 | <div class="nav-section-header"> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 61 | <a href="<?cs var:toroot ?>devices/camera/index.html"> |
Clay Murphy | b6e5f5b | 2013-10-21 17:01:06 -0700 | [diff] [blame] | 62 | <span class="en">Camera</span> |
| 63 | </a> |
| 64 | </div> |
| 65 | <ul> |
| 66 | <li><a href="<?cs var:toroot ?>devices/camera/camera3.html">Camera HAL3</a></li> |
| 67 | <li><a href="<?cs var:toroot ?>devices/camera/camera3_requests_hal.html">HAL Subsystem</a></li> |
| 68 | <li><a href="<?cs var:toroot ?>devices/camera/camera3_metadata.html">Metadata and Controls</a></li> |
| 69 | <li><a href="<?cs var:toroot ?>devices/camera/camera3_3Amodes.html">3A Modes and State</a></li> |
| 70 | <li><a href="<?cs var:toroot ?>devices/camera/camera3_crop_reprocess.html">Output and Cropping</a></li> |
| 71 | <li><a href="<?cs var:toroot ?>devices/camera/camera3_error_stream.html">Errors and Streams</a></li> |
| 72 | <li><a href="<?cs var:toroot ?>devices/camera/camera3_requests_methods.html">Request Creation</a></li> |
Clay Murphy | 594d0ed | 2014-10-21 11:04:30 -0700 | [diff] [blame] | 73 | <li><a href="<?cs var:toroot ?>devices/camera/versioning.html">Version Support</a></li> |
Clay Murphy | b6e5f5b | 2013-10-21 17:01:06 -0700 | [diff] [blame] | 74 | </ul> |
| 75 | </li> |
| 76 | |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 77 | <li><a href="<?cs var:toroot ?>devices/drm.html">DRM</a></li> |
Jeff Sharkey | 790c02d | 2013-10-18 13:57:33 -0700 | [diff] [blame] | 78 | <li class="nav-section"> |
| 79 | <div class="nav-section-header"> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 80 | <a href="<?cs var:toroot ?>devices/storage/index.html"> |
Jeff Sharkey | 790c02d | 2013-10-18 13:57:33 -0700 | [diff] [blame] | 81 | <span class="en">External Storage</span> |
| 82 | </a> |
| 83 | </div> |
| 84 | <ul> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 85 | <li><a href="<?cs var:toroot ?>devices/storage/config.html">Device Specific Configuration</a></li> |
| 86 | <li><a href="<?cs var:toroot ?>devices/storage/config-example.html">Typical Configuration Examples</a></li> |
Jeff Sharkey | 790c02d | 2013-10-18 13:57:33 -0700 | [diff] [blame] | 87 | </ul> |
| 88 | </li> |
Clay Murphy | ccf3037 | 2014-04-07 16:13:19 -0700 | [diff] [blame] | 89 | <li class="nav-section"> |
| 90 | <div class="nav-section-header"> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 91 | <a href="<?cs var:toroot ?>devices/graphics/index.html"> |
Clay Murphy | ccf3037 | 2014-04-07 16:13:19 -0700 | [diff] [blame] | 92 | <span class="en">Graphics</span> |
| 93 | </a> |
| 94 | </div> |
| 95 | <ul> |
Clay Murphy | 74643ca | 2014-09-02 17:30:57 -0700 | [diff] [blame] | 96 | <li><a href="<?cs var:toroot ?>devices/graphics/architecture.html">Architecture</a></li> |
| 97 | <li><a href="<?cs var:toroot ?>devices/graphics/implement.html">Implementation</a></li> |
Bert McMeen | 14031e9 | 2015-02-25 15:21:37 -0800 | [diff] [blame] | 98 | <li><a href="<?cs var:toroot ?>devices/graphics/DeqpUserGuide.pdf">OpenGL ES Testing</a></li> |
Clay Murphy | ccf3037 | 2014-04-07 16:13:19 -0700 | [diff] [blame] | 99 | </ul> |
| 100 | </li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 101 | <li class="nav-section"> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 102 | <div class="nav-section-header"> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 103 | <a href="<?cs var:toroot ?>devices/input/index.html"> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 104 | <span class="en">Input</span> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 105 | </a> |
| 106 | </div> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 107 | <ul> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 108 | <li><a href="<?cs var:toroot ?>devices/input/overview.html">Overview</a></li> |
| 109 | <li><a href="<?cs var:toroot ?>devices/input/key-layout-files.html">Key Layout Files</a></li> |
| 110 | <li><a href="<?cs var:toroot ?>devices/input/key-character-map-files.html">Key Character Map Files</a></li> |
| 111 | <li><a href="<?cs var:toroot ?>devices/input/input-device-configuration-files.html">Input Device Configuration Files</a></li> |
| 112 | <li><a href="<?cs var:toroot ?>devices/input/migration-guide.html">Migration Guide</a></li> |
| 113 | <li><a href="<?cs var:toroot ?>devices/input/keyboard-devices.html">Keyboard Devices</a></li> |
| 114 | <li><a href="<?cs var:toroot ?>devices/input/touch-devices.html">Touch Devices</a></li> |
| 115 | <li><a href="<?cs var:toroot ?>devices/input/dumpsys.html">Dumpsys</a></li> |
| 116 | <li><a href="<?cs var:toroot ?>devices/input/getevent.html">Getevent</a></li> |
| 117 | <li><a href="<?cs var:toroot ?>devices/input/validate-keymaps.html">Validate Keymaps</a></li> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 118 | </ul> |
| 119 | </li> |
| 120 | <li><a href="<?cs var:toroot ?>devices/media.html">Media</a></li> |
| 121 | <li class="nav-section"> |
| 122 | <div class="nav-section-header"> |
Clay Murphy | 4ea104f | 2013-10-28 17:44:33 -0700 | [diff] [blame] | 123 | <a href="<?cs var:toroot ?>devices/sensors/index.html"> |
| 124 | <span class="en">Sensors</span> |
| 125 | </a> |
| 126 | </div> |
| 127 | <ul> |
| 128 | <li> |
Clay Murphy | d01c551 | 2014-09-18 18:28:04 -0700 | [diff] [blame] | 129 | <a href="<?cs var:toroot ?>devices/sensors/sensor-stack.html"> |
| 130 | <span class="en">Sensor stack</span> |
Clay Murphy | 4ea104f | 2013-10-28 17:44:33 -0700 | [diff] [blame] | 131 | </a> |
| 132 | </li> |
| 133 | <li> |
Clay Murphy | d01c551 | 2014-09-18 18:28:04 -0700 | [diff] [blame] | 134 | <a href="<?cs var:toroot ?>devices/sensors/report-modes.html"> |
| 135 | <span class="en">Reporting modes</span> |
| 136 | </a> |
| 137 | </li> |
| 138 | <li> |
| 139 | <a href="<?cs var:toroot ?>devices/sensors/suspend-mode.html"> |
| 140 | <span class="en">Suspend mode</span> |
| 141 | </a> |
| 142 | </li> |
| 143 | <li> |
| 144 | <a href="<?cs var:toroot ?>devices/sensors/power-use.html"> |
| 145 | <span class="en">Power consumption</span> |
| 146 | </a> |
| 147 | </li> |
| 148 | <li> |
| 149 | <a href="<?cs var:toroot ?>devices/sensors/interaction.html"> |
| 150 | <span class="en">Interaction</span> |
| 151 | </a> |
| 152 | </li> |
| 153 | <li> |
| 154 | <a href="<?cs var:toroot ?>devices/sensors/hal-interface.html"> |
| 155 | <span class="en">HAL interface</span> |
Clay Murphy | 4ea104f | 2013-10-28 17:44:33 -0700 | [diff] [blame] | 156 | </a> |
| 157 | </li> |
| 158 | <li> |
| 159 | <a href="<?cs var:toroot ?>devices/sensors/batching.html"> |
Clay Murphy | d01c551 | 2014-09-18 18:28:04 -0700 | [diff] [blame] | 160 | <span class="en">Batching</span> |
| 161 | </a> |
| 162 | </li> |
| 163 | <li> |
| 164 | <a href="<?cs var:toroot ?>devices/sensors/sensor-types.html"> |
| 165 | <span class="en">Sensor types</span> |
| 166 | </a> |
| 167 | </li> |
| 168 | <li> |
| 169 | <a href="<?cs var:toroot ?>devices/sensors/versioning.html"> |
| 170 | <span class="en">Version deprecation</span> |
Clay Murphy | 4ea104f | 2013-10-28 17:44:33 -0700 | [diff] [blame] | 171 | </a> |
| 172 | </li> |
| 173 | </ul> |
| 174 | </li> |
Clay Murphy | 1edb35f | 2014-10-15 14:25:59 -0700 | [diff] [blame] | 175 | <li class="nav-section"> |
| 176 | <div class="nav-section-header"> |
| 177 | <a href="<?cs var:toroot ?>devices/tv/index.html"> |
| 178 | <span class="en">TV</span> |
| 179 | </a> |
| 180 | </div> |
| 181 | <ul> |
| 182 | <li><a href="<?cs var:toroot ?>devices/tv/HDMI-CEC.html">HDMI-CEC control service</a></li> |
| 183 | </ul> |
| 184 | </li> |
| 185 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 186 | </ul> |
| 187 | </li> |
| 188 | <!-- End Porting Android --> |
| 189 | </li> |
| 190 | |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 191 | |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 192 | <li class="nav-section"> |
| 193 | <div class="nav-section-header"> |
| 194 | <a href="<?cs var:toroot ?>devices/tech/index.html"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 195 | <span class="en">Core Technologies</span> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 196 | </a> |
| 197 | </div> |
| 198 | |
| 199 | <ul> |
| 200 | <li class="nav-section"> |
| 201 | <div class="nav-section-header"> |
| 202 | <a href="<?cs var:toroot ?>devices/tech/dalvik/index.html"> |
Clay Murphy | e4edda6 | 2014-10-16 19:00:15 -0700 | [diff] [blame] | 203 | <span class="en">ART and Dalvik</span></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 204 | </div> |
| 205 | <ul> |
| 206 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/dalvik-bytecode.html">Bytecode Format</a></li> |
| 207 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/dex-format.html">.Dex Format</a></li> |
| 208 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/instruction-formats.html">Instruction Formats</a></li> |
Clay Murphy | cb18098 | 2015-02-24 11:50:23 -0800 | [diff] [blame] | 209 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/constraints.html">Constraints</a></li> |
Clay Murphy | 2cf6611 | 2015-01-13 19:01:18 -0800 | [diff] [blame] | 210 | <li><a href="<?cs var:toroot ?>devices/tech/dalvik/configure.html">Configuration</a></li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 211 | </ul> |
| 212 | </li> |
| 213 | |
| 214 | <li class="nav-section"> |
| 215 | <div class="nav-section-header"> |
| 216 | <a href="<?cs var:toroot ?>devices/tech/datausage/index.html"> |
| 217 | <span class="en">Data Usage</span> |
| 218 | </a> |
| 219 | </div> |
| 220 | <ul> |
| 221 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/iface-overview.html">Network interface statistics overview</a></li> |
| 222 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/excluding-network-types.html">Excluding Network Types from Data Usage</a></li> |
| 223 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/tethering-data.html">Tethering Data</a></li> |
| 224 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/usage-cycle-resets-dates.html">Usage Cycle Reset Dates</a></li> |
| 225 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/kernel-overview.html">Kernel Overview</a></li> |
| 226 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/tags-explained.html">Data Usage Tags Explained</a></li> |
| 227 | <li><a href="<?cs var:toroot ?>devices/tech/datausage/kernel-changes.html">Kernel Changes</a></li> |
| 228 | </ul> |
| 229 | </li> |
| 230 | <li class="nav-section"> |
| 231 | <div class="nav-section-header"> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 232 | <a href="<?cs var:toroot ?>devices/tech/debug/index.html"> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 233 | <span class="en">Debugging and Tuning</span> |
| 234 | </a> |
| 235 | </div> |
| 236 | <ul> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 237 | <li><a href="<?cs var:toroot ?>devices/tech/debug/tuning.html">Performance Tuning</a></li> |
| 238 | <li><a href="<?cs var:toroot ?>devices/tech/debug/native-memory.html">Native Memory Usage</a></li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 239 | </ul> |
| 240 | </li> |
| 241 | |
| 242 | <li class="nav-section"> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 243 | <div class="nav-section-header empty"> |
Clay Murphy | 28730d1 | 2014-03-24 18:05:16 -0700 | [diff] [blame] | 244 | <a href="<?cs var:toroot ?>devices/halref/index.html"> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 245 | <span class="en">HAL File Reference</span> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 246 | </a> |
| 247 | </div> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 248 | </li> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 249 | |
| 250 | <li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 251 | <a href="<?cs var:toroot ?>devices/tech/kernel.html"> |
| 252 | <span class="en">Kernel</span> |
| 253 | </a> |
| 254 | </li> |
Robert Ly | 5b218c2 | 2013-05-07 10:37:22 -0700 | [diff] [blame] | 255 | |
| 256 | <li> |
Clay Murphy | 0ddab12 | 2014-12-01 16:22:40 -0800 | [diff] [blame] | 257 | <a href="<?cs var:toroot ?>devices/tech/low-ram.html"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 258 | <span class="en">Low RAM</span> |
| 259 | </a> |
| 260 | </li> |
| 261 | |
| 262 | <li> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 263 | <a href="<?cs var:toroot ?>devices/tech/power.html"> |
| 264 | <span class="en">Power</span> |
| 265 | </a> |
| 266 | </li> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 267 | <li class="nav-section"> |
| 268 | <div class="nav-section-header"> |
| 269 | <a href="<?cs var:toroot ?>devices/tech/security/index.html"> |
| 270 | <span class="en">Security</span> |
| 271 | </a> |
| 272 | </div> |
| 273 | <ul> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 274 | <li class="nav-section"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 275 | <div class="nav-section-header"> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 276 | <a href="<?cs var:toroot ?>devices/tech/security/overview/index.html"> |
| 277 | <span class="en">Overview</span> |
| 278 | </a> |
| 279 | </div> |
| 280 | <ul> |
| 281 | <li><a href="<?cs var:toroot ?>devices/tech/security/overview/kernel-security.html">Kernel security</a></li> |
| 282 | <li><a href="<?cs var:toroot ?>devices/tech/security/overview/app-security.html">App security</a></li> |
| 283 | <li><a href="<?cs var:toroot ?>devices/tech/security/overview/updates-resources.html">Updates and resources</a></li> |
| 284 | <li class="nav-section"> |
| 285 | <div class="nav-section-header"> |
| 286 | <a href="<?cs var:toroot ?>devices/tech/security/enhancements/index.html"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 287 | <span class="en">Enhancements</span> |
| 288 | </a> |
| 289 | </div> |
| 290 | <ul> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 291 | <li><a href="<?cs var:toroot ?>devices/tech/security/enhancements/enhancements50.html">Android 5.0</a></li> |
| 292 | <li><a href="<?cs var:toroot ?>devices/tech/security/enhancements/enhancements44.html">Android 4.4</a></li> |
| 293 | <li><a href="<?cs var:toroot ?>devices/tech/security/enhancements/enhancements43.html">Android 4.3</a></li> |
| 294 | <li><a href="<?cs var:toroot ?>devices/tech/security/enhancements/enhancements42.html">Android 4.2</a></li> |
| 295 | <li><a href="<?cs var:toroot ?>devices/tech/security/enhancements/enhancements41.html">Android 4.1</a></li> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 296 | </ul> |
| 297 | </li> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 298 | <li><a href="<?cs var:toroot ?>devices/tech/security/overview/acknowledgements.html">Acknowledgements</a></li> |
| 299 | </ul> |
| 300 | </li> |
| 301 | <li class="nav-section"> |
| 302 | <div class="nav-section-header"> |
| 303 | <a href="<?cs var:toroot ?>devices/tech/security/implement.html"> |
| 304 | <span class="en">Implementation</span> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 305 | </a> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 306 | </div> |
| 307 | <ul> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 308 | <li> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 309 | <a href="<?cs var:toroot ?>devices/tech/security/encryption/index.html"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 310 | <span class="en">Encryption</span> |
| 311 | </a> |
| 312 | </li> |
Clay Murphy | 0d59668 | 2014-10-23 12:06:03 -0700 | [diff] [blame] | 313 | <li class="nav-section"> |
| 314 | <div class="nav-section-header"> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 315 | <a href="<?cs var:toroot ?>devices/tech/security/secureboot/index.html"> |
| 316 | <span class="en">Secure Boot</span> |
| 317 | </a> |
Clay Murphy | 0d59668 | 2014-10-23 12:06:03 -0700 | [diff] [blame] | 318 | </div> |
| 319 | <ul> |
Clay Murphy | fcf8f18 | 2015-03-11 22:43:31 -0700 | [diff] [blame] | 320 | <li><a href="<?cs var:toroot ?>devices/tech/security/secureboot/verified-boot.html">Verifying boot</a></li> |
| 321 | <li><a href="<?cs var:toroot ?>devices/tech/security/secureboot/dm-verity.html">Implementing dm-verity</a></li> |
Clay Murphy | 0d59668 | 2014-10-23 12:06:03 -0700 | [diff] [blame] | 322 | </ul> |
| 323 | </li> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 324 | <li class="nav-section"> |
| 325 | <div class="nav-section-header"> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 326 | <a href="<?cs var:toroot ?>devices/tech/security/selinux/index.html"> |
| 327 | <span class="en">Security-Enhanced Linux</span> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 328 | </a> |
| 329 | </div> |
| 330 | <ul> |
| 331 | <li><a href="<?cs var:toroot ?>devices/tech/security/selinux/concepts.html">Concepts</a></li> |
| 332 | <li><a href="<?cs var:toroot ?>devices/tech/security/selinux/implement.html">Implementation</a></li> |
| 333 | <li><a href="<?cs var:toroot ?>devices/tech/security/selinux/customize.html">Customization</a></li> |
| 334 | <li><a href="<?cs var:toroot ?>devices/tech/security/selinux/validate.html">Validation</a></li> |
| 335 | </ul> |
| 336 | </li> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 337 | </ul> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 338 | </li> |
Clay Murphy | 8aa3ad2 | 2014-11-26 16:59:21 -0800 | [diff] [blame] | 339 | </ul> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 340 | <li class="nav-section"> |
| 341 | <div class="nav-section-header"> |
| 342 | <a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/index.html"> |
Clay Murphy | f9d451e | 2014-10-21 18:11:12 -0700 | [diff] [blame] | 343 | <span class="en">Testing Infrastructure</span> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 344 | </a> |
| 345 | </div> |
| 346 | <ul> |
Omari Stephens | 06f9001 | 2013-04-17 20:55:41 -0700 | [diff] [blame] | 347 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/index.html" |
| 348 | >Start Here</a></li> |
| 349 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/machine_setup.html" |
| 350 | >Machine Setup</a></li> |
| 351 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/devices.html" |
| 352 | >Working with Devices</a></li> |
| 353 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/lifecycle.html" |
| 354 | >Test Lifecycle</a></li> |
| 355 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/fundamentals/options.html" |
| 356 | >Option Handling</a></li> |
Omari Stephens | 46bdf0d | 2013-04-17 16:35:47 -0700 | [diff] [blame] | 357 | <li><a href="<?cs var:toroot ?>devices/tech/test_infra/tradefed/full_example.html" |
| 358 | >An End-to-End Example</a></li> |
| 359 | <li id="tradefed-tree-list" class="nav-section"> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 360 | <div class="nav-section-header"> |
| 361 | <a href="<?cs var:toroot ?>reference/packages.html"> |
Clay Murphy | 73bc2e8 | 2013-10-18 12:47:30 -0700 | [diff] [blame] | 362 | <span class="en">Package Index</span> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 363 | </a> |
| 364 | <div> |
| 365 | </li> |
| 366 | </ul> |
| 367 | </li> |
| 368 | |
| 369 | </ul> |
| 370 | </li> |
| 371 | |
Omari Stephens | 46bdf0d | 2013-04-17 16:35:47 -0700 | [diff] [blame] | 372 | </ul> |