locationmanager/ReverseGeoCoderPlugin/data/2002DD11.rss
branchRCL_3
changeset 57 2872ae438bf7
parent 53 29d87345eaeb
child 63 e538444823de
equal deleted inserted replaced
53:29d87345eaeb 57:2872ae438bf7
     1 /*
       
     2 * Copyright (c) 2009 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 file used to register ecom dll's with registry.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo
       
    21     {
       
    22     // UID for the DLL
       
    23      dll_uid = 0x2002DD11;
       
    24     
       
    25     // Declare array of interface info
       
    26     interfaces = 
       
    27         { 
       
    28         INTERFACE_INFO
       
    29             {
       
    30             // UID of interface that is implemented
       
    31             interface_uid = 0x2002DD13;
       
    32             implementations = 
       
    33                 {
       
    34                 // Info for Reverse GeoCoder
       
    35                 IMPLEMENTATION_INFO
       
    36                     {
       
    37                     implementation_uid = 0x2002DD12;
       
    38                     version_no         = 1;
       
    39                     display_name       = "Reverse GeoCoder";
       
    40                     default_data       = "";
       
    41                     opaque_data        = "";
       
    42                     }
       
    43                 };
       
    44             }
       
    45         };
       
    46     }
       
    47 
       
    48 //End of File