textinput/peninputgenericitut/group/peninputgenericitut.mmp
changeset 0 eb1f2e154e89
child 5 a47de9135b21
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 peninputgenericitut
       
    15 *
       
    16 */
       
    17 
       
    18 #include <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputgenericitut.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x2000B0FF
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 // Plugin Framework
       
    32 SOURCE          peninputgenericitutmain.cpp
       
    33 SOURCE          peninputgenericitutproxy.cpp
       
    34 SOURCE          peninputgenericitutlayoutimp.cpp
       
    35 SOURCE          peninputgenericitutdatamgr.cpp
       
    36 SOURCE          peninputgenericitutlayout.cpp
       
    37 
       
    38 SOURCE          peninputgenericitutuimgrbase.cpp
       
    39 SOURCE          peninputitutchnuimgr.cpp
       
    40 
       
    41 SOURCE          peninputgenericitutuistatebase.cpp
       
    42 SOURCE          peninputitutchnuistatestandby.cpp
       
    43 SOURCE          peninputitutchnuistatepredict.cpp
       
    44 SOURCE          peninputitutchnuistatestrokezhuyincomposition.cpp
       
    45 SOURCE          peninputitutchnuistatepinyincomposition.cpp
       
    46 
       
    47 SOURCE          peninputitutwesternuimgr.cpp
       
    48 SOURCE          peninputitutwesternuistatenonpredict.cpp
       
    49 SOURCE          peninputitutwesternuistatecusotmization.cpp
       
    50 SOURCE          peninputitutwesternuistatematchselection.cpp
       
    51 
       
    52 SOURCE          peninputgenericitutconverter.cpp
       
    53 SOURCE          peninputitutcustomizationresourcemgr.cpp
       
    54 SOURCE          peninputcommonbgctrl.cpp
       
    55 SOURCE          peninputrepeatbuttonex.cpp
       
    56 SOURCE          peninputitutwesternuistatespelling.cpp
       
    57 SOURCE          peninputgenericitutwindow.cpp
       
    58 SOURCE          peninputgenericitutwindowmanager.cpp
       
    59 
       
    60 USERINCLUDE     ../inc
       
    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 2000b0ff.rss
       
    73     #ifdef SYMBIAN_SECURE_ECOM 
       
    74         TARGET peninputgenericitut.rsc
       
    75     #endif
       
    76 END
       
    77 
       
    78 // general resource file
       
    79 
       
    80 // common for all languages
       
    81 //RESOURCE        peninputgeneralitut.rss
       
    82 START RESOURCE peninputgeneralitutnew.rss
       
    83 HEADER
       
    84 LANGUAGE_IDS
       
    85 END
       
    86 
       
    87 // chinese specific resources
       
    88 RESOURCE        peninputitutconfig_chinese.rss
       
    89 
       
    90 // western specific resources
       
    91 RESOURCE        peninputitutconfig_latin.rss
       
    92 RESOURCE        peninputitutconfig_cyrillic.rss
       
    93 RESOURCE        peninputitutconfig_greek.rss
       
    94 RESOURCE        peninputitutconfig_hebrew.rss
       
    95 RESOURCE        peninputitutconfig_arabic.rss
       
    96 RESOURCE        peninputitutconfig_farsi.rss
       
    97 RESOURCE        peninputitutconfig_urdu.rss
       
    98 RESOURCE        peninputitutconfig_thai.rss
       
    99 RESOURCE        peninputitutconfig_devanagari.rss
       
   100 RESOURCE        peninputitutconfig_korean.rss
       
   101 
       
   102 // remember to remove uncessary libs
       
   103 LIBRARY         euser.lib
       
   104 LIBRARY         ECom.lib
       
   105 LIBRARY         gdi.lib
       
   106 LIBRARY         bafl.lib
       
   107 LIBRARY         aknlayout.lib
       
   108 LIBRARY         AknLayout2Scalable.lib
       
   109 LIBRARY         aknicon.lib 
       
   110 LIBRARY         avkon.lib
       
   111 LIBRARY         ptiengine.lib 
       
   112 LIBRARY         peninputlayoutinterface.lib 
       
   113 LIBRARY         peninputlayoutcontrol.lib
       
   114 LIBRARY         peninputcommonctrls.lib
       
   115 LIBRARY         cone.lib
       
   116 LIBRARY         peninputpluginutils.lib
       
   117 LIBRARY         ws32.lib
       
   118 LIBRARY         aknskins.lib
       
   119 LIBRARY         efsrv.lib
       
   120 LIBRARY         estor.lib
       
   121 LIBRARY         fbscli.lib
       
   122 LIBRARY 		bitgdi.lib 
       
   123 LIBRARY         commonengine.lib
       
   124 
       
   125 // End Of File