dbgagents/trkagent/app/tv/trkapp_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 
       
    18 
       
    19 
       
    20 TARGET		  trkapp_200170bb.exe
       
    21 TARGETTYPE    exe
       
    22 epocstacksize 0x12000
       
    23 
       
    24 
       
    25 UID           0x100039CE 0x200170BB
       
    26 VENDORID      0x101FB657
       
    27 CAPABILITY 	  ALL -TCB -DRM
       
    28 
       
    29 SOURCEPATH    .
       
    30 SOURCE        trkapp.cpp trkapplication.cpp trkdocument.cpp trkappui.cpp trkappview.cpp
       
    31 
       
    32 SOURCEPATH    ..\common
       
    33 SOURCE 		  trkdebugstatelistener.cpp trkconnstatelistener.cpp
       
    34 
       
    35 SOURCEPATH    ..\..\trksrvclient
       
    36 SOURCE 		   trksrvclisession.cpp trksrvclientutils.cpp trksrvclientdefs.cpp
       
    37 
       
    38 SYSTEMINCLUDE \epoc32\include
       
    39 SYSTEMINCLUDE \epoc32\include\techview
       
    40 
       
    41 USERINCLUDE   ..\..\engine
       
    42 USERINCLUDE   ..\..\trkserver
       
    43 USERINCLUDE   ..\..\trksrvclient
       
    44 USERINCLUDE   ..\common
       
    45 
       
    46 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib viewcli.lib gdi.lib
       
    47 
       
    48 
       
    49 sourcepath	.\resources
       
    50 START RESOURCE	trkapp_200170bb.rss
       
    51 HEADER
       
    52 targetpath	\resource\apps
       
    53 lang		sc
       
    54 end
       
    55 
       
    56 sourcepath	.\resources
       
    57 START RESOURCE	trkapp_200170bb_reg.rss
       
    58 TARGETPATH	\private\10003a3f\apps
       
    59 END
       
    60 
       
    61 sourcepath	.\resources
       
    62 start resource trkapp_200170bb_loc.rss
       
    63 targetpath \resource\apps
       
    64 lang sc
       
    65 end
       
    66 
       
    67 START BITMAP    trkapp_200170bb.mbm
       
    68 HEADER
       
    69 TARGETPATH      \resource\apps
       
    70 SOURCEPATH 	..\common\resources
       
    71 SOURCE          c8  TrkIcn24.bmp TrkIcn24m.bmp TrkIcn32.bmp TrkIcn32m.bmp TrkIcn48.bmp TrkIcn48m.bmp
       
    72 END