webservices/wsibasicplugin/data/10282c46.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 1027 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:        
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include <ecom/RegistryInfo.rh>
       
    26 
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     // UID for the DLL
       
    30     dll_uid = 0x10282C46;
       
    31     // Declare array of interface info
       
    32     interfaces = 
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             // UID of interface that is implemented
       
    37             interface_uid = 0x101F9730;
       
    38             implementations = 
       
    39                 {
       
    40                 // Info for CSenWsiPlugin: frameworkID = "WS-I"
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = 0x10282C4C;
       
    44                     version_no         = 1;
       
    45                     display_name       = "SenWsiBasicPlugin SIF";
       
    46                     default_data       = "com.nokia.Sen.wsi.WSIBasicFramework";
       
    47                     opaque_data        = "";
       
    48                     }
       
    49                 
       
    50                 };
       
    51             }
       
    52         };
       
    53     }
       
    54