Adaptation/GUID-CA788AFE-D425-4B72-B8A2-34D38A8C341B.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-CA788AFE-D425-4B72-B8A2-34D38A8C341B" xml:lang="en"><title>Device
Driver Writing Guide Quick Start</title><shortdesc>Conceptual information that a developer should know before creating
a device driver.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>A device driver is a program that controls a particular type of device
that is attached to a base port. Writing a device driver requires an in-depth
understanding of how the hardware and the software of a given platform function.
The Device Driver writing guide tells you what you need and how to create
a device driver.</p>
<section id="GUID-7DDE15F6-CF58-40EB-9A97-AC70CEE9AF8A">       <ul>
<li><p>For information about the parameters needed to create a valid Symbian
platform device driver, see <xref href="GUID-CB3A8650-751C-4DAA-9408-7AEB3C7FD41A.dita">Minimal
Driver Requirements</xref>.</p></li>
</ul><ul>
<li><p>For information about high-level implementation designs for your device
driver, see <xref href="GUID-0346036B-A470-4C18-B276-3A3485F6A069.dita">Design
Options</xref>.</p> </li>
</ul><ul>
<li><p>For information about how device drivers are implemented as logical
device drivers (LDDs) and physical device drivers (PDDs), see <xref href="GUID-EBF4F1F1-F76B-455B-B8EE-B7965CF0717E.dita">The
LDD/PDD Model</xref>.</p> </li>
</ul><ul>
<li><p>For information about organizing memory, managing data transfer across
memory boundaries and the data transfer between LDD and PDD, see <xref href="GUID-E90DBF35-0A05-4751-904D-4F06987FFF48.dita">Memory
Management</xref>.</p> </li>
</ul><ul>
<li><p>For information about the user-side requests to a driver and the synchronization
methods used by the driver, see <xref href="GUID-CFE0A4EB-845C-43B6-A732-AA155AFD99D6.dita">User
Requests and Synchronization</xref>.</p> </li>
</ul><ul>
<li><p>For information about how device drivers use interrupts, see <xref href="GUID-660A8E4C-F930-415C-8CCC-CB1DCCAA2442.dita">Interrupts</xref> .</p> </li>
</ul>           </section>
</conbody></concept>