ncdengine/engine/group/20019116.rss
author William Roberts <williamr@symbian.org>
Fri, 03 Sep 2010 14:18:30 +0100
changeset 68 1fec4baee655
parent 0 ba25891c3a9e
permissions -rw-r--r--
Remerge sqlite_secure, still missing from "Revision: 201033" - Bug 2548

/*
* Copyright (c) 2001 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 definitions for project ?myapp
*
*/


#include <registryinfo.rh>

#include "catalogsuids.h" 

// Declares info for Catalogs Engine implementations
RESOURCE REGISTRY_INFO CatalogsEngineInfo
	{
	// UID for the DLL
	dll_uid = KCatalogsEngineUid;
	// Declare array of interface info
	interfaces = 
		{
		INTERFACE_INFO
			{
			// UID of interface that is implemented
			interface_uid = KCatalogsEngineInterfaceUid;
			implementations = 
				{
				// Info for CCatalogsEngineImpl
				IMPLEMENTATION_INFO
					{
					implementation_uid = KCatalogsEngineImplementationUid;
					version_no = 1; // ECLIPSE
					display_name = "Catalogs Engine implementation";
					default_data = "";
					opaque_data = "";
					}
				};
			}
		};
	}