htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group/HtiKeyEventServicePlugin.mmp
changeset 38 aca9d8bb5fbc
parent 31 e7a04a6385be
child 39 a5449825eaf3
equal deleted inserted replaced
31:e7a04a6385be 38:aca9d8bb5fbc
     1 /*
       
     2 * Copyright (c) 2009 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:  ECOM implementation of key event service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HtiKeyEventServicePlugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID             0x10009D8D 0x1020DEC0
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          proxy.cpp
       
    33 SOURCE          HtiKeyEventServicePlugin.cpp
       
    34 SOURCE          KeyEventHandler.cpp
       
    35 SOURCE          PointerEventHandler.cpp
       
    36 SOURCE			MultiTouchPointerEventHandler.cpp MultiTouchPointerEvent.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE  ../data/1020DEC0.rss
       
    42 TARGET          HtiKeyEventServicePlugin.rsc
       
    43 END
       
    44 
       
    45 LIBRARY         apgrfx.lib
       
    46 LIBRARY         centralrepository.lib
       
    47 LIBRARY         cenrepnotifhandler.lib
       
    48 LIBRARY         ecom.lib
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         ws32.lib
       
    51 LIBRARY         flogger.lib
       
    52 LIBRARY         hal.lib
       
    53 
       
    54 SMPSAFE
       
    55 
       
    56 // End of file