webservices/idwsfsecuritymechanism/group/senidwsfsecuritymechanism.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-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 idwsfsecuritymechanism    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../inc/webservices.hrh"
       
    22 
       
    23 SMPSAFE
       
    24 
       
    25 #ifdef SYMBIAN_SECURE_ECOM 
       
    26     TARGETTYPE PLUGIN
       
    27 #else
       
    28     TARGETTYPE ECOMIIC
       
    29 #endif
       
    30 
       
    31 // ECOM DLL recognition UID followed by the unique UID for this dll
       
    32 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    33 TARGET SenIdWsfSecMech.dll
       
    34 UID 0x10009D8D 0x101F96FB
       
    35 #else
       
    36 TARGET wsIdWsfSecMech.dll
       
    37 UID 0x10009D8D 0x101F9732
       
    38 #endif
       
    39 
       
    40 #ifdef EKA2
       
    41     #if !defined ( VID_DEFAULT ) 
       
    42         VENDORID 0x101FB657
       
    43     #else
       
    44         VENDORID VID_DEFAULT
       
    45     #endif 
       
    46   
       
    47     #if !defined ( CAP_ECOM_PLUGIN )
       
    48         CAPABILITY ALL -TCB
       
    49     #else
       
    50         CAPABILITY CAP_ECOM_PLUGIN
       
    51     #endif
       
    52 #endif
       
    53 
       
    54 SOURCEPATH      ../src
       
    55 SOURCE          senidwsfsecmechmain.cpp
       
    56 SOURCE          senidwsfsecmechproxy.cpp
       
    57 
       
    58 SOURCE          senidwsfanonymoussaslmechanism.cpp
       
    59 SOURCE          senidwsfplainsaslmechanism.cpp
       
    60 SOURCE          senidwsfcrammd5saslmechanism.cpp
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    64 START RESOURCE  101f96fb.rss
       
    65 #ifdef SYMBIAN_SECURE_ECOM 
       
    66    TARGET SenIdWsfSecMech.rsc
       
    67 #endif 
       
    68 
       
    69 #else
       
    70 START RESOURCE  101F9732.RSS
       
    71 #ifdef SYMBIAN_SECURE_ECOM 
       
    72    TARGET wsIdWsfSecMech.rsc
       
    73 #endif 
       
    74 
       
    75 #endif
       
    76 
       
    77 END
       
    78 
       
    79 USERINCLUDE     ../inc
       
    80 USERINCLUDE     ../../wscore/inc
       
    81 USERINCLUDE     ../../wsframework/inc
       
    82 USERINCLUDE     ../../wsutils/inc
       
    83 USERINCLUDE     ../../wsidentitymanager/inc
       
    84 
       
    85 MW_LAYER_SYSTEMINCLUDE
       
    86 SYSTEMINCLUDE   ../../inc
       
    87 
       
    88 
       
    89 LIBRARY ECom.lib
       
    90 LIBRARY euser.lib 
       
    91 LIBRARY flogger.lib
       
    92 LIBRARY hash.lib
       
    93 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    94 LIBRARY SenFramework.lib // CSaslMechanism
       
    95 LIBRARY SenXml.lib
       
    96 #else
       
    97 LIBRARY wsFramework.lib // CSaslMechanism
       
    98 LIBRARY wsXml.lib
       
    99 #endif