David Warren | 5f6ca4f | 2009-04-30 17:11:58 -0700 | [diff] [blame] | 1 | <ul> |
| 2 | |
| 3 | <li> <h2>Introduction</h2> |
| 4 | <ul> |
| 5 | <li><a href="<?cs var:toroot ?>guide/system_requirements.html">Device Requirements</a></li> |
| 6 | </ul> |
| 7 | </li> |
| 8 | |
| 9 | |
| 10 | <li> <h2>Dev Environment Setup</h2> |
| 11 | <ul> |
| 12 | <li><a href="<?cs var:toroot ?>guide/build_system.html">Build System</a></li> |
| 13 | </ul> |
| 14 | </li> |
| 15 | |
| 16 | |
| 17 | <li><h2>Basic Bring up</h2> |
| 18 | <ul> |
| 19 | <li><a href="<?cs var:toroot ?>guide/build_new_device.html">Building New Device</a></li> |
| 20 | <li><a href="<?cs var:toroot ?>guide/bring_up.html">Bring up</a></li> |
| 21 | <li><a href="<?cs var:toroot ?>guide/keymaps_keyboard_input.html">Keymaps and Keyboard</a></li> |
| 22 | <li><a href="<?cs var:toroot ?>guide/display_drivers.html">Display Drivers</a></li> |
| 23 | </ul> |
| 24 | </li> |
| 25 | |
| 26 | |
| 27 | <li> <h2>Multimedia</h2> |
| 28 | <ul> |
| 29 | <li><a href="<?cs var:toroot ?>guide/audio.html">Audio</a></li> |
| 30 | <li><a href="<?cs var:toroot ?>guide/camera.html">Camera</a></li> |
| 31 | </ul> |
| 32 | </li> |
| 33 | |
| 34 | <li> <h2>Power Management</h2> |
| 35 | <ul> |
| 36 | <li><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></li> |
David Warren | b755508 | 2009-05-12 15:44:40 -0700 | [diff] [blame] | 37 | <li><a href="<?cs var:toroot ?>guide/wakelock.html">Wakelocks</a></li> |
| 38 | <li><a href="<?cs var:toroot ?>guide/early_suspend.html">Early Suspend</a></li> |
David Warren | 5f6ca4f | 2009-04-30 17:11:58 -0700 | [diff] [blame] | 39 | </ul> |
| 40 | </li> |
| 41 | |
| 42 | <li> <h2>Networking</h2> |
| 43 | <ul> |
| 44 | <li><a href="<?cs var:toroot ?>guide/wifi.html">Wi-Fi</a></li> |
| 45 | <li><a href="<?cs var:toroot ?>guide/gps.html">GPS</a></li> |
| 46 | <li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li> |
| 47 | </ul> |
| 48 | </li> |
| 49 | |
| 50 | <li> <h2>Telephony</h2> |
| 51 | <ul> |
David Warren | b755508 | 2009-05-12 15:44:40 -0700 | [diff] [blame] | 52 | <li><a href="<?cs var:toroot ?>guide/telephony.html">Radio Interface Layer</a></li> |
| 53 | <li><a href="<?cs var:toroot ?>guide/stk.html">SIM Toolkit Application (STK)</a></li> |
David Warren | 5f6ca4f | 2009-04-30 17:11:58 -0700 | [diff] [blame] | 54 | </ul> |
| 55 | </li> |
| 56 | |
| 57 | <li> <h2>Testing</h2> |
| 58 | <ul> |
| 59 | <li><a href="<?cs var:toroot ?>guide/instrumentation_testing.html">Instrumentation Testing</a></li> |
| 60 | </ul> |
| 61 | </li> |
| 62 | |
| 63 | <li> <h2>Debugging</h2> |
| 64 | <ul> |
| 65 | <li><a href="<?cs var:toroot ?>guide/debugging_gdb.html">Debugging with GDB</a></li> |
| 66 | <li><a href="<?cs var:toroot ?>guide/debugging_native.html">Debugging Native Code</a></li> |
| 67 | </ul> |
| 68 | </li> |
David Warren | b755508 | 2009-05-12 15:44:40 -0700 | [diff] [blame] | 69 | |
| 70 | <li> <h2>Customization</h2> |
| 71 | <ul> |
| 72 | <li><a href="<?cs var:toroot ?>guide/customization.html">Customization</a></li> |
| 73 | </ul> |
| 74 | </li> |
| 75 | |
David Warren | 5f6ca4f | 2009-04-30 17:11:58 -0700 | [diff] [blame] | 76 | </ul> |
| 77 | |
| 78 | <script type="text/javascript"> |
| 79 | <!-- |
| 80 | buildToggleLists(); |
| 81 | //--> |
| 82 | </script> |