graphicsdeviceinterface/screendriver/group/TScdvServer.mmp
changeset 0 5d03bc08d59c
child 103 2717213c588a
child 109 7f6e7753e018
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2005-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		tscdvserver.exe
       
    19 TARGETTYPE		exe
       
    20 UID           	0x1000007A 0x10273369
       
    21 VENDORID 0x70000001
       
    22 
       
    23 CAPABILITY		ProtServ SwEvent
       
    24 
       
    25 userinclude	../../../graphicstest/graphicstestharness/inc
       
    26 userinclude	../tsrc ../inc
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 
       
    30 SOURCEPATH  .
       
    31 SOURCEPATH  ../tsrc
       
    32 SOURCE		TScdvServer.cpp
       
    33 SOURCE      	TLLD.CPP
       
    34 SOURCE		TScdvScaling.cpp
       
    35 SOURCE		TScdvTest.cpp
       
    36 #ifdef SYMBIAN_BUILD_GCE
       
    37 #undef __WINS__
       
    38 SOURCE 		tscdvdevorientation.cpp
       
    39 SOURCE		TDirectScreenBitmap.cpp
       
    40 #elif defined(__WINS__)
       
    41 SOURCE		TDirectScreenBitmap.cpp
       
    42 #endif
       
    43 
       
    44 SOURCE      TRWindows.cpp
       
    45 #if defined(WINS)
       
    46 SYSTEMINCLUDE 	../swins
       
    47 SOURCEPATH		../swins
       
    48 SOURCE			WINS.CPP
       
    49 #endif
       
    50 
       
    51 #ifdef SYMBIAN_BUILD_GCE
       
    52 MACRO SYMBIAN_GRAPHICS_GCE
       
    53 #endif // SYMBIAN_BUILD_GCE
       
    54 
       
    55 
       
    56 library		euser.lib
       
    57 library		hal.lib
       
    58 library		scdv.lib
       
    59 library		estlib.lib
       
    60 library		gdi.lib
       
    61 library     lookuptable.lib
       
    62 library		fbscli.lib
       
    63 library		ws32.lib
       
    64  
       
    65 LIBRARY	    	testexecuteutils.lib tgraphicsharness.lib
       
    66 LIBRARY	    	testexecutelogclient.lib
       
    67 
       
    68 #if !defined(WINS)
       
    69 LIBRARY  viewsrv.lib
       
    70 #else
       
    71 START WINS
       
    72 win32_library       gdi32.lib
       
    73 win32_library       user32.lib
       
    74 win32_library       kernel32.lib
       
    75 END
       
    76 #endif
       
    77 
       
    78 
       
    79 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    80 EPOCSTACKSIZE	0x6000
       
    81 EPOCHEAPSIZE	0x1000	0x400000
       
    82 
       
    83 SMPSAFE
       
    84