Merge change 2110 into donut

* changes:
  Replaced occurences of "porting guide" with platform development kit Also added LED documentation to the TOC
This commit is contained in:
Android (Google) Code Review
2009-05-21 10:44:18 -07:00
2 changed files with 10 additions and 2 deletions

View File

@@ -3,9 +3,9 @@ pdk.version=1.0
@jd:body
<p>The Open Handset Distribution (OHD) is a isoftware distribution for mobile devices, often referred to as Android, developed by members of the <a href="http://www.openhandsetalliance.com">Open Handset Alliance</a>. &nbsp;Android includes an operating system, middleware, and key applications typically required for mobile devices.</p>
<p>The Open Handset Distribution (OHD) is a software distribution for mobile devices, often referred to as Android, developed by members of the <a href="http://www.openhandsetalliance.com">Open Handset Alliance</a>. &nbsp;Android includes an operating system, middleware, and key applications typically required for mobile devices.</p>
<p>This porting guide describes the steps necessary to port Android to a new mobile device. &nbsp;Android is designed as a highly-portable, hardware-independent platform based on Linux, and porting the platform to new devices requires little more than porting the Linux kernel and developing the Linux drivers necessary for your device.</p>
<p>This platform development kit describes the steps necessary to port Android to a new mobile device. &nbsp;Android is designed as a highly-portable, hardware-independent platform based on Linux, and porting the platform to new devices requires little more than porting the Linux kernel and developing the Linux drivers necessary for your device.</p>
<p>The current version of this guide describes bringing Android up to "PDA-level" functionality; functionality sufficient to support non-multimedia apps that run on unconnected mobile devices through the standard user interface devices such as keypad and display. &nbsp;Future versions of this guide will cover complete telephony, multi-media and peripheral integration to create a complete mobile device.</p>

View File

@@ -46,6 +46,14 @@ function nothing() {}
<li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
</ul>
</li>
<li class="toggle-list">
<div><a href="javascript:nothing()">Misc</a></div>
<ul>
<li><a href="<?cs var:toroot ?>guide/lights.html">LEDs</a></li>
</ul>
</li>
</ul>
</li>