localconnectivityservice/lcstylustap/tsrc/LcStylusTapTest/group/LcStylusTapTest.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2006 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:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          LcStylusTapTest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    32 // VENDORID     0x00000000
       
    33 /* Remove comments and replace 0x00000000 with correct secure id */
       
    34 // SECUREID     0x00000000
       
    35 
       
    36 //TARGETPATH      ?target_path
       
    37 DEFFILE         LcStylusTapTest.def
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 USERINCLUDE ../inc
       
    42 USERINCLUDE ../../../inc
       
    43 
       
    44 SYSTEMINCLUDE   /EPOC32/INCLUDE/ECOM
       
    45 
       
    46 SOURCEPATH 	../src
       
    47 
       
    48 SOURCE          LcStylusTapTest.cpp
       
    49 SOURCE          LcStylusTapTestBlocks.cpp LcStylusTapTest_exe.cpp
       
    50 
       
    51 //RESOURCE        resource_file
       
    52 //RESOURCE        resource_file2
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY         stiftestengine.lib
       
    57 
       
    58 LIBRARY 		apparc.lib
       
    59 LIBRARY 		avkon.lib 
       
    60 LIBRARY 		efsrv.lib
       
    61 LIBRARY 		cone.lib 
       
    62 LIBRARY 		eikcore.lib 
       
    63 LIBRARY 		bafl.lib                            // Basic Application Framework 
       
    64 LIBRARY 		AknSkins.lib                        // Skinned icons
       
    65 LIBRARY 		aknicon.lib
       
    66 LIBRARY 		commonengine.lib 
       
    67 LIBRARY			ecom.lib
       
    68 LIBRARY			eikcoctl.lib
       
    69 LIBRARY			aknnotify.lib eiksrv.lib CommonEngine.lib
       
    70 LIBRARY			mmfstandardcustomcommands.lib
       
    71 LIBRARY			ECom.lib
       
    72 LIBRARY     	defaultappclient.lib
       
    73 LIBRARY     	apgrfx.lib
       
    74 LIBRARY			ws32.lib			// wssession
       
    75 LIBRARY			viewcli.lib
       
    76 LIBRARY         estor.lib
       
    77 LIBRARY         gslauncher.lib
       
    78  
       
    79 
       
    80 LANG            SC
       
    81 
       
    82 /*
       
    83 START WINS      
       
    84 ?wins_specific_information
       
    85 END
       
    86 
       
    87 START MARM
       
    88 ?marm_specific_information
       
    89 END
       
    90 */
       
    91 // Other possible keywords:
       
    92  
       
    93 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    94 /*
       
    95 START BITMAP ?target
       
    96 TARGETPATH   ?emulated_path_on_target_machine
       
    97 HEADER
       
    98 SOURCE       ?color_depth ?source_bitmap
       
    99 END
       
   100 */
       
   101 // DEFFILE ?filename
       
   102 // AIF ?filename
       
   103 
       
   104 // End of File