dbgagents/trkagent/trklauncher/trklauncher_tv.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 
       
    20 OPTION CW   -w off
       
    21 
       
    22 SYSTEMINCLUDE	/epoc32/include
       
    23 systeminclude   /epoc32/include/ecom
       
    24 
       
    25 USERINCLUDE	.
       
    26 
       
    27 
       
    28 TARGET trklauncher.dll
       
    29 TARGETTYPE plugin
       
    30 UID			0x10009D8D 0x200159DC
       
    31 
       
    32 start resource 0x200159DC.rss
       
    33 #ifdef SYMBIAN_SECURE_ECOM
       
    34 TARGET trklauncher.rsc
       
    35 #endif
       
    36 end
       
    37 
       
    38 
       
    39 
       
    40 VENDORID 0x101FB657
       
    41 
       
    42 CAPABILITY ALL -TCB -DRM
       
    43 
       
    44 SOURCE		trklauncher.cpp 
       
    45 SOURCE		trkdummyrecognizer.cpp
       
    46 
       
    47 LIBRARY		EUSER.LIB apmime.lib efile.lib efsrv.lib
       
    48