ipsservices/tsrc/profiletester/group/popimapprofiletester.mmp
branchRCL_3
changeset 70 968773a0b6ef
equal deleted inserted replaced
64:3533d4323edc 70:968773a0b6ef
       
     1 /*
       
     2 *  Copyright ?2010-2010 Nokia and/or its subsidiary(-ies).  All rights reserved.
       
     3 *  This material, including documentation and any related computer
       
     4 *  programs, is protected by copyright controlled by Nokia.  All
       
     5 *  rights are reserved.  Copying, including reproducing, storing,
       
     6 *  adapting or translating, any or all of this material requires the
       
     7 *  prior written consent of Nokia.  This material also contains
       
     8 *  confidential information which may not be disclosed to others
       
     9 *  without the prior written consent of Nokia.
       
    10 *
       
    11 * Initial Contributors:
       
    12 * Nokia Corporation - initial contribution.
       
    13 *
       
    14 * Contributors:
       
    15 * 
       
    16 * Description: MMP file for STIF Test Framework's TestScripter 
       
    17 * testclass test module.
       
    18 *
       
    19 */
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          popimapprofiletester.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E9
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 // VENDORID     0x00000000
       
    30 // SECUREID     0x00000000
       
    31    
       
    32 DEFFILE         popimapprofiletester.def
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 
       
    39 SYSTEMINCLUDE /epoc32/include /epoc32/include/platform /epoc32/include/platform/loc /epoc32/include/platform/loc/sc /epoc32/include/app /epoc32/include/mw
       
    40 
       
    41 USERINCLUDE                     ..\inc
       
    42 USERINCLUDE                     \sf\app\commonemail\inc
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 SOURCE          popimapprofiletester.cpp
       
    47 SOURCE          popimapprofiletesterBlocks.cpp 
       
    48 SOURCE 			timeouttimer.cpp
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         stiftestengine.lib
       
    53 LIBRARY         imcm.lib        // CEmailAccounts
       
    54 
       
    55 // For creating mailboxes
       
    56 LIBRARY                         FSMailFramework.lib
       
    57 LIBRARY                         FSFWCommonLib.lib
       
    58 LANG            SC
       
    59 
       
    60 // Library to be tested
       
    61 
       
    62 
       
    63 // Other Libraries needed
       
    64 LIBRARY                         centralrepository.lib
       
    65 // End of File