textinput/peninputfingerhwrar/group/peninputfingerhwrar.mmp
branchRCL_3
changeset 3 f5a1e66df979
child 5 a47de9135b21
equal deleted inserted replaced
0:eb1f2e154e89 3:f5a1e66df979
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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:  Project definition file for project peninputfingerhwrar
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputfingerhwrar.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x2001E2C4
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 // Plugin Framework
       
    32 SOURCE    peninputfingerhwrarmain.cpp
       
    33 SOURCE    peninputfingerhwrarproxy.cpp
       
    34 SOURCE    peninputfingerhwrarlayout.cpp
       
    35 SOURCE    peninputfingerhwrarstatemanager.cpp
       
    36 SOURCE    peninputfingerhwrardatastore.cpp
       
    37 SOURCE    peninputfingerhwrarengine.cpp
       
    38 SOURCE    peninputfingerhwrarlafmanager.cpp
       
    39 SOURCE    peninputfingerhwrarwnd.cpp
       
    40 SOURCE    peninputfingerhwrarmultipagevkb.cpp 
       
    41 SOURCE    peninputfingerhwrarsymboltable.cpp
       
    42 SOURCE    peninputfingerhwrarindicator.cpp
       
    43 SOURCE    hbufcarrayar.cpp 
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 
       
    47 // This is a SYSTEMINCLUDE macro containing the middleware
       
    48 // layer specific include directories
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SYSTEMINCLUDE   /epoc32/include/ecom
       
    52 SYSTEMINCLUDE   ../../../inc
       
    53 
       
    54 SOURCEPATH      ../data
       
    55 
       
    56 START RESOURCE	2001E2C4.rss
       
    57 #ifdef SYMBIAN_SECURE_ECOM
       
    58 TARGET			peninputfingerhwrar.rsc
       
    59 #endif
       
    60 END
       
    61 
       
    62 START RESOURCE	peninputfingerhwrarwnd.rss
       
    63 HEADER
       
    64 TARGETPATH		RESOURCE_FILES_DIR
       
    65 END
       
    66 
       
    67 LIBRARY euser.lib 
       
    68 LIBRARY ecom.lib
       
    69 LIBRARY bitgdi.lib  
       
    70 LIBRARY gdi.lib 
       
    71 LIBRARY fbscli.lib
       
    72 LIBRARY ws32.lib
       
    73 LIBRARY cone.lib
       
    74 LIBRARY efsrv.lib
       
    75 LIBRARY bafl.lib
       
    76 LIBRARY estor.lib 
       
    77 
       
    78 LIBRARY aknlayout.lib
       
    79 LIBRARY aknlayout2.lib
       
    80 LIBRARY aknlayout2scalable.lib
       
    81 LIBRARY aknicon.lib 
       
    82 LIBRARY aknskins.lib
       
    83 LIBRARY avkon.lib
       
    84 
       
    85 LIBRARY centralrepository.lib 
       
    86 LIBRARY cenrepnotifhandler.lib
       
    87 
       
    88 LIBRARY peninputlayoutinterface.lib 
       
    89 LIBRARY peninputlayoutcontrol.lib
       
    90 LIBRARY peninputpluginutils.lib
       
    91 LIBRARY peninputcommonctrls.lib
       
    92 LIBRARY peninputcommonlayout.lib
       
    93 LIBRARY ptiengine.lib
       
    94 
       
    95 
       
    96 
       
    97 
       
    98 // End Of File