languageinterworkingfw/servicehandler/group/liwresolver.mmp
changeset 0 99ef825efeca
child 27 bcef26ca2be3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/languageinterworkingfw/servicehandler/group/liwresolver.mmp	Mon Mar 30 12:51:20 2009 +0300
@@ -0,0 +1,53 @@
+/*
+* Copyright (c) 2003-2005 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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:       Project definition file for LiwResolver.
+*
+*/
+
+
+
+
+
+
+
+#include "../inc/liwuids.hrh"
+#include <platform_paths.hrh>
+
+TARGET          liwResolver.dll
+CAPABILITY      CAP_ECOM_PLUGIN
+TARGETTYPE      PLUGIN
+
+// ECom Dll recognition UID followed by the unique UID for this dll
+UID             0x10009D8D KLiwResolverDLLUidValue
+VENDORID        VID_DEFAULT
+
+VERSION 10.1
+paged
+
+SOURCEPATH      ../src
+SOURCE          LiwResolver.cpp
+
+USERINCLUDE     ../inc
+SYSTEMINCLUDE   /epoc32/include/ecom
+// This is a SYSTEMINCLUDE macro containing the middleware
+// layer specific include directories
+MW_LAYER_SYSTEMINCLUDE
+
+START RESOURCE  ../data/2000B5D4.RSS
+TARGET liwResolver.rsc                                                              
+END
+
+LIBRARY         euser.lib
+
+//  End of File