instantmessagesalert/tsrc/testinstantmsgalert/group/testinstantmsgalert.mmp
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     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          testinstantmsgalert.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         testinstantmsgalert.def
       
    34 
       
    35 
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 
       
    39 SOURCE          testinstantmsgalert.cpp
       
    40 SOURCE          testinstantmsgalertBlocks.cpp
       
    41 
       
    42 SOURCEPATH      ../../../src
       
    43 SOURCE          cimalertmanager.cpp
       
    44 SOURCE          imalertnotifierfactory.cpp
       
    45 SOURCE          cimalertnotifierimpl.cpp
       
    46 SOURCE          cimalertpropertyobserver.cpp
       
    47 
       
    48 SOURCEPATH      ../src/stubs
       
    49 
       
    50 SOURCE          s_vimpstsettingsstore.cpp
       
    51 SOURCE          s_vimpstsettingsstoreimp.cpp
       
    52 
       
    53 USERINCLUDE     ../inc 
       
    54 USERINCLUDE     ../../../inc 
       
    55 USERINCLUDE     ../../inc 
       
    56 USERINCLUDE     ../inc/stubs 
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 OS_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         stiftestinterface.lib
       
    63 LIBRARY         stiftestengine.lib
       
    64 
       
    65 //// Libraries from the source mmp file
       
    66 LIBRARY 	euser.lib
       
    67 LIBRARY 	centralrepository.lib
       
    68 LIBRARY 	CenRepNotifHandler.lib
       
    69 LIBRARY 	apgrfx.lib // for instantmessagesalert
       
    70 LIBRARY 	mediaclientaudio.lib // for instantmessagesalert
       
    71 LIBRARY 	apmime.lib // for instantmessagesalert
       
    72 LIBRARY 	filelist.lib //filelist dialog, needed for tone setting item
       
    73 LIBRARY     PlatformEnv.lib
       
    74 LIBRARY     ProfileEng.lib
       
    75 LIBRARY		efsrv.lib
       
    76 LIBRARY     bafl.lib 
       
    77 LIBRARY 	HWRMVibraClient.lib
       
    78 //LIBRARY 	vimpstsettings.lib
       
    79 //// End Libraries from source mmp file
       
    80 
       
    81 LANG            SC
       
    82 
       
    83 /*
       
    84 START WINS      
       
    85 ?wins_specific_information
       
    86 END
       
    87 
       
    88 START MARM
       
    89 ?marm_specific_information
       
    90 END
       
    91 */
       
    92 // Other possible keywords:
       
    93  
       
    94 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    95 /*
       
    96 START BITMAP ?target
       
    97 TARGETPATH   ?emulated_path_on_target_machine
       
    98 HEADER
       
    99 SOURCE       ?color_depth ?source_bitmap
       
   100 END
       
   101 */
       
   102 // DEFFILE ?filename
       
   103 // AIF ?filename
       
   104 
       
   105 // End of File