xmlsrv_plat/xml_encryption_api/tsrc/group/test_xmlsecencrypt.mmp
changeset 0 e35f40988205
child 2 4409849f4082
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:     Project specification file for test_xmlsecencrypt of xml_encryption_api test component
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 
       
    20 TARGET          test_xmlsecencrypt.dll
       
    21 TARGETTYPE      dll
       
    22 //TARGETPATH      /z/sys/bin
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 #if defined(ARMCC)
       
    26   DEFFILE ../eabi/test_xmlsecencrypt.def
       
    27 #elif defined(WINSCW) || defined(WINS)
       
    28   DEFFILE ../bwinscw/test_xmlsecencrypt.def
       
    29 #endif
       
    30 
       
    31 CAPABILITY      CAP_GENERAL_DLL 
       
    32 
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  xmlsecencrypttester.cpp
       
    36 SOURCE                  xmlsecencrypttesterblocks.cpp
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE           /epoc32/include/libc
       
    40 USERINCLUDE             ../inc
       
    41 
       
    42 LIBRARY                 stiftestinterface.lib
       
    43 LIBRARY                 charconv.lib
       
    44 LIBRARY                 efsrv.lib
       
    45 LIBRARY                 estlib.lib
       
    46 LIBRARY                 euser.lib
       
    47 LIBRARY                 InetProtUtil.lib
       
    48 LIBRARY                 XmlEngineDom.lib
       
    49 LIBRARY                 XmlSecWrapper.lib
       
    50 
       
    51 nostrictdef
       
    52 epocallowdlldata