xmlsrv_plat/xml_encryption_api/tsrc/group/test_xmlsecencrypt.mmp
changeset 0 e35f40988205
child 2 4409849f4082
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xmlsrv_plat/xml_encryption_api/tsrc/group/test_xmlsecencrypt.mmp	Thu Dec 17 09:29:21 2009 +0200
@@ -0,0 +1,52 @@
+/*
+* Copyright (c) 2004 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:     Project specification file for test_xmlsecencrypt of xml_encryption_api test component
+*
+*/
+#include <platform_paths.hrh>
+
+
+TARGET          test_xmlsecencrypt.dll
+TARGETTYPE      dll
+//TARGETPATH      /z/sys/bin
+UID             0x1000af5a 0x01700000
+
+#if defined(ARMCC)
+  DEFFILE ../eabi/test_xmlsecencrypt.def
+#elif defined(WINSCW) || defined(WINS)
+  DEFFILE ../bwinscw/test_xmlsecencrypt.def
+#endif
+
+CAPABILITY      CAP_GENERAL_DLL 
+
+
+SOURCEPATH              ../src
+SOURCE                  xmlsecencrypttester.cpp
+SOURCE                  xmlsecencrypttesterblocks.cpp
+
+OS_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE           /epoc32/include/libc
+USERINCLUDE             ../inc
+
+LIBRARY                 stiftestinterface.lib
+LIBRARY                 charconv.lib
+LIBRARY                 efsrv.lib
+LIBRARY                 estlib.lib
+LIBRARY                 euser.lib
+LIBRARY                 InetProtUtil.lib
+LIBRARY                 XmlEngineDom.lib
+LIBRARY                 XmlSecWrapper.lib
+
+nostrictdef
+epocallowdlldata
\ No newline at end of file