tsrc/cpixmwtester/group/cpixmwtester.mmp
changeset 0 671dee74050a
child 1 6f2c1c46032b
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2010 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          CPixMWTester.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         CPixMWTester.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE /epoc32/include/ECom
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          CPixMWTester.cpp
       
    44 SOURCE          CPixMWTesterBlocks.cpp
       
    45 
       
    46 //RESOURCE        resource_file
       
    47 //RESOURCE        resource_file2
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 
       
    53 LANG            SC
       
    54 
       
    55 
       
    56 /*
       
    57 START WINS      
       
    58 ?wins_specific_information
       
    59 END
       
    60 
       
    61 START MARM
       
    62 ?marm_specific_information
       
    63 END
       
    64 */
       
    65 // Other possible keywords:
       
    66  
       
    67 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    68 /*
       
    69 START BITMAP ?target
       
    70 TARGETPATH   ?emulated_path_on_target_machine
       
    71 HEADER
       
    72 SOURCE       ?color_depth ?source_bitmap
       
    73 END
       
    74 */
       
    75 // DEFFILE ?filename
       
    76 // AIF ?filename
       
    77 
       
    78 USERINCLUDE   ./../../../searcher/SearchClient/inc
       
    79 USERINCLUDE   ./../../../searchsrv_plat/cpix_utility_api/inc
       
    80 
       
    81 LIBRARY       efile.lib
       
    82 LIBRARY       flogger.lib
       
    83 LIBRARY       ECom.lib
       
    84 LIBRARY       PlatformEnv.lib
       
    85 LIBRARY       edbms.lib
       
    86 LIBRARY       efsrv.lib
       
    87 
       
    88 //------------------Added for Blacklist database --------------------------
       
    89 USERINCLUDE ../../../harvester/harvesterserver/inc
       
    90 
       
    91 SOURCEPATH  ../../../harvester/harvesterserver/src
       
    92 SOURCE        CBlacklistDb.cpp  CBlacklistMgr.cpp
       
    93 //------------------End for Blacklist database ----------------------------
       
    94 
       
    95 // End of File