omadrm/drmengine/agentv2/src/101F6DB4.rss
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Resource file for OMA DRM CAF Agent
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // 0x101F6DB4.RSS
       
    20 // Sample resource file for a CA agent
       
    21 
       
    22 // ECOM DLL UID:		0x101FC2CD
       
    23 // CA Agent interface UID:	0x10204740
       
    24 
       
    25 #include <ecom/registryinfo.rh>
       
    26 
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 {
       
    29         dll_uid = 0x101F6DB4;
       
    30         interfaces =
       
    31         {
       
    32                 INTERFACE_INFO
       
    33                 {
       
    34                 interface_uid = 0x10204740;
       
    35                 implementations = 
       
    36                         {
       
    37                         IMPLEMENTATION_INFO
       
    38                                 {
       
    39                                 implementation_uid = 0x101F6DB4;
       
    40                                 version_no = 1;
       
    41                                 display_name = "OMA DRM Agent";
       
    42                                 default_data = "512|application/vnd.oma.drm.message,application/vnd.oma.drm.rights+xml,application/vnd.oma.drm.rights+wbxml,application/vnd.oma.drm.roap-pdu+xml,application/x-vnd.oma.drm.import:application/vnd.oma.drm.content,application/vnd.oma.drm.dcf";
       
    43                                 opaque_data = "101F51F2"; // the agent's private directory
       
    44                                 }
       
    45                         };
       
    46                 }
       
    47         };
       
    48 }
       
    49