idlefw/plugins/wsplugin/group/aiwsplugin.mmp
branchRCL_3
changeset 8 d0529222e3f0
child 14 15e4dd19031c
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
       
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This is project specification for idle window server plug-
       
    15 *                in. The plug-in provides service for routing of numeric key
       
    16 *                events to Phone application and activation of key lock.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          aiwsplugin.dll
       
    23 TARGETTYPE      ANI
       
    24 UID             0x10003B22 0x10207206
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     ../inc
       
    29 USERINCLUDE     ../../../inc/common
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          aiwspluginanimdll.cpp
       
    34 SOURCE          aiwspluginanim.cpp
       
    35 SOURCE          modifierkeytracker.cpp
       
    36 // SOURCE          keylockhandler.cpp
       
    37 // SOURCE          keylockstates.cpp
       
    38 // SOURCE          keypadsettings.cpp
       
    39 SOURCE          numerickeyhandler.cpp
       
    40 // SOURCE          logslaunchhandler.cpp
       
    41 // SOURCE          sindlaunchhandler.cpp
       
    42 // SOURCE          keyhandlertimer.cpp
       
    43 SOURCE          panic.cpp
       
    44 
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         cone.lib
       
    48 LIBRARY			ws32.lib
       
    49 LIBRARY			apgrfx.lib
       
    50 LIBRARY			centralrepository.lib
       
    51 LIBRARY			flogger.lib
       
    52 
       
    53 LIBRARY			featmgr.lib
       
    54 LIBRARY         cenrepnotifhandler.lib
       
    55 LIBRARY         ptiengine.lib
       
    56 LIBRARY         keylockpolicyapi.lib
       
    57 
       
    58 LIBRARY			aiutils.lib
       
    59 
       
    60 // End of File