landmarks/locationlandmarks/recognizer/data/101fdf83.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 10:08:56 +0300
branchRCL_3
changeset 14 b88ebe0cbbbe
parent 0 667063e416a2
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* Copyright (c) 2005 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: resource file for landmarks recognizer plugin
*
*
*/


//  INCLUDES
#include <ecom/registryinfo.rh>
// #include "EPos_LandmarksUids.hrh"

// RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//
// r_registry
// ECOM registry information for Landmarks Local Access Provider
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO r_registry
    {
    dll_uid = 0x101fdf83;
    interfaces =
        {
        INTERFACE_INFO
            {
            interface_uid = 0x101F7D87; // Const for all Data Recognizers
            implementations =
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x101FE99C; // KPosLmRecognizerImplUid;
                    version_no = 1;
                    display_name = "Landmarks Data Recognizer";
                    default_data = "";
                    opaque_data = "";
                    }
                };
            }
        };
    }

// End of File