landmarks/locationlandmarks/dbmanprov/data/101fe97b.rss
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 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: Resourcef fiel for dbmanprov plugin
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include "EPos_LandmarksDbManagerUids.hrh"
       
    23 
       
    24 // RESOURCE DEFINITIONS
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 // r_dbmanprov
       
    28 // ECOM registry information for Database Management Provider
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE REGISTRY_INFO r_dbmanprov
       
    33     {
       
    34     dll_uid = 0x101fe97b;
       
    35     interfaces =
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             interface_uid = KPosLmDbManagerIfUid;
       
    40             implementations =
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = KPosLmDbManagerImplUid;
       
    45                     version_no = 1;
       
    46                     display_name = "";
       
    47                     default_data = "";
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File