landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/resource/04440010.rss
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 0444 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: 
       
    15 *   ?description_line
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include "RegistryInfo.rh"
       
    22 #include "FT_LandmarksDbManagerUids.hrh"
       
    23 
       
    24 // RESOURCE DEFINITIONS
       
    25 // -----------------------------------------------------------------------------
       
    26 //   
       
    27 // r_dbmantestprov
       
    28 // ECOM registry information for Database Management Provider test plugins
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE REGISTRY_INFO r_dbmantestprov
       
    33     {
       
    34     dll_uid = 0x04440010;
       
    35     interfaces = 
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             interface_uid = KPosLmDbManagerBaseIfUid; 
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = 0x04440011;
       
    45                     version_no = 1;
       
    46                     display_name = "Protocol 1";
       
    47                     default_data = "p1"; // supports p1 protocol
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File