webservices/wsstar/wsstarmessagehandlers/data/101f971c.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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 definitions for project WSStarMessageHandlers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 // INCLUDES
       
    26 #include <ecom/registryinfo.rh>
       
    27 
       
    28 // RESOURCE DEFINITIONS
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     // UID for the DLL
       
    32     dll_uid = 0x101F971C;
       
    33     // Declare array of interface info
       
    34     interfaces = 
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             // UID of interface that is implemented (Message Handler Interface)
       
    39             interface_uid = 0x20000393;
       
    40             implementations = 
       
    41                 {
       
    42                 // Enveloper handler
       
    43                 IMPLEMENTATION_INFO
       
    44                     {
       
    45                     implementation_uid = 0x101F971D;
       
    46                     version_no         = 1;
       
    47                        display_name       = "WSStar Message Handler - Enveloper";
       
    48                     default_data       = "urn:com.nokia.ws.wsstar.handler.enveloper:1.0";
       
    49                     opaque_data        = "";
       
    50                     }
       
    51                 ,
       
    52                 // Addressing handler
       
    53                 IMPLEMENTATION_INFO
       
    54                     {
       
    55                     implementation_uid = 0x101F971E;
       
    56                     version_no         = 1;
       
    57                     display_name       = "WSStar Message Handler - Passport";
       
    58                     default_data       = "urn:com.nokia.ws.wsstar.handler.passport:1.0";
       
    59                     opaque_data        = "";
       
    60                     }
       
    61                 ,    
       
    62                 // Addressing handler
       
    63                 IMPLEMENTATION_INFO
       
    64                     {
       
    65                     implementation_uid = 0x101F971F;
       
    66                     version_no         = 1;
       
    67                     display_name       = "WSStar Message Handler - Addressing";
       
    68                     default_data       = "urn:com.nokia.ws.wsstar.handler.addressing:1.0";
       
    69                     opaque_data        = "";
       
    70                     }
       
    71                 ,    
       
    72                 //credential collector handler
       
    73                 IMPLEMENTATION_INFO
       
    74                     {
       
    75                     implementation_uid = 0x101F9720;
       
    76                     version_no         = 1;
       
    77                     display_name       = "WSStar Message Handler - Credential Collector";
       
    78                     default_data       = "urn:com.nokia.ws.wsstar.handler.credentialCollector:1.0";
       
    79                     opaque_data        = "";
       
    80                     }
       
    81                 ,    
       
    82                 //signature handler
       
    83                 IMPLEMENTATION_INFO
       
    84                     {
       
    85                     implementation_uid = 0x101F9721;
       
    86                     version_no         = 1;
       
    87                     display_name       = "WSStar Message Handler - Security";
       
    88                     default_data       = "urn:com.nokia.ws.wsstar.handler.security:1.0";
       
    89                     opaque_data        = "";
       
    90                     }
       
    91                 };
       
    92             }
       
    93         };
       
    94     }
       
    95 
       
    96 // End of File
       
    97