os/graphics/graphicstest/graphicstestharness/group/TGraphicsHarness.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
TARGET          tgraphicsharness.dll
sl@0
    17
TARGETTYPE      DLL
sl@0
    18
UID				0x1100008D 0x10273363
sl@0
    19
VENDORID 		0x70000001
sl@0
    20
CAPABILITY		All -tcb
sl@0
    21
sl@0
    22
OS_LAYER_SYSTEMINCLUDE
sl@0
    23
sl@0
    24
USERINCLUDE		../inc
sl@0
    25
SOURCEPATH		../src
sl@0
    26
SOURCE      	TGraphicsHarness.cpp
sl@0
    27
SOURCE 			TTMSGraphicsStep.cpp
sl@0
    28
SOURCE			thashreferenceimages.cpp
sl@0
    29
SOURCE			apgrfxfacade.cpp
sl@0
    30
sl@0
    31
#if defined(WINS)
sl@0
    32
// No special resource file required for emulator since eshell is not required.
sl@0
    33
#else
sl@0
    34
#ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
sl@0
    35
// No special resource file required. SSMA enables doing this by adding keyword in iby.
sl@0
    36
#else // SYMBIAN_SYSTEM_STATE_MANAGEMENT
sl@0
    37
// Resource file for overnight DABS automated hardware testing: Full techview bootup + eshell
sl@0
    38
sourcepath 		../resource/hardware
sl@0
    39
START RESOURCE	SSCForStartupMode0_eshell.rss
sl@0
    40
TARGETPATH		/private/10205c44/graphics/test
sl@0
    41
END
sl@0
    42
#endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
sl@0
    43
#endif
sl@0
    44
sl@0
    45
sl@0
    46
LIBRARY		euser.lib			
sl@0
    47
LIBRARY	   	testexecuteutils.lib
sl@0
    48
LIBRARY		testexecutelogclient.lib
sl@0
    49
LIBRARY		ws32.lib 
sl@0
    50
LIBRARY		bitgdi.lib 
sl@0
    51
LIBRARY		fbscli.lib
sl@0
    52
LIBRARY		hal.lib
sl@0
    53
LIBRARY		hash.lib
sl@0
    54
LIBRARY 	flogger.lib
sl@0
    55
LIBRARY     efsrv.lib
sl@0
    56
LIBRARY 	bafl.lib
sl@0
    57
DEFFILE		TGraphicsHarness.def
sl@0
    58
sl@0
    59
START BITMAP wsautotest.mbm
sl@0
    60
HEADER
sl@0
    61
TARGETPATH		/wstest
sl@0
    62
SOURCEPATH		../images
sl@0
    63
SOURCE			2 bmp1.bmp bmp1mask.bmp
sl@0
    64
SOURCE			8 alpha1.bmp alpha2.bmp alpha3.bmp
sl@0
    65
SOURCE 			c24 circles24b.bmp
sl@0
    66
SOURCE 			1 circles_mask2b.bmp
sl@0
    67
SOURCE 			c24 circles_mask256.bmp
sl@0
    68
SOURCE 			c24 b9.bmp
sl@0
    69
END
sl@0
    70
sl@0
    71
START BITMAP testcircles.mbm
sl@0
    72
HEADER
sl@0
    73
TARGETPATH		/wstest
sl@0
    74
SOURCEPATH		../images
sl@0
    75
SOURCE			c24 testcircles.bmp
sl@0
    76
END
sl@0
    77
sl@0
    78
START BITMAP	spritebitmaps.mbm
sl@0
    79
HEADER
sl@0
    80
TARGETPATH		/wstest
sl@0
    81
SOURCEPATH		../images
sl@0
    82
SOURCE 			2 windml1a.bmp windml2a.bmp windml1b.bmp windml2b.bmp
sl@0
    83
SOURCE 			2 windml1c.bmp windml2c.bmp windml1d.bmp windml2d.bmp
sl@0
    84
SOURCE 			2 mil1mask.bmp mil2mask.bmp
sl@0
    85
END
sl@0
    86
sl@0
    87
SMPSAFE