xmlsecurityengine/xmlsec/group/xmlsec.mmp
changeset 0 e35f40988205
child 29 43cdb2397a61
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 component.
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../inc/xmlsecvariant.hrh"
       
    19 
       
    20 TARGET          xmlsec.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101F9790
       
    23 
       
    24 SOURCEPATH ../src
       
    25 
       
    26 SOURCE xmlsec_app.c
       
    27 SOURCE xmlsec_base64.c
       
    28 SOURCE xmlsec_bn.c
       
    29 SOURCE xmlsec_buffer.c
       
    30 SOURCE xmlsec_c14n.c
       
    31 SOURCE xmlsec_dl.c
       
    32 SOURCE xmlsec_enveloped.c
       
    33 SOURCE xmlsec_errors.c
       
    34 SOURCE xmlsec_io.c
       
    35 SOURCE xmlsec_keyinfo.c
       
    36 SOURCE xmlsec_keys.c
       
    37 SOURCE xmlsec_keysdata.c
       
    38 SOURCE xmlsec_keysmngr.c
       
    39 SOURCE xmlsec_list.c
       
    40 SOURCE xmlsec_membuf.c
       
    41 SOURCE xmlsec_nodeset.c
       
    42 SOURCE xmlsec_error_flag.c
       
    43 SOURCE xmlsec_parser.c
       
    44 SOURCE xmlsec_soap.c
       
    45 SOURCE xmlsec_strings.c
       
    46 SOURCE xmlsec_templates.c
       
    47 SOURCE xmlsec_transforms.c
       
    48 SOURCE xmlsec_x509.c
       
    49 SOURCE xmlsec_xkms.c
       
    50 SOURCE xmlsec_xmldsig.c
       
    51 SOURCE xmlsec_xmlenc.c
       
    52 SOURCE xmlsec_xmlsec.c
       
    53 SOURCE xmlsec_xmltree.c
       
    54 SOURCE xmlsec_xpath.c
       
    55 SOURCE xmlsec_xslt.c
       
    56 
       
    57 OS_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE ../../../inc
       
    59 
       
    60 SYSTEMINCLUDE /epoc32/include/libc
       
    61 
       
    62 USERINCLUDE ../inc
       
    63 
       
    64 LIBRARY estlib.lib
       
    65 #if !defined(__RD_XMLSEC_SRCINC_CHANGE_REVERSE__)
       
    66 LIBRARY		xmlengine.lib
       
    67 #else
       
    68 LIBRARY		wsstarxmlengine.lib
       
    69 #endif
       
    70 
       
    71 nostrictdef
       
    72 epocallowdlldata
       
    73 
       
    74 #if defined(ARMCC)
       
    75 #if !defined(__RD_XMLSEC_MEMCOPY_PROBLEM_FIX__)
       
    76   DEFFILE ../eabi/xmlsec.def
       
    77 #else
       
    78   DEFFILE ../eabi/wsstarxmlsec.def
       
    79 #endif
       
    80 #elif defined(WINSCW) || defined(WINS)
       
    81   DEFFILE ../bwinscw/xmlsec.def
       
    82 #endif
       
    83 
       
    84 #ifdef CAP_GENERAL_DLL
       
    85     CAPABILITY CAP_GENERAL_DLL
       
    86 #else
       
    87     CAPABILITY ALL -TCB
       
    88 #endif
       
    89 
       
    90     VENDORID VID_DEFAULT        
       
    91 
       
    92 SMPSAFE