organizer_plat/calendar_common_utils_api/tsrc/group/CalendarCommonUtilsTest.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's TestScripter 
       
    16 * testclass test module.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          CalendarCommonUtilsTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         CalendarCommonUtilsTest.def
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../../calendarui/globaldata/inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          LibEntry.cpp
       
    43 SOURCE          CalendarCommonUtilsTest.cpp
       
    44 SOURCE          CalendarCommonUtilsTestBlocks.cpp
       
    45 SOURCE          CalProgressCallBackListener.cpp
       
    46 SOURCE          CalendarCommonUtilsTestParser.cpp
       
    47 SOURCE          CalendarDateUtilsTest.cpp
       
    48 SOURCE          CalendarDateUtilsTestBlocks.cpp
       
    49 SOURCE          CalendarDateUtilsTestParser.cpp
       
    50 SOURCE          CalendarMultiCalUtilsTest.cpp
       
    51 SOURCE          CalendarMultiCalUtilsTestBlocks.cpp
       
    52 SOURCE          CalendarMultiCalUtilsTestParser.cpp
       
    53 
       
    54 //RESOURCE        resource_file
       
    55 //RESOURCE        resource_file2
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         stiftestinterface.lib
       
    59 LIBRARY         stiftestengine.lib
       
    60 
       
    61 // Libraries added for testing.
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         bafl.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         apgrfx.lib
       
    66 LIBRARY         apparc.lib
       
    67 LIBRARY         agnmodel.lib
       
    68 LIBRARY         calenglobaldata.lib
       
    69 LIBRARY         caleninterimutils2.lib
       
    70 LIBRARY         calencommonutils.lib
       
    71 LIBRARY         calinterimapi.lib
       
    72 LIBRARY         calenviews.lib
       
    73 LIBRARY         calencontroller.lib
       
    74 LIBRARY			centralrepository.lib
       
    75 LIBRARY			charconv.lib
       
    76 
       
    77 LANG            SC
       
    78 
       
    79 /*
       
    80 START WINS      
       
    81 ?wins_specific_information
       
    82 END
       
    83 
       
    84 START MARM
       
    85 ?marm_specific_information
       
    86 END
       
    87 */
       
    88 // Other possible keywords:
       
    89  
       
    90 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    91 /*
       
    92 START BITMAP ?target
       
    93 TARGETPATH   ?emulated_path_on_target_machine
       
    94 HEADER
       
    95 SOURCE       ?color_depth ?source_bitmap
       
    96 END
       
    97 */
       
    98 // DEFFILE ?filename
       
    99 // AIF ?filename
       
   100 
       
   101 // End of File