os/graphics/windowing/windowserver/group/Click.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) 2001-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 TARGET			click.dll
    17 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ
    18 TARGETTYPE		DLL
    19 
    20 SOURCEPATH		../test/TClick
    21 SOURCE			CLICK.CPP
    22 #if defined(WINS)
    23 SOURCE			LOGWIN.CPP
    24 #endif
    25 
    26 USERINCLUDE		../inc
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    28 
    29 LIBRARY			euser.lib
    30 LIBRARY			ws32.lib
    31 #if defined(WINS)
    32 LIBRARY			emulator.lib
    33 #endif
    34 
    35 START WINS
    36 WIN32_LIBRARY	gdi32.lib user32.lib
    37 END
    38 
    39 #ifdef WINSCW
    40 DEFFILE WSClick.DEF
    41 #else
    42 DEFFILE wsclick.def 
    43 #endif
    44 
    45 UID				268455779 268455780
    46 VENDORID 0x70000001
    47 
    48 SMPSAFE