landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/resource/04440010.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:37:04 +0300
branchRCL_3
changeset 44 2b4ea9893b66
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 0444 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*   ?description_line
*
*/


//  INCLUDES
#include "RegistryInfo.rh"
#include "FT_LandmarksDbManagerUids.hrh"

// RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//   
// r_dbmantestprov
// ECOM registry information for Database Management Provider test plugins
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO r_dbmantestprov
    {
    dll_uid = 0x04440010;
    interfaces = 
        {
        INTERFACE_INFO
            {
            interface_uid = KPosLmDbManagerBaseIfUid; 
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x04440011;
                    version_no = 1;
                    display_name = "Protocol 1";
                    default_data = "p1"; // supports p1 protocol
                    }
                };
            }
        };
    }

// End of File