mmappfw_plat/harvester_metadata_extractor_api/tsrc/harvestermetadataextractortest/group/harvestermetadataextractortest.mmp
changeset 0 a2952bb97e68
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: harvestermetadataextractortest mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          harvestermetadataextractortest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         harvestermetadataextractortest.def
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          harvestermetadataextractortest.cpp
       
    41 SOURCE          harvestermetadataextractortestBlocks.cpp
       
    42 
       
    43 //RESOURCE        resource_file
       
    44 //RESOURCE        resource_file2
       
    45 USERINCLUDE     ../inc
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         stiftestinterface.lib
       
    49 LIBRARY         stiftestengine.lib 
       
    50 LIBRARY         apgrfx.lib 
       
    51 LIBRARY         efsrv.lib
       
    52 LIBRARY         mpxcommon.lib
       
    53 LIBRARY         mpxharvesterutility.lib
       
    54 LIBRARY         mpxfilehandler.lib mpxmetadataextractor.lib estor.lib mpxcollectionutility.lib
       
    55 LIBRARY         apmime.lib 
       
    56 LIBRARY         bafl.lib
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         metadatautility.lib
       
    59 
       
    60 
       
    61 LANG            SC
       
    62 
       
    63 /*
       
    64 START WINS      
       
    65 ?wins_specific_information
       
    66 END
       
    67 
       
    68 START MARM
       
    69 ?marm_specific_information
       
    70 END
       
    71 */
       
    72 // Other possible keywords:
       
    73  
       
    74 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    75 /*
       
    76 START BITMAP ?target
       
    77 TARGETPATH   ?emulated_path_on_target_machine
       
    78 HEADER
       
    79 SOURCE       ?color_depth ?source_bitmap
       
    80 END
       
    81 */
       
    82 // DEFFILE ?filename
       
    83 // AIF ?filename
       
    84 
       
    85 // End of File
       
    86