webservices/wsstar/wsstarplugin/data/101f9717.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 #include <ecom/RegistryInfo.rh>
       
    27 
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     // UID for the DLL
       
    31     dll_uid = 0x101F9717;
       
    32     // Declare array of interface info
       
    33     interfaces = 
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // UID of interface that is implemented
       
    38             interface_uid = 0x101F96F9;
       
    39             implementations = 
       
    40                 {
       
    41                 // frameworkID = "WS-STAR"
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = 0x101F9718;
       
    45                     version_no         = 1;
       
    46                     display_name       = "WSStarPlugin SIF";
       
    47                     default_data       = "com.nokia.ws.wsstar.WSStarFramework";
       
    48                     opaque_data        = "";
       
    49                     }
       
    50                 
       
    51                 };
       
    52             },
       
    53         INTERFACE_INFO
       
    54             {
       
    55             // UID of interface that is implemented (Session Handler Interface)
       
    56             interface_uid = 0x20000392;
       
    57             implementations = 
       
    58                 {
       
    59                 // Validate Handler "http://schemas.xmlsoap.org/ws/2005/02/trust/ws-trust.xsd";
       
    60                 IMPLEMENTATION_INFO
       
    61                 {
       
    62                 implementation_uid = 0x101F9719;
       
    63                 version_no         = 1;
       
    64                 display_name       = "WSStarHandlerValidatePlugin";
       
    65                 default_data       = "urn:com.nokia.ws.wsstar.handler.validate:1.0";
       
    66                 opaque_data        = "";
       
    67                 },
       
    68                 // register Handler
       
    69                 IMPLEMENTATION_INFO
       
    70                 {
       
    71                 implementation_uid = 0x101F971A;
       
    72                 version_no         = 1;
       
    73                 display_name       = "WSStarHandlerRegisterPlugin";
       
    74                 default_data       = "urn:com.nokia.ws.wsstar.handler.register:1.0";
       
    75                 opaque_data        = "";
       
    76                 },
       
    77                 // Service Update handler
       
    78                 IMPLEMENTATION_INFO
       
    79                 {
       
    80                 implementation_uid = 0x101F971B;
       
    81                 version_no         = 1;
       
    82                 display_name       = "WSStarHandlerServiceUpdatePlugin";
       
    83                 default_data       = "urn:com.nokia.ws.wsstar.handler.serviceUpdate:1.0";
       
    84                 opaque_data        = "";
       
    85                 },
       
    86                 IMPLEMENTATION_INFO
       
    87                     {
       
    88                     implementation_uid = 0x101F9796;
       
    89                     version_no         = 1;
       
    90                     display_name       = "WSStar Message Handler - Policy";
       
    91                     default_data       = "urn:com.nokia.ws.wsstar.handler.policy:1.0";
       
    92                     opaque_data        = "";
       
    93                     }                                
       
    94                 };
       
    95             }
       
    96         };
       
    97     }
       
    98