os/graphics/graphicscomposition/surfaceupdate/group/tsurfaceupdateserver.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // tsurfaceupdateserver.dll Test Surface Update Server library
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20  @test
    21 */
    22 
    23 
    24 target	tsurfaceupdateserver.dll
    25 uid		0x1000008D 0x10283546
    26 
    27 MACRO TEST_SURFACE_UPDATE
    28 
    29 /** Ideally, we would just include the following instead of a copy&pasting its content
    30 #include "surfaceupdateserver.mmh"
    31 however, we need to provide SwEvent capability so that the testharness is able to call 
    32 SendEventToAllWindowGroups to close all test panic dialogs without raising platsec errors.
    33 */
    34 
    35 // NOTE: Capabilities are same as surfaceupdateserver.mmp plus SwEvent
    36 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent
    37 targettype        DLL
    38 VENDORID 0x70000001
    39 
    40 sourcepath        ../src
    41 
    42 userinclude       ../inc
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    44 
    45 source          surfaceupdateserver.cpp
    46 
    47 library         euser.lib
    48 
    49 deffile           surfaceupdateserver.def
    50 
    51 EPOCALLOWDLLDATA
    52 
    53 SMPSAFE