webservices/idwsfplugin/data/101f972f.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:        ID-WSF Service Invocation ECOM plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 // INCLUDES
       
    26 #include <ecom/RegistryInfo.rh>
       
    27  
       
    28 // #include <ecom/RegistryInfoV2.rh> // RESOURCE_FORMAT_VERSION_2
       
    29 
       
    30 // RESOURCE DEFINITIONS
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33 //    resource.format.version = RESOURCE_FORMAT_VERSION_2; // to enable use of "rom_only" field
       
    34     
       
    35     // UID for the DLL
       
    36     dll_uid = 0x101F972F;
       
    37     // Declare array of interface info
       
    38     interfaces = 
       
    39         {
       
    40         INTERFACE_INFO
       
    41             {
       
    42             // UID of interface that is implemented
       
    43             interface_uid = 0x101F9730;
       
    44             implementations = 
       
    45                 {
       
    46                 // Info for CSenIdWsfPlugin
       
    47                 IMPLEMENTATION_INFO
       
    48                     {
       
    49                     implementation_uid = 0x101F9731;
       
    50                     version_no         = 1;
       
    51                     display_name       = "SenIdWsfPlugin SIF";
       
    52                     default_data       = "com.nokia.Sen.idwsf.IdentityBasedWebServicesFramework";
       
    53                     opaque_data        = "";
       
    54 //                    rom_only           = 0; // can be overridden in ram
       
    55                     }
       
    56                 
       
    57                 };
       
    58             }
       
    59         };
       
    60     }
       
    61 
       
    62 // End of File
       
    63