webservices/wsstar/wsstarplugin/data/10282c49_vtcp.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 9717 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 WSStarPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #include <ecom/RegistryInfo.rh>
       
    30 
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     // UID for the DLL
       
    34     dll_uid = 0x10282C49;
       
    35     // Declare array of interface info
       
    36     interfaces = 
       
    37         {
       
    38         INTERFACE_INFO
       
    39             {
       
    40             // UID of interface that is implemented
       
    41             interface_uid = 0x101F9730;
       
    42             implementations = 
       
    43                 {
       
    44                 // frameworkID = "WS-STAR"
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid = 0x10282C50;
       
    48                     version_no         = 1;
       
    49                     display_name       = "WSStarPlugin SIF";
       
    50                     default_data       = "com.nokia.ws.wsstar.WSStarFramework";
       
    51                     opaque_data        = "";
       
    52                     }
       
    53                 
       
    54                 };
       
    55             },
       
    56         INTERFACE_INFO
       
    57             {
       
    58             // UID of interface that is implemented (Session Handler Interface)
       
    59             interface_uid = 0x10282C5B;
       
    60             implementations = 
       
    61                 {
       
    62                 // Validate Handler "http://schemas.xmlsoap.org/ws/2005/02/trust/ws-trust.xsd";
       
    63                 IMPLEMENTATION_INFO
       
    64                 {
       
    65                 implementation_uid = 0x10282C51;
       
    66                 version_no         = 1;
       
    67                 display_name       = "WSStarHandlerValidatePlugin";
       
    68                 default_data       = "urn:com.nokia.ws.wsstar.handler.validate:1.0";
       
    69                 opaque_data        = "";
       
    70                 },
       
    71                 // register Handler
       
    72                 IMPLEMENTATION_INFO
       
    73                 {
       
    74                 implementation_uid = 0x10282C52;
       
    75                 version_no         = 1;
       
    76                 display_name       = "WSStarHandlerRegisterPlugin";
       
    77                 default_data       = "urn:com.nokia.ws.wsstar.handler.register:1.0";
       
    78                 opaque_data        = "";
       
    79                 },
       
    80                 // Service Update handler
       
    81                 IMPLEMENTATION_INFO
       
    82                 {
       
    83                 implementation_uid = 0x10282C53;
       
    84                 version_no         = 1;
       
    85                 display_name       = "WSStarHandlerServiceUpdatePlugin";
       
    86                 default_data       = "urn:com.nokia.ws.wsstar.handler.serviceUpdate:1.0";
       
    87                 opaque_data        = "";
       
    88                 },
       
    89                 IMPLEMENTATION_INFO
       
    90                     {
       
    91                     implementation_uid = 0x10282C54;
       
    92                     version_no         = 1;
       
    93                     display_name       = "WSStarHandlerPolicyPlugin";
       
    94                     default_data       = "urn:com.nokia.ws.wsstar.handler.policy:1.0";
       
    95                     opaque_data        = "";
       
    96                     },  
       
    97                IMPLEMENTATION_INFO
       
    98                     {
       
    99                     implementation_uid = 0x10282C6D;
       
   100                     version_no         = 1;
       
   101                     display_name       = "WSStarHandlercobrandingPlugin";
       
   102                     default_data       = "urn:com.nokia.ws.wsstar.handler.cobranding:1.0";
       
   103                     opaque_data        = "";
       
   104 	                  }                                
       
   105                 };
       
   106 	           }
       
   107         };
       
   108     }
       
   109