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