languageinterworkingfw/servicehandler/data/2000B5D4.rss
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2002-2004 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:       Registry info for LIW Custom Resolver.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include "registryinfo.rh"
       
    25 #include "liwuids.hrh"
       
    26 
       
    27 // Declares the interface implementation provided: a custom resolver
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     dll_uid = KLiwResolverDLLUidValue;
       
    31     interfaces =
       
    32         {
       
    33         INTERFACE_INFO
       
    34             {
       
    35             // Interface UID of resolvers
       
    36             interface_uid = 0x10009D90; // Uid for CResolver interface
       
    37             implementations =
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = KLiwResolverImplUidValue;
       
    42                     version_no = 1;
       
    43                     display_name = "";
       
    44                     default_data = "";
       
    45                     opaque_data = "";
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }
       
    51 
       
    52 //  End of File