xmlsrv_plat/xml_encryption_api/tsrc/group/test_xmlsecencrypt.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 21:35:56 +0200
changeset 2 4409849f4082
parent 0 e35f40988205
child 29 43cdb2397a61
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* 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
SMPSAFE