textinput/peninputhwrfscn/group/peninputhwrfscn.mmp
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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 peninputhwrboxcn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputhwrfscn.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x2000B132
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 // Plugin Framework
       
    32 SOURCE          peninputhwrfscnmain.cpp
       
    33 SOURCE          peninputhwrfscnproxy.cpp
       
    34 
       
    35 SOURCE          peninputfullscrlayoutbase.cpp
       
    36 SOURCE          peninputhwrfscnlayout.cpp
       
    37 SOURCE          peninputhwrfscnbasepanel.cpp
       
    38 SOURCE          peninputhwrfscncandidatepanel.cpp
       
    39 SOURCE          peninputhwrfscncontrolbar.cpp
       
    40 SOURCE          peninputhwrfscnfunctionpanel.cpp
       
    41 SOURCE          peninputhwrfscnstatemanager.cpp
       
    42 SOURCE          peninputhwrfscnwritingbox.cpp
       
    43 SOURCE          peninputhwrfscndatastore.cpp
       
    44 SOURCE          peninputhwrtriggerstr.cpp
       
    45 SOURCE          peninputhwrengine.cpp
       
    46 SOURCE          peninputhwrfscnlafmanager.cpp
       
    47 SOURCE          peninputhwrfscnbkgnd.cpp
       
    48  
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 // This is a SYSTEMINCLUDE macro containing the middleware
       
    52 // layer specific include directories
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 SYSTEMINCLUDE   /epoc32/include/ecom
       
    56 SYSTEMINCLUDE   ../../../inc
       
    57 
       
    58 SOURCEPATH      ../data
       
    59 
       
    60 START RESOURCE	2000B132.rss
       
    61 #ifdef SYMBIAN_SECURE_ECOM
       
    62 TARGET			peninputhwrfscn.rsc
       
    63 #endif
       
    64 END
       
    65 
       
    66 START RESOURCE	peninputhwrfscreencn.rss
       
    67 HEADER
       
    68 TARGETPATH		RESOURCE_FILES_DIR
       
    69 END
       
    70 
       
    71 LIBRARY euser.lib 
       
    72 LIBRARY ecom.lib 
       
    73 LIBRARY gdi.lib 
       
    74 LIBRARY fbscli.lib
       
    75 LIBRARY ws32.lib
       
    76 LIBRARY cone.lib
       
    77 LIBRARY efsrv.lib
       
    78 LIBRARY bafl.lib
       
    79 LIBRARY bitgdi.lib 
       
    80 
       
    81 LIBRARY aknlayout.lib
       
    82 LIBRARY aknlayout2.lib
       
    83 LIBRARY aknlayout2scalable.lib
       
    84 LIBRARY aknicon.lib 
       
    85 LIBRARY aknskins.lib
       
    86 LIBRARY avkon.lib
       
    87 
       
    88 LIBRARY centralrepository.lib 
       
    89 LIBRARY cenrepnotifhandler.lib
       
    90 
       
    91 LIBRARY peninputlayoutinterface.lib 
       
    92 LIBRARY peninputlayoutcontrol.lib
       
    93 LIBRARY peninputpluginutils.lib
       
    94 LIBRARY peninputcommonctrls.lib
       
    95 LIBRARY peninputcommonlayout.lib
       
    96 LIBRARY ptiengine.lib
       
    97 
       
    98 
       
    99 
       
   100 // End Of File