diff -r 675a964f4eb5 -r 35751d3474b7 contentmgmt/contentaccessfwfordrm/engineering/dox/HowToAgentConfiguration.dox --- a/contentmgmt/contentaccessfwfordrm/engineering/dox/HowToAgentConfiguration.dox Tue Jul 21 01:04:32 2009 +0100 +++ b/contentmgmt/contentaccessfwfordrm/engineering/dox/HowToAgentConfiguration.dox Thu Sep 10 14:01:51 2009 +0300 @@ -1,80 +1,78 @@ -// Copyright (c) 2006-2009 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 "Symbian Foundation License v1.0" -// which accompanies this distribution, and is available -// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". -// -// Initial Contributors: -// Nokia Corporation - initial contribution. -// -// Contributors: -// -// Description: -//
|
' character
-// and the supplier MIME types are separated from the consumer MIME types by a ':
' character.
-// Below is an example for an OMA DRM agent.
-// default_data="100|application/vnd.oma.drm.message,application/vnd.oma.drm.rights+xml:application/vnd.oma.drm.content";
-// c:\\private\\
. This will be the
-// SID (SecureId) of the server who owns the directory, e.g.
-// opaque_data="12345678";
-// If the agent does not have a corresponding private directory or does not wish to provide access to that directory, it
-// should just leave the \c opaque_data section as an empty string.
-// ContentAccess::CAgentManager::RecognizeFileL()
is called
- @li A list of supplier MIME types supported by this agent
- @li A list of consumer MIME types supported by this agent.
- @code
- @endcode
- @li It requires at least the first 100 bytes of a file in order to do recognition
- @li It supports a supplier MIME types of application/vnd.oma.drm.message
and application/vnd.oma.drm.rights+xml
- @li It supports a consumer MIME type of application/vnd.oma.drm.content
.
- @section opaque_data opaque_data
- @code
- @endcode
- @section RSSExample An Example Agent Resource File
- @code
- @endcode
- @section UIDs Important UIDs for CA Agents
- @li \c 0x10009D8D - the ECOM DLL UID. Identifies a DLL as an ECOM plugin
- @li \c 0x101FC2CE - The Content Access Agent v1.0 interface, an implementation of ContentAccess::CAgentFactory::NewL()
.
- @li \c 0x10204740 - The Content Access Agent v2.0 interface, an implementation of ContentAccess::CAgentFactory::NewL()
.
-*/
+// Copyright (c) 2006-2009 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 "Symbian Foundation License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// |
' character
+// and the supplier MIME types are separated from the consumer MIME types by a ':
' character.
+// Below is an example for an OMA DRM agent.
+// default_data="100|application/vnd.oma.drm.message,application/vnd.oma.drm.rights+xml:application/vnd.oma.drm.content";
+// c:\\private\\
. This will be the
+// SID (SecureId) of the server who owns the directory, e.g.
+// opaque_data="12345678";
+// If the agent does not have a corresponding private directory or does not wish to provide access to that directory, it
+// should just leave the \c opaque_data section as an empty string.
+// ContentAccess::CAgentManager::RecognizeFileL()
is called
+ @li A list of supplier MIME types supported by this agent
+ @li A list of consumer MIME types supported by this agent.
+ @code
+ @endcode
+ @li It requires at least the first 100 bytes of a file in order to do recognition
+ @li It supports a supplier MIME types of application/vnd.oma.drm.message
and application/vnd.oma.drm.rights+xml
+ @li It supports a consumer MIME type of application/vnd.oma.drm.content
.
+ @section opaque_data opaque_data
+ @code
+ @endcode
+ @section RSSExample An Example Agent Resource File
+ @code
+ @endcode
+ @section UIDs Important UIDs for CA Agents
+ @li \c 0x10009D8D - the ECOM DLL UID. Identifies a DLL as an ECOM plugin
+ @li \c 0x101FC2CE - The Content Access Agent v1.0 interface, an implementation of ContentAccess::CAgentFactory::NewL()
.
+ @li \c 0x10204740 - The Content Access Agent v2.0 interface, an implementation of ContentAccess::CAgentFactory::NewL()
.
+*/