egl/egltest/endpointtestsuite/automated/group/eglendpointtestserver.mmp
changeset 98 bf7481649c98
child 136 62bb7c97884c
equal deleted inserted replaced
85:cdf2f6e5c390 98:bf7481649c98
       
     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  @internalComponent - Internal Symbian test code 
       
    19 */
       
    20 
       
    21 
       
    22 TARGET                  eglendpointtestserver.exe
       
    23 TARGETTYPE              exe
       
    24 UID                     0x1000007a 0xA000E07E
       
    25 VENDORID                0x70000001
       
    26 
       
    27 CAPABILITY 		none
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 USERINCLUDE				../inc
       
    32 USERINCLUDE				../tinc
       
    33 
       
    34 SOURCEPATH				../src
       
    35 SOURCE                  localtestbase.cpp
       
    36 SOURCE                  egltest_localteststepfactory.cpp
       
    37 
       
    38 //Utils.
       
    39 SOURCEPATH				../tsrc
       
    40 SOURCE					egltest_surface.cpp
       
    41 SOURCE 					egltest_endpoint_images.cpp
       
    42 SOURCE					egltest_endpoint_engine_local.cpp
       
    43 SOURCE					egltest_endpoint_engine_execthread.cpp
       
    44 SOURCE					egltest_endpoint_util.cpp
       
    45 
       
    46 //Local test steps.
       
    47 SOURCEPATH				../tsrc
       
    48 SOURCE					egltest_endpointapiexposure_local.cpp
       
    49 SOURCE					egltest_endpointcreate_local.cpp
       
    50 SOURCE 					egltest_endpointacquire_local.cpp 
       
    51 SOURCE					egltest_endpointattrib_local.cpp
       
    52 SOURCE 					egltest_endpointimage_local.cpp 
       
    53 SOURCE					egltest_endpointlocking_local.cpp
       
    54 SOURCE					egltest_endpointstreaming_local.cpp
       
    55 SOURCE					egltest_endpointtearing_local.cpp
       
    56 SOURCE					egltest_endpointstreamingtests_local.cpp
       
    57 SOURCE					egltest_endpointnotification.cpp
       
    58 SOURCE					egltest_endpointdirtyarea.cpp
       
    59 
       
    60 SOURCEPATH				../scripts
       
    61 DOCUMENT				egltest_t_endpoint.script
       
    62 
       
    63 LIBRARY					rfileloggerclient.lib
       
    64 LIBRARY                 euser.lib
       
    65 LIBRARY                 libEGL.lib
       
    66 library         		libOpenVG.lib
       
    67 LIBRARY                 testexecuteutils.lib
       
    68 LIBRARY                 testexecutelogclient.lib
       
    69 LIBRARY                 ws32.lib
       
    70 LIBRARY                 fbscli.lib
       
    71 LIBRARY                 gdi.lib
       
    72 LIBRARY                 bitgdi.lib 
       
    73 LIBRARY                 hal.lib
       
    74 LIBRARY                 ecom.lib
       
    75 LIBRARY                 efsrv.lib
       
    76 LIBRARY					surfacemanager.lib
       
    77 LIBRARY 				surfaceupdateclient.lib
       
    78 
       
    79 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    80 EPOCSTACKSIZE	0xf000
       
    81 
       
    82 // Images used as source images to push through endpoints, and the same
       
    83 // image is then used as a "this is what it should look like" when an
       
    84 // image is acquired through the endpoint.
       
    85 START BITMAP image1.mbm
       
    86 	TARGETPATH resource/apps/egltest_endpoint
       
    87 	SOURCEPATH ../res
       
    88 	SOURCE c32 Image1.bmp
       
    89 END
       
    90 
       
    91 START BITMAP image2.mbm
       
    92 	TARGETPATH resource/apps/egltest_endpoint
       
    93 	SOURCEPATH ../res
       
    94 	SOURCE c32 Image2.bmp
       
    95 END
       
    96 
       
    97 START BITMAP image3.mbm
       
    98 	TARGETPATH resource/apps/egltest_endpoint
       
    99 	SOURCEPATH ../res
       
   100 	SOURCE c32 Image3.bmp
       
   101 END
       
   102 
       
   103 START BITMAP image4.mbm
       
   104 	TARGETPATH resource/apps/egltest_endpoint
       
   105 	SOURCEPATH ../res
       
   106 	SOURCE c32 Image4.bmp
       
   107 END
       
   108 
       
   109 SMPSAFE