ncdengine/engine/group/20019116.rss
changeset 0 ba25891c3a9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ncdengine/engine/group/20019116.rss	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,50 @@
+/*
+* 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 = "";
+					}
+				};
+			}
+		};
+	}
+