os/graphics/graphicstest/graphicstestharness/group/TGraphicsHarness.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2005-2010 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 //
    15 
    16 TARGET          tgraphicsharness.dll
    17 TARGETTYPE      DLL
    18 UID				0x1100008D 0x10273363
    19 VENDORID 		0x70000001
    20 CAPABILITY		All -tcb
    21 
    22 OS_LAYER_SYSTEMINCLUDE
    23 
    24 USERINCLUDE		../inc
    25 SOURCEPATH		../src
    26 SOURCE      	TGraphicsHarness.cpp
    27 SOURCE 			TTMSGraphicsStep.cpp
    28 SOURCE			thashreferenceimages.cpp
    29 SOURCE			apgrfxfacade.cpp
    30 
    31 #if defined(WINS)
    32 // No special resource file required for emulator since eshell is not required.
    33 #else
    34 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
    35 // No special resource file required. SSMA enables doing this by adding keyword in iby.
    36 #else // SYMBIAN_SYSTEM_STATE_MANAGEMENT
    37 // Resource file for overnight DABS automated hardware testing: Full techview bootup + eshell
    38 sourcepath 		../resource/hardware
    39 START RESOURCE	SSCForStartupMode0_eshell.rss
    40 TARGETPATH		/private/10205c44/graphics/test
    41 END
    42 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
    43 #endif
    44 
    45 
    46 LIBRARY		euser.lib			
    47 LIBRARY	   	testexecuteutils.lib
    48 LIBRARY		testexecutelogclient.lib
    49 LIBRARY		ws32.lib 
    50 LIBRARY		bitgdi.lib 
    51 LIBRARY		fbscli.lib
    52 LIBRARY		hal.lib
    53 LIBRARY		hash.lib
    54 LIBRARY 	flogger.lib
    55 LIBRARY     efsrv.lib
    56 LIBRARY 	bafl.lib
    57 DEFFILE		TGraphicsHarness.def
    58 
    59 START BITMAP wsautotest.mbm
    60 HEADER
    61 TARGETPATH		/wstest
    62 SOURCEPATH		../images
    63 SOURCE			2 bmp1.bmp bmp1mask.bmp
    64 SOURCE			8 alpha1.bmp alpha2.bmp alpha3.bmp
    65 SOURCE 			c24 circles24b.bmp
    66 SOURCE 			1 circles_mask2b.bmp
    67 SOURCE 			c24 circles_mask256.bmp
    68 SOURCE 			c24 b9.bmp
    69 END
    70 
    71 START BITMAP testcircles.mbm
    72 HEADER
    73 TARGETPATH		/wstest
    74 SOURCEPATH		../images
    75 SOURCE			c24 testcircles.bmp
    76 END
    77 
    78 START BITMAP	spritebitmaps.mbm
    79 HEADER
    80 TARGETPATH		/wstest
    81 SOURCEPATH		../images
    82 SOURCE 			2 windml1a.bmp windml2a.bmp windml1b.bmp windml2b.bmp
    83 SOURCE 			2 windml1c.bmp windml2c.bmp windml1d.bmp windml2d.bmp
    84 SOURCE 			2 mil1mask.bmp mil2mask.bmp
    85 END
    86 
    87 SMPSAFE