windowing/windowserver/group/samplegraphictestsurfacemulti.mmp
branchRCL_3
changeset 18 5e30ef2e26cb
equal deleted inserted replaced
11:fed1595b188e 18:5e30ef2e26cb
       
     1 // Copyright (c) 2008-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 // samplegraphictestsurfacemulti.dll Sample test crp for surfaces
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			samplegraphictestsurfacemulti.dll
       
    23 CAPABILITY		All -Tcb
       
    24 TARGETTYPE		dll
       
    25 
       
    26 UID 0x1000008D 0x10285E99
       
    27 VENDORID		0x70000001
       
    28 
       
    29 MACRO			SYMBIAN_GRAPHICS_GCE
       
    30 
       
    31 DEFFILE			samplegraphictestsurfacemulti.DEF
       
    32 
       
    33 SOURCEPATH		../tgce/samplegraphictestsurfacemultidrawer
       
    34 
       
    35 USERINCLUDE     ../nga/samplegraphicsurfacedrawer ../inc
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY			euser.lib
       
    40 LIBRARY			wsgraphicdrawer.lib 
       
    41 LIBRARY			samplegraphicsurface.lib
       
    42 LIBRARY			fbscli.lib ws32.lib estor.lib
       
    43 UNPAGED
       
    44 
       
    45 SOURCE graphictestsurfacemulti.cpp
       
    46 SMPSAFE