Code drop from //branches/cupcake/...@124589
This commit is contained in:
@@ -2,11 +2,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<title>Android - Source Code Overview</title>
|
||||
<title>Android - Porting Guide</title>
|
||||
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&key=internal-codesite" type="text/javascript"></script>
|
||||
<script src="http://code.google.com/js/jquery.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">var _tocPath_ = 'http://code.google.com/android/_toc.ezt';</script>
|
||||
<script src="http://code.google.com/js/codesite.pack.01312008.js" type="text/javascript"></script>
|
||||
<script language="JavaScript">
|
||||
function resizeHeight() {
|
||||
if(document.getElementById && !(document.all)) {
|
||||
height= document.getElementById('doxygen').contentDocument.body.scrollHeight + 20;
|
||||
document.getElementById('doxygen').style.height = height;
|
||||
}
|
||||
else if(document.all) {
|
||||
height= document.frames('doxygen').document.body.scrollHeight + 20;
|
||||
document.all.doxygen.style.height = height;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<link href="http://code.google.com/css/codesite.pack.01312008.css" type="text/css" rel="stylesheet">
|
||||
</link>
|
||||
|
||||
@@ -33,6 +45,7 @@ h1,h2,h3 {
|
||||
<div id="skipto"> </div>
|
||||
<div id="langpref">
|
||||
<!--<a class="dropdown" href="/">English</a> <span>|</span> <a href="/more/">Site Directory</a> -->
|
||||
|
||||
</div>
|
||||
<div id="gc-header">
|
||||
<div id="logo"><a href="http://code.google.com/android/index.html"><img src="http://code.google.com/android/images/logo_android.gif" alt="Android"/></a></div>
|
||||
@@ -51,6 +64,7 @@ h1,h2,h3 {
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
|
||||
<div id="searchForm2" class="searchForm2" style="display:none">
|
||||
<form id="searchbox_001456098540849067467:6whlsytkdqg" action="http://www.google.com/cse">
|
||||
<input type="hidden" name="cx" value="001456098540849067467:6whlsytkdqg" />
|
||||
@@ -59,6 +73,7 @@ h1,h2,h3 {
|
||||
<input type="submit" name="sa" value="Search" title="Search"/>
|
||||
<br/>
|
||||
<div class="greytext">e.g. "ajax apis" or "open source"</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<!-- end searchForm2 -->
|
||||
@@ -71,15 +86,18 @@ h1,h2,h3 {
|
||||
<div id="codesiteContent">
|
||||
<a name="gc-topnav-anchor"></a>
|
||||
<div id="gc-topnav">
|
||||
|
||||
<h1>Android Platform Development Kit</h1>
|
||||
<ul class="gc-topnav-tabs">
|
||||
<li id="sdk_link"> <a href="http://code.google.com/android/index.html" title="Android Software Development Kit">SDK</a> </li>
|
||||
<li id="docs_link"> <a href="index.html" title="Official Android documentation">Docs</a> </li>
|
||||
<li id="faq_link"> <a href="http://code.google.com/android/kb/index.html" title="Answers to frequently asked questions about Android">FAQ</a> </li>
|
||||
|
||||
<li> <a href="http://android-developers.blogspot.com/" title="Official Android blog">Blog</a> </li>
|
||||
<li> <a href="http://code.google.com/android/groups.html" title="Android developer forum">Group</a> </li>
|
||||
<li> <a href="http://code.google.com/android/terms.html" title="Android terms of service">Terms</a> </li>
|
||||
<li> <a href="mailto:android-pdk-feedback@google.com?subject=PDK%20Feedback&body=(filed%20from:%20intro_source_code.html%20v0.3%20-%209%20June%202008)%0D%0A%0D%0ASUMMARY:%0D%0A%0D%0A%0D%0A%0D%0ASTEPS%20TO%20REPRODUCE:%0D%0A%0D%0A%0D%0A%0D%0AADDITIONAL%20NOTES:">Report a Problem</a> </li>
|
||||
<li> <a href="mailto:android-pdk-feedback@google.com?subject=PDK%20Feedback&body=(filed%20from:%20index.html%20v0.5%20-%2025%20September%202008)%0D%0A%0D%0ASUMMARY:%0D%0A%0D%0A%0D%0A%0D%0ASTEPS%20TO%20REPRODUCE:%0D%0A%0D%0A%0D%0A%0D%0AADDITIONAL%20NOTES:">Report a Problem</a> </li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- end gc-topnav -->
|
||||
@@ -91,6 +109,7 @@ h1,h2,h3 {
|
||||
<h1><a href="index.html">Documentation</a></h1>
|
||||
<ul>
|
||||
<li> <strong>Introduction</strong>
|
||||
|
||||
<ul>
|
||||
<li><a href="system_requirements.html">Device Requirements</a></li>
|
||||
</ul>
|
||||
@@ -98,12 +117,14 @@ h1,h2,h3 {
|
||||
<li> <strong>Dev Environment Setup</strong>
|
||||
<ul>
|
||||
<li><a href="source_setup_guide.html">Host System Setup</a></li>
|
||||
|
||||
<li><a href="getting_source_code.html">Getting Source Code</a></li>
|
||||
<li> <a href="intro_source_code.html">Source Code Overview</a></li>
|
||||
<li><a href="build_system.html">Build System</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <strong>Basic Bring up</strong>
|
||||
|
||||
<ul>
|
||||
<li><a href="build_new_device.html">Building New Device</a></li>
|
||||
<li><a href="bring_up.html">Bring up</a></li>
|
||||
@@ -111,26 +132,39 @@ h1,h2,h3 {
|
||||
<li><a href="display_drivers.html">Display Drivers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <strong>Multimedia</strong>
|
||||
<ul>
|
||||
<li><a href="audio_sub_system.html">Audio Subsystem</a></li>
|
||||
<li><a href="camera.html">Camera</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <strong>Power Management</strong>
|
||||
|
||||
<ul>
|
||||
<li><a href="power_management.html">Power Management</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <strong>Networking</strong>
|
||||
<ul>
|
||||
<li><a href="wifi.html">Wi-Fi</a></li>
|
||||
<li><a href="gps.html">GPS</a></li>
|
||||
<li><a href="bluetooth.html">Bluetooth</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li> <strong>Telephony</strong>
|
||||
<ul>
|
||||
<li><a href="telephony.html">Radio Interface Layer</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li> <strong>Testing</strong>
|
||||
<ul>
|
||||
<li><a href="instrumentation_framework.html">Instrumentation Framework</a></li>
|
||||
<li><a href="instrumentation_testing.html">Instrumentation Testing</a></li>
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -194,107 +228,107 @@ h1,h2,h3 {
|
||||
|
||||
|
||||
<li>apps
|
||||
: Core Android applications such as Phone, Camera, and Calendar.
|
||||
Core Android applications such as Phone, Camera, and Calendar.
|
||||
</li>
|
||||
|
||||
|
||||
<li>boot
|
||||
: Reference Android bootloader and other boot-related source code.
|
||||
Reference Android bootloader and other boot-related source code.
|
||||
</li>
|
||||
|
||||
|
||||
<li>commands
|
||||
: Common Android commands, the most important of which is the runtime command, which does much of the initialization of the system.
|
||||
Common Android commands, the most important of which is the runtime command, which does much of the initialization of the system.
|
||||
</li>
|
||||
|
||||
|
||||
<li>config
|
||||
: System-wide makefiles and linker scripts.
|
||||
System-wide makefiles and linker scripts.
|
||||
</li>
|
||||
|
||||
|
||||
<li>content
|
||||
: Standard Android ContentProvider modules.
|
||||
Standard Android ContentProvider modules.
|
||||
</li>
|
||||
|
||||
|
||||
<li>dalvik
|
||||
: Android runtime Virtual Machine (VM).
|
||||
Android runtime Virtual Machine (VM).
|
||||
</li>
|
||||
|
||||
|
||||
<li>data
|
||||
: Fonts, keymaps, sounds, timezone information, etc.
|
||||
Fonts, keymaps, sounds, timezone information, etc.
|
||||
</li>
|
||||
|
||||
|
||||
<li>docs
|
||||
: Full set of Android documentation.
|
||||
Full set of Android documentation.
|
||||
</li>
|
||||
|
||||
|
||||
<li>extlibs
|
||||
: Non-Android libraries. This directory is intended to host unmodified external code. None of the libraries included within this directory rely on Android headers or libraries.
|
||||
Non-Android libraries. This directory is intended to host unmodified external code. None of the libraries included within this directory rely on Android headers or libraries.
|
||||
</li>
|
||||
|
||||
|
||||
<li>ide
|
||||
: Tools for support of the IDE's used to write Android applications.
|
||||
Tools for support of the IDE's used to write Android applications.
|
||||
</li>
|
||||
|
||||
|
||||
<li>include
|
||||
: Android system headers for inclusion.
|
||||
Android system headers for inclusion.
|
||||
</li>
|
||||
|
||||
|
||||
<li>java
|
||||
: Android core APIs, as well as some external libraries.
|
||||
Android core APIs, as well as some external libraries.
|
||||
</li>
|
||||
|
||||
|
||||
<li>libs
|
||||
: Android-specific C++ based libraries.
|
||||
Android-specific C++ based libraries.
|
||||
</li>
|
||||
|
||||
|
||||
<li>partner
|
||||
: Project-specific source code for various proprietary components.
|
||||
Project-specific source code for various proprietary components.
|
||||
</li>
|
||||
|
||||
|
||||
<li>prebuilt
|
||||
: Prebuilt tools, like the toolchains and emulator binary.
|
||||
Prebuilt tools, like the toolchains and emulator binary.
|
||||
</li>
|
||||
|
||||
|
||||
<li>product
|
||||
: Device-specific configuration files. This directory will include a subdirectory for each new device.
|
||||
Device-specific configuration files. This directory will include a subdirectory for each new device.
|
||||
</li>
|
||||
|
||||
|
||||
<li>samples
|
||||
: Sample applications.
|
||||
Sample applications.
|
||||
</li>
|
||||
|
||||
|
||||
<li>servers
|
||||
: C++ based system servers.
|
||||
C++ based system servers.
|
||||
</li>
|
||||
|
||||
|
||||
<li>system
|
||||
: Core of the embedded Linux platform at the heart of Android. These essential bits are required for basic booting, operation, and debugging.
|
||||
Core of the embedded Linux platform at the heart of Android. These essential bits are required for basic booting, operation, and debugging.
|
||||
</li>
|
||||
|
||||
|
||||
<li>tests
|
||||
: Platform and application test cases.
|
||||
Platform and application test cases.
|
||||
</li>
|
||||
|
||||
|
||||
<li>tools
|
||||
: Tools for building and debugging Android (of particular interest for porting are "adb" and "emulator").
|
||||
Tools for building and debugging Android (of particular interest for porting are "adb" and "emulator").
|
||||
</li>
|
||||
|
||||
|
||||
@@ -338,7 +372,7 @@ h1,h2,h3 {
|
||||
pageTracker._trackPageview();
|
||||
} catch(e) {}
|
||||
</script>
|
||||
<div id="jd-build-id"> v0.3 - 9 June 2008</div>
|
||||
<div id="jd-build-id"> v0.5 - 25 September 2008</div>
|
||||
</div></div></div></body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user