dbgagents/trkagent/trklauncher/trklauncher_s60.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 // trklauncher.mmp
       
    18 //
       
    19 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    20   #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 OPTION CW   -w off
       
    24 
       
    25 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    26    	SYSTEMINCLUDE	\epoc32\include
       
    27 	SYSTEMINCLUDE	\epoc32\include\oem        
       
    28 #else
       
    29     MW_LAYER_SYSTEMINCLUDE
       
    30 #endif
       
    31 
       
    32 
       
    33 TARGET trklauncher.dll
       
    34 TARGETTYPE plugin
       
    35 UID			0x10009D8D 0x200159DC
       
    36 
       
    37 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    38 systeminclude   	\epoc32\include\ecom
       
    39 #else
       
    40 systeminclude   	/epoc32/include/ecom
       
    41 #endif
       
    42 
       
    43 start resource 0x200159DC.rss
       
    44 #ifdef SYMBIAN_SECURE_ECOM
       
    45 TARGET trklauncher.rsc
       
    46 #endif
       
    47 end
       
    48 
       
    49 
       
    50 VENDORID VID_DEFAULT
       
    51 
       
    52 CAPABILITY ALL -TCB -DRM
       
    53 
       
    54 SOURCE		trklauncher.cpp 
       
    55 SOURCE		trkdummyrecognizer.cpp
       
    56 
       
    57 LIBRARY		EUSER.LIB apmime.lib efile.lib efsrv.lib
       
    58