textinput/peninputvkbcn/group/peninputvkbcn.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 peninputvkbcn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputvkbcn.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x1028185B
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 // Plugin Framework
       
    32 SOURCE          peninputvkbdatamgr.cpp
       
    33 SOURCE          peninputvkblayout.cpp
       
    34 SOURCE          peninputvkbmain.cpp
       
    35 SOURCE          peninputvkbproxy.cpp
       
    36 SOURCE          peninputvkbuistate.cpp
       
    37 SOURCE          peninputvkbuistatemgr.cpp
       
    38 SOURCE          peninputvkbuistatestandby.cpp
       
    39 SOURCE          peninputvkbuistatestandbycn.cpp
       
    40 SOURCE          peninputvkbuistatestandbycnwithchars.cpp
       
    41 SOURCE          peninputvkbuistatecompositionnochars.cpp
       
    42 SOURCE          peninputvkbuistatecompositionwithchars.cpp
       
    43 SOURCE          peninputvkbnumerickeymappingmgr.cpp
       
    44 SOURCE          peninputvkbcnlafdatamgr.cpp
       
    45 
       
    46 SOURCEPATH      ../ctrlsrc
       
    47 
       
    48 // control implementation
       
    49 SOURCE          peninputvkbclientarea.cpp
       
    50 SOURCE          peninputvkbcompositionfield.cpp
       
    51 SOURCE          peninputvkbctrlpool.cpp
       
    52 SOURCE          peninputvkbImlayout.cpp
       
    53 SOURCE          peninputvkblayoutpool.cpp
       
    54 SOURCE          peninputvkbwindow.cpp
       
    55 SOURCE          AknFepVkbPinyinAnalyser.cpp
       
    56 SOURCE          AknFepVkbPinyinAnalyserDb.cpp
       
    57 
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 USERINCLUDE     ../ctrlinc
       
    61 
       
    62 // This is a SYSTEMINCLUDE macro containing the middleware
       
    63 // layer specific include directories
       
    64 MW_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 SYSTEMINCLUDE   /epoc32/include/ecom
       
    67 SYSTEMINCLUDE   ../../../inc
       
    68 SYSTEMINCLUDE   ../../inc
       
    69 
       
    70 SOURCEPATH      ../srcdata
       
    71 
       
    72 START RESOURCE 1028185B.rss
       
    73     #ifdef SYMBIAN_SECURE_ECOM 
       
    74         TARGET peninputvkbcn.rsc
       
    75     #endif
       
    76 LANGUAGE_IDS
       
    77 END
       
    78 
       
    79 START RESOURCE  peninputvkbcn.rss
       
    80 HEADER
       
    81 TARGETPATH      RESOURCE_FILES_DIR
       
    82 LANGUAGE_IDS
       
    83 END
       
    84 
       
    85 LIBRARY         euser.lib 
       
    86 LIBRARY         ECom.lib 
       
    87 LIBRARY         efsrv.lib
       
    88 LIBRARY         gdi.lib 
       
    89 LIBRARY         bafl.lib 
       
    90 LIBRARY         avkon.lib
       
    91 LIBRARY         aknlayout.lib 
       
    92 LIBRARY         AknLayout2Scalable.lib 
       
    93 LIBRARY         aknicon.lib
       
    94 LIBRARY         centralrepository.lib 
       
    95 LIBRARY         ptiengine.lib 
       
    96 LIBRARY         cone.lib
       
    97 LIBRARY         ws32.lib
       
    98 LIBRARY         fbscli.lib
       
    99 
       
   100 LIBRARY         peninputlayoutinterface.lib 
       
   101 LIBRARY         peninputlayoutcontrol.lib
       
   102 LIBRARY         peninputpluginutils.lib
       
   103 LIBRARY         peninputcommonctrls.lib
       
   104 LIBRARY         aknskins.lib
       
   105 LIBRARY         estor.lib
       
   106 
       
   107 // End Of File