AI 149478: Reorganized the PDK TOC.
Added Dalvik content to TOC. Automated import of CL 149478
This commit is contained in:
committed by
The Android Open Source Project
parent
6f56ebc737
commit
6d73a98d6d
@@ -11,56 +11,8 @@ function nothing() {}
|
||||
<li><a href="<?cs var:toroot ?>guide/system_requirements.html">Device Requirements</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/build_system.html">Build System</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/build_new_device.html">Building New Device</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/bring_up.html">Bring up</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/keymaps_keyboard_input.html">Keymaps and Keyboard</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/display_drivers.html">Display Drivers</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/build_cookbook.html">Build Cookbook</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li> <h2>System</h2>
|
||||
|
||||
<ul>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Multimedia</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/audio.html">Audio</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/camera.html">Camera</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="toggle-list">
|
||||
<div><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/wakelock.html">Wakelocks</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/early_suspend.html">Early Suspend</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Networking</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/wifi.html">Wi-Fi</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/gps.html">GPS</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>Telephony</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/telephony.html">Radio Interface Layer</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/stk.html">SIM Toolkit Application (STK)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>Testing and Debugging</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/instrumentation_testing.html">Instrumentation Testing</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/debugging_gdb.html">Debugging with GDB</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/debugging_native.html">Debugging Native Code</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/bring_up.html">Bring up</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -70,6 +22,65 @@ function nothing() {}
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>System</h2>
|
||||
|
||||
<ul>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Connectivity</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/gps.html">GPS</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/wifi.html">Wi-Fi</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><a href="<?cs var:toroot ?>guide/display_drivers.html">Display Drivers</a></li>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Input Devices</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/keymaps_keyboard_input.html">Keymaps and Keyboard</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="<?cs var:toroot ?>guide/lights.html">LED</a></li>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Multimedia</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/audio.html">Audio</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/camera.html">Camera/Video</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toggle-list">
|
||||
<div><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/wakelock.html">Wakelocks</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/early_suspend.html">Early Suspend</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toggle-list">
|
||||
<div><a href="javascript:nothing()">Telephony</a></div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/telephony.html">Radio Interface Layer</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/stk.html">SIM Toolkit Application (STK)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <h2>Dalvik Virtual Machine</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/dalvik.html">Porting Dalvik</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <h2>Testing and Debugging</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>guide/instrumentation_testing.html">Instrumentation Testing</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/debugging_gdb.html">Debugging with GDB</a></li>
|
||||
<li><a href="<?cs var:toroot ?>guide/debugging_native.html">Debugging Native Code</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user