omadrm/drmplugins/drmrohandler/src/101F7B92.rss
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2004-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 needed by ECOM framework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    RO
       
    21 
       
    22 //  INCLUDES
       
    23 #include <ecom/registryinfo.rh>
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // RoHandlerInformation
       
    29 // This data structure specifies mappings and information needed by
       
    30 // the ECOM framework.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO RoHandlerInformation
       
    35     {
       
    36     // rohandler.dll's uid3)
       
    37     dll_uid = 0x101F7B92;
       
    38     interfaces = 
       
    39         {
       
    40         INTERFACE_INFO
       
    41             {
       
    42             // KUidPushHandlerBase - CPushHandlerBase UID
       
    43             interface_uid = 0x101F3E5A;
       
    44             implementations = 
       
    45                 {
       
    46                 IMPLEMENTATION_INFO
       
    47                     {
       
    48                     // RoHandler's implementationUID
       
    49                     implementation_uid = 0x101F7B93;
       
    50                     version_no = 1;
       
    51                     display_name = "CRoHandler||Implements a WAP Push Rights Object Handler Plug-in||Copyright © 2002 Nokia Ltd. All rights reserved.";
       
    52                     default_data = "x-wap-application:drm.ua||0x00000008";
       
    53                     opaque_data = "";
       
    54                     }
       
    55                 };
       
    56             }
       
    57         };
       
    58     }
       
    59            
       
    60 // End of File