textinput/peninputhwrboxjp/group/peninputhwrboxjp.mmp
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 peninputgenerichwr
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputhwrboxjp.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x1028241B
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          peninputhwrboxmain.cpp
       
    31 SOURCE          peninputhwrboxproxy.cpp
       
    32 SOURCE          peninputhwrboxlayoutimp.cpp
       
    33 SOURCE          peninputhwrboxlayout.cpp
       
    34 SOURCE          peninputhwrboxdatamgr.cpp
       
    35 SOURCE          peninputhwrboxwindow.cpp
       
    36 SOURCE          peninputhwrboxuistate.cpp
       
    37 SOURCE          peninputhwrboxuistatestandby.cpp
       
    38 SOURCE          peninputhwrboxuistatestandbyjp.cpp
       
    39 SOURCE          peninputhwrboxuistatewithtransitorychars.cpp
       
    40 SOURCE          peninputhwrboxuistatepenstandby.cpp
       
    41 SOURCE          peninputhwrboxuistatepenbeginwriting.cpp
       
    42 SOURCE          peninputhwrboxuistatepenendwriting.cpp
       
    43 SOURCE          peninputhwrboxuistatepencandidateselecting.cpp
       
    44 SOURCE          peninputhwrboxrecognizer.cpp
       
    45 SOURCE          peninputhwrboxgroup.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 
       
    49 // This is a SYSTEMINCLUDE macro containing the middleware
       
    50 // layer specific include directories
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SYSTEMINCLUDE   /epoc32/include/ecom
       
    54 SYSTEMINCLUDE   ../../../inc
       
    55 SYSTEMINCLUDE   ../../inc
       
    56 
       
    57 SOURCEPATH      ../srcdata
       
    58 
       
    59 START RESOURCE 1028241B.rss
       
    60     #ifdef SYMBIAN_SECURE_ECOM
       
    61         TARGET peninputhwrboxjp.rsc
       
    62     #endif
       
    63 END
       
    64 
       
    65 RESOURCE  peninputhwrwindowjp.rss                 // Resource file for HWR window
       
    66 RESOURCE  peninputhwrwindowconfiginfo_32.rss
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         ws32.lib
       
    70 LIBRARY         ECom.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         gdi.lib
       
    73 LIBRARY         bafl.lib
       
    74 LIBRARY         avkon.lib
       
    75 LIBRARY         aknlayout.lib
       
    76 LIBRARY         AknLayout2Scalable.lib
       
    77 LIBRARY         aknicon.lib
       
    78 LIBRARY         centralrepository.lib
       
    79 LIBRARY         ptiengine.lib
       
    80 LIBRARY         cone.lib
       
    81 LIBRARY         aknskins.lib
       
    82 LIBRARY         bitgdi.lib
       
    83 
       
    84 LIBRARY         peninputlayoutinterface.lib
       
    85 LIBRARY         peninputlayoutcontrol.lib
       
    86 LIBRARY         peninputpluginutils.lib
       
    87 LIBRARY         peninputcommonctrls.lib
       
    88 LIBRARY         peninputcommonlayout.lib
       
    89 LIBRARY         peninputcommonctrlsjp.lib
       
    90 
       
    91 // End Of File