mmappfw_plat/harvester_collection_mediator_api/tsrc/HarvesterCollectionMediatorTest/group/HarvesterCollectionMediatorTest.mmp
changeset 0 a2952bb97e68
child 20 b1fb57be53fe
child 55 6c1dfe4da5dd
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  HarvesterCollectionMediatorTest.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20 #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          HarvesterCollectionMediatorTest.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         HarvesterCollectionMediatorTest.def
       
    35 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 
       
    42 SOURCE          HarvesterCollectionMediatorTest.cpp
       
    43 SOURCE          HarvesterCollectionMediatorTestBlocks.cpp
       
    44 
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 USERINCLUDE     ../inc
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         bafl.lib estor.lib ecom.lib stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib 
       
    52 LIBRARY   		mpxcollectionmediator.lib mpxcollectionutility.lib mpxcollectionview.lib mpxcollectionengine.lib mpxcollectionhelper.lib mpxcommon.lib 
       
    53 
       
    54 LANG            SC
       
    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 // End of File