serviceproviders/sapi_logging/data/2000CFBC.rss
changeset 19 989d2f495d90
child 23 5c0037c72160
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2007 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 the License "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 file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <Eikon.rh>
       
    20 #include "ecom/RegistryInfoV2.rh" 
       
    21 #include <LiwCommon.hrh>
       
    22 
       
    23 RESOURCE REGISTRY_INFO theInfo
       
    24     {
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    26     //dll_uid = 0x015544ab;
       
    27       dll_uid =  0x2000CFBC ;
       
    28     interfaces = 
       
    29         {
       
    30         INTERFACE_INFO
       
    31             {
       
    32             // Base service class
       
    33             interface_uid = KLiwClassBase;
       
    34             implementations = 
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     //implementation_uid = 0x015544ad;
       
    39                     implementation_uid = 0x2000CFC1;
       
    40                     version_no = 1;
       
    41                       display_name = "Logging Service Provider";
       
    42                       default_data = "Service.Logging";
       
    43                       opaque_data = "IDataSource""::" "<meta><cap>RUD</cap><cap>WUD</cap><ver>1.0</ver></meta>";
       
    44                     
       
    45                     
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }