os/graphics/windowing/windowserver/group/framerate.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) 2007-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 // Standard CWsGraphics ECOM plugins for test
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 TARGET			framerate.dll
    23 TARGETTYPE		PLUGIN //ECOMIIC
    24 UID				0x10009D8D 0x102827FC
    25 capability		PowerMgmt ReadDeviceData WriteDeviceData ProtServ
    26 VENDORID		0x70000001
    27 
    28 
    29 USERINCLUDE 	../inc .
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN 
    31 
    32 SOURCEPATH		../test/tframerate
    33 SOURCE			proxy.cpp framerate.cpp wsgraphicdrawerngacontext.cpp wsgraphicdrawernonngacontext.cpp
    34 
    35 RESOURCE		framerate.RSS
    36 
    37 LIBRARY			ecom.lib estor.lib fbscli.lib euser.lib
    38 LIBRARY			wsgraphicdrawer.lib 
    39 LIBRARY			bitgdi.lib gdi.lib
    40 
    41 #ifdef WINS
    42 library			osbwin32.lib
    43 #endif
    44 SMPSAFE