dbgagents/trkagent/app/s60/Isv_TrkApp_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 
       
    18 
       
    19 macro 		__S60__
       
    20 
       
    21 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    22   #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 
       
    26 TARGET		  trkapp_200170bb.exe
       
    27 TARGETTYPE    exe
       
    28 epocstacksize 0x12000
       
    29 
       
    30 UID           0x100039CE 0x200170BB
       
    31 VENDORID      VID_DEFAULT
       
    32 CAPABILITY 	  ALL -TCB -DRM
       
    33 
       
    34 
       
    35 SOURCEPATH    .
       
    36 SOURCE        TrkApplication.cpp TrkDocument.cpp TrkAppUi.cpp TrkApp.cpp
       
    37 SOURCE		  TrkAppView.cpp TrkAppContainer.cpp TrkSettingsView.cpp TrkSettingsContainer.cpp 
       
    38 SOURCE	 	  TrkSettingsList.cpp TrkSettingsData.cpp
       
    39 
       
    40 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    41   	SYSTEMINCLUDE	\epoc32\include
       
    42   	USERINCLUDE   ..\..\engine 
       
    43 #else
       
    44     MW_LAYER_SYSTEMINCLUDE
       
    45     USERINCLUDE   ../../engine
       
    46 #endif
       
    47 
       
    48 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib eikctl.lib eikcoctl.lib viewcli.lib
       
    49 LIBRARY       gdi.lib
       
    50 LIBRARY	      avkon.lib aknnotify.lib
       
    51 
       
    52 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    53 
       
    54 sourcepath	.\resources\isv_build
       
    55 userinclude .
       
    56 userinclude .\resources
       
    57 START RESOURCE	trkapp_200170bb.rss
       
    58 HEADER
       
    59 targetpath	\resource\apps
       
    60 lang		sc
       
    61 end
       
    62 
       
    63 sourcepath	.\resources
       
    64 START RESOURCE	trkapp_200170bb_reg.rss
       
    65 TARGETPATH	\private\10003a3f\apps
       
    66 END
       
    67 
       
    68 sourcepath	.\resources\isv_build
       
    69 userinclude .
       
    70 userinclude .\resources
       
    71 start resource trkapp_200170bb_loc.rss
       
    72 targetpath \resource\apps
       
    73 lang sc
       
    74 end
       
    75 
       
    76 START BITMAP    trkapp_200170bb.mbm
       
    77 HEADER
       
    78 TARGETPATH      \resource\apps
       
    79 SOURCEPATH 		..\common\resources
       
    80 SOURCE          c8  TrkIcn24.bmp TrkIcn24m.bmp TrkIcn32.bmp TrkIcn32m.bmp TrkIcn48.bmp TrkIcn48m.bmp
       
    81 END
       
    82 
       
    83 #else
       
    84 
       
    85 sourcepath	./resources/isv_build
       
    86 userinclude .
       
    87 userinclude ./resources
       
    88 START RESOURCE	trkapp_200170bb.rss
       
    89 HEADER
       
    90 targetpath	/resource/apps
       
    91 lang		sc
       
    92 end
       
    93 
       
    94 sourcepath	./resources
       
    95 START RESOURCE	trkapp_200170bb_reg.rss
       
    96 TARGETPATH	/private/10003a3f/apps
       
    97 END
       
    98 
       
    99 sourcepath	./resources/isv_build
       
   100 userinclude .
       
   101 userinclude ./resources
       
   102 start resource trkapp_200170bb_loc.rss
       
   103 targetpath /resource/apps
       
   104 lang sc
       
   105 end
       
   106 
       
   107 START BITMAP    trkapp_200170bb.mbm
       
   108 HEADER
       
   109 TARGETPATH      /resource/apps
       
   110 SOURCEPATH 		../common/resources
       
   111 SOURCE          c8  TrkIcn24.bmp TrkIcn24m.bmp TrkIcn32.bmp TrkIcn32m.bmp TrkIcn48.bmp TrkIcn48m.bmp
       
   112 END
       
   113 
       
   114 #endif