lafagnosticuifoundation/cone/tef/TConeTestServer.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      tconetestserver.exe
       
    19 TARGETTYPE  EXE
       
    20 UID         0x1000007A 0x10004c70
       
    21 VENDORID 	0x70000001
       
    22 
       
    23 CAPABILITY 	ALL -Tcb
       
    24 
       
    25 SOURCEPATH  .
       
    26 SOURCE		TConeTestServer.cpp 
       
    27 SOURCE		TCONE0STEP.CPP 
       
    28 SOURCE		TCONE1STEP.CPP
       
    29 SOURCE		TCONE2STEP.CPP
       
    30 SOURCE		TCONE3STEP.CPP
       
    31 SOURCE		TCONE4STEPExe.CPP
       
    32 SOURCE		TCONE5STEP.CPP
       
    33 SOURCE		TCONE6STEP.CPP
       
    34 SOURCE		TCone7CtrlBase.cpp
       
    35 SOURCE		TCone7Container.cpp
       
    36 SOURCE		TCone7SuperContainer.cpp
       
    37 SOURCE		TCone7SubContainer.cpp
       
    38 SOURCE		TCone7Containee.cpp
       
    39 SOURCE		TCONE7STEP.CPP
       
    40 SOURCE		TConeInvalidate.cpp
       
    41 SOURCE 		TConeBackground.cpp
       
    42 SOURCE 		TConeTransition.CPP 
       
    43 SOURCE		TConeZoomFont.cpp
       
    44 SOURCE      TTransGc.cpp
       
    45 SOURCE		TConeVisibility.cpp
       
    46 SOURCE		TConeTextDrawer.cpp
       
    47 SOURCE		tconecoedatastoragestep.cpp
       
    48 SOURCE		TConeErrorMsgStep.cpp 
       
    49 SOURCE		TConeHelpTextStep.cpp 
       
    50 SOURCE		tconecoecntssstep.cpp
       
    51 SOURCE		tconeresourceloader.cpp
       
    52 SOURCE		tconestateobs.cpp
       
    53 SOURCE		statecon.cpp
       
    54 SOURCE 		TConeTransparency.cpp
       
    55 SOURCE		tconemultiptrstep.cpp
       
    56 SOURCE		tmultiptrtestcontrol.cpp
       
    57 SOURCE		tmultiptrtestchildcontrol.cpp
       
    58 SOURCE		tmultiptrtestcompoundcontrolcontainer.cpp
       
    59 SOURCE		tconemultiptrcompoundstep.cpp
       
    60 SOURCE		TMultipleScreensStep.cpp
       
    61 SOURCE		tconeevents.cpp
       
    62 RESOURCE	TCone2.rss
       
    63 START RESOURCE	TCone2.rss
       
    64 TARGETPATH      /system/data
       
    65 HEADER
       
    66 LANG		SC
       
    67 END
       
    68 
       
    69 RESOURCE		tconeresourceloader.rss
       
    70 START RESOURCE 		tconeresourceloader.rss
       
    71 TARGETPATH 		/resource/apps
       
    72 LANG     SC
       
    73 END // RESOURCE
       
    74 
       
    75 USERINCLUDE		../../../../appsupport/appfw/uiftestfw/inc
       
    76 USERINCLUDE		../tef ../inc 
       
    77 USERINCLUDE		../tef/twindowposition
       
    78 APP_LAYER_SYSTEMINCLUDE 
       
    79 
       
    80 
       
    81 
       
    82 LIBRARY     euser.lib  bafl.lib  cone.lib gdi.lib  ws32.lib  
       
    83 LIBRARY		apparc.lib apgrfx.lib efsrv.lib 
       
    84 LIBRARY		eikcoctl.lib
       
    85 
       
    86 
       
    87 
       
    88 LIBRARY	    testexecuteutils.lib appfwk_test_appui.lib
       
    89 LIBRARY		testexecutelogclient.lib
       
    90 LIBRARY     ecom.lib
       
    91 LIBRARY     fbscli.lib
       
    92 LIBRARY     bitgdi.lib
       
    93 LIBRARY     egul.lib
       
    94 LIBRARY		centralrepository.lib
       
    95 LIBRARY		imageconversion.lib 
       
    96 LIBRARY		eikcore.lib 
       
    97 LIBRARY		hal.lib
       
    98 
       
    99 #if !defined(WINS)
       
   100 LIBRARY  	viewsrv.lib
       
   101 #endif
       
   102 
       
   103 #if defined(WINSCW)
       
   104 DEFFILE ../bwins/TCONETESTSERVER.DEF
       
   105 #else
       
   106 DEFFILE ../EABI/TCONETESTSERVER.def
       
   107 #endif
       
   108 
       
   109 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
   110 EPOCSTACKSIZE	0x6000
       
   111 
       
   112 
       
   113 SMPSAFE