os/graphics/egl/egltest/group/egltestcommon.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) 2006-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 //
    15 
    16 /**
    17  @file
    18  @test
    19 */
    20 
    21 
    22 TARGET                  egltestcommon.dll
    23 TARGETTYPE              DLL
    24 UID                     0x1000008d 0xA000E616
    25 VENDORID                0x70000001
    26 
    27 CAPABILITY    			ALL -Tcb
    28 
    29 DEFFILE                 egltestcommon.def
    30 
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 USERINCLUDE             ../inc
    35 
    36 SOURCEPATH              ../src
    37 SOURCE                  egltestcommonstep.cpp
    38 SOURCE                  egltestcommonsession.cpp
    39 SOURCE                  egltestcommonsgimageinfo.cpp
    40 SOURCE                  egltestcommonconversion.cpp
    41 SOURCE                  egltestcommoninisettings.cpp
    42 
    43 LIBRARY                 rfileloggerclient.lib
    44 LIBRARY                 euser.lib
    45 LIBRARY                 ws32.lib
    46 LIBRARY                 fbscli.lib
    47 LIBRARY                 gdi.lib
    48 LIBRARY                 bitgdi.lib 
    49 LIBRARY                 efsrv.lib
    50 LIBRARY                 libEGL.lib
    51 LIBRARY                 libOpenVG.lib
    52 LIBRARY                 libGLESv1_CM.lib
    53 #ifdef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    54 LIBRARY                 sgresource.lib
    55 #else
    56 LIBRARY                 graphicsresource.lib
    57 #endif //SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
    58 LIBRARY                 tgraphicsharness.lib
    59 LIBRARY                 testexecuteutils.lib
    60 LIBRARY                 testexecutelogclient.lib
    61 LIBRARY			iniparser.lib
    62 
    63 SMPSAFE