webservices/wspasswordtransforms/group/senpasswordtransforms.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 senpasswordtransforms    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    26 TARGET SenPasswordTransforms.dll
       
    27 UID 0x10009D8D 0x101F9706 
       
    28 #else
       
    29 TARGET wsPasswordTransforms.dll
       
    30 UID 0x10009D8D 0x101F973C 
       
    31 #endif
       
    32 
       
    33 #ifdef SYMBIAN_SECURE_ECOM 
       
    34     TARGETTYPE PLUGIN
       
    35 #else
       
    36     TARGETTYPE ECOMIIC
       
    37 #endif
       
    38 
       
    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          senpasswordtransformmain.cpp
       
    56 SOURCE          senpasswordtransformproxy.cpp
       
    57 SOURCE          sentruncatetransform.cpp
       
    58 SOURCE          senlowercasetransform.cpp
       
    59 SOURCE          senuppercasetransform.cpp
       
    60 SOURCE          senselecttransform.cpp
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    64 START RESOURCE  101f9706.rss
       
    65 #ifdef SYMBIAN_SECURE_ECOM 
       
    66    TARGET SenPasswordTransforms.rsc
       
    67 #endif
       
    68 
       
    69 #else
       
    70 START RESOURCE  101F973C.rss
       
    71 #ifdef SYMBIAN_SECURE_ECOM 
       
    72    TARGET wsPasswordTransforms.rsc
       
    73 #endif
       
    74 
       
    75 #endif
       
    76 END
       
    77 
       
    78 USERINCLUDE     ../inc
       
    79 USERINCLUDE     ../../wscore/inc
       
    80 USERINCLUDE     ../../wsframework/inc
       
    81 USERINCLUDE     ../../wsutils/inc
       
    82 USERINCLUDE     ../../wsidentitymanager/inc
       
    83 
       
    84 //USERINCLUDE     ../../ServiceDescription/inc // now system included
       
    85 //USERINCLUDE     ../../ServiceConnection/inc  // now system included
       
    86 //USERINCLUDE     ../../XML/inc                // now system included
       
    87 //SYSTEMINCLUDE   ../../Framework/inc  // SenPasswordTransform.h & SenPasswordTransform.inl
       
    88 
       
    89 MW_LAYER_SYSTEMINCLUDE
       
    90 SYSTEMINCLUDE   ../../inc
       
    91 
       
    92 LIBRARY ECom.lib
       
    93 LIBRARY euser.lib 
       
    94 
       
    95 SMPSAFE