Symbian3/PDK/Source/GUID-77578F7E-E6E0-5177-99B2-E586DD6DD0C6.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 14 578be2adaf3e
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     2
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     3
<!-- This component and the accompanying materials are made available under the terms of the License 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     4
"Eclipse Public License v1.0" which accompanies this distribution, 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     5
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     6
<!-- Initial Contributors:
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     7
    Nokia Corporation - initial contribution.
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     8
Contributors: 
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
     9
-->
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    10
<!DOCTYPE concept
578be2adaf3e Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents: 5
diff changeset
    11
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
1
25a17d01db0c Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Dominic Pinkman <Dominic.Pinkman@Nokia.com>
parents:
diff changeset
    12
<concept xml:lang="en" id="GUID-77578F7E-E6E0-5177-99B2-E586DD6DD0C6"><title>Implementation Guidelines</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>Content Access Framework provides a common interface for applications to access content. It behaves as a switch between different Content Access Agents (CAA). This section describes the guidelines that are suggested for implementing client and server agents. However, these may not be appropriate for all agents. </p> <section><title>Client-side</title> <p>At the client-side, implement the following: </p> <ul><li id="GUID-6AF3D741-CAB7-56D8-B19E-8C52A6433911"><p>Implement the CAA ECom interface </p> </li> <li id="GUID-DFC2B7C9-54C2-5D6A-90B7-B59525FCC604"><p>Browse the contents of files </p> </li> <li id="GUID-B62E7257-F16B-5C80-8EDB-A94A91DA6BCC"><p>Retrieve attributes or meta-data from a file </p> </li> <li id="GUID-801B390F-4E10-5144-B26C-DD3418921021"><p>Display a user interface or dialog for all functions requiring the agent to display </p> </li> <li id="GUID-F44514C1-96E2-53B0-BA7A-875C2E935648"><p>File recognition for client applications and Apparc MIME types </p> </li> <li id="GUID-87C55FCC-B7AB-5809-8509-08E9F043571A"><p>Marshall calls to the server-side </p> </li> </ul> </section> <section><title>Server-side</title> <p>At the server-side, implement the following: </p> <ul><li id="GUID-959C77E0-8711-5C27-AD4F-33D8218BB9B9"><p>Content encryption (protecting plaintext) </p> </li> <li id="GUID-DA31403B-5395-54ED-81BA-539F52FAC3DF"><p>Content decryption (reading DRM content) </p> </li> <li id="GUID-200490BA-A5F6-51C0-8DF3-4BB60DA55E14"><p>Manage, protect and store rights </p> </li> <li id="GUID-1F6D3646-C87D-5A0D-8584-1EFA2AC137F0"><p>Any potentially destructive operation, such as deleting content or rights </p> </li> <li id="GUID-BB3042A9-05AA-56D0-8B17-58CD01D2ADA6"><p>Notifications </p> </li> <li id="GUID-31DE32FA-653A-5D9D-B9CF-7E0E53CA33C2"><p>Capability enforcement </p> </li> </ul> </section> </conbody></concept>