xmlsecurityengine/xmlsecwrapper/group/xmlsecwrapper.mmp
changeset 0 e35f40988205
child 29 43cdb2397a61
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /*
       
     2 * Copyright (c) 2009 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 definition file for XmlSec Wrapper component       
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../inc/xmlsecvariant.hrh"
       
    19 
       
    20 TARGET          xmlsecwrapper.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101F9793
       
    23 
       
    24 #ifdef CAP_GENERAL_DLL
       
    25     CAPABILITY CAP_GENERAL_DLL
       
    26 #else
       
    27     CAPABILITY ALL -TCB
       
    28 #endif
       
    29 
       
    30     VENDORID VID_DEFAULT        
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          xmlsecwencrypt.cpp
       
    34 SOURCE          xmlsecwsign.cpp
       
    35 SOURCE          xmlsecwkeymanager.cpp
       
    36 SOURCE          xmlsecwinit.cpp
       
    37 SOURCE          xmlsecwtemplate.cpp
       
    38 SOURCE          xmlsecwinternalutils.cpp
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE ../../../inc
       
    42 SYSTEMINCLUDE ../../inc
       
    43 
       
    44 SYSTEMINCLUDE  /epoc32/include/libc
       
    45 USERINCLUDE     ../inc
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 
       
    49 #ifdef __RD_XMLSEC_MEMCOPY_PROBLEM_FIX__
       
    50 LIBRARY estlib.lib
       
    51 #endif
       
    52 
       
    53 LIBRARY         charconv.lib
       
    54 LIBRARY         efsrv.lib
       
    55 #if !defined(__RD_XMLSEC_SRCINC_CHANGE_REVERSE__)
       
    56 //libxml2parser
       
    57 LIBRARY         xmlengine.lib
       
    58 LIBRARY         xmlengineutils.lib
       
    59 LIBRARY         xmlenginedom.lib
       
    60 #else
       
    61 LIBRARY 	wsstarxmlengine.lib
       
    62 LIBRARY         wsstarxmlengineutils.lib
       
    63 LIBRARY         wsstarxmlenginedom.lib
       
    64 #endif
       
    65 //xmlsecurity
       
    66 LIBRARY         xmlsec.lib
       
    67 LIBRARY         xmlseccrypto.lib
       
    68 
       
    69 #if defined(ARMCC)
       
    70 #if !defined(__RD_XMLSEC_MEMCOPY_PROBLEM_FIX__)
       
    71   DEFFILE ../eabi/xmlsecwrapper.def
       
    72 #else
       
    73   DEFFILE ../eabi/wsstarxmlsecwrapper.def
       
    74 #endif
       
    75 #elif defined(WINSCW) || defined(WINS)
       
    76   DEFFILE ../bwinscw/xmlsecwrapper.def
       
    77 #endif
       
    78 
       
    79 nostrictdef
       
    80 
       
    81 SMPSAFE