textinput/peninputvkbjp/group/peninputvkbjp.mmp
branchRCL_3
changeset 21 ecbabf52600f
parent 0 eb1f2e154e89
equal deleted inserted replaced
20:ebd48d2de13c 21:ecbabf52600f
       
     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 peninputvkbjp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputvkbjp.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x1028241A
       
    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          peninputvkblayoutimp.cpp
       
    35 SOURCE          peninputvkbmain.cpp
       
    36 SOURCE          peninputvkbproxy.cpp
       
    37 SOURCE          peninputvkbuistate.cpp
       
    38 SOURCE          peninputvkbuistatestandby.cpp
       
    39 SOURCE          peninputvkbuistatestandbyjp.cpp
       
    40 SOURCE          peninputvkbuistatewithtransitorychars.cpp
       
    41 SOURCE          peninputvkbctrlextjp.cpp
       
    42 SOURCE          peninputvkbwindow.cpp
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 
       
    46 // This is a SYSTEMINCLUDE macro containing the middleware
       
    47 // layer specific include directories
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SYSTEMINCLUDE   /epoc32/include/ecom
       
    51 SYSTEMINCLUDE   ../../../inc
       
    52 SYSTEMINCLUDE   ../../inc
       
    53 
       
    54 SOURCEPATH      ../srcdata
       
    55 
       
    56 START RESOURCE 1028241A.rss
       
    57     #ifdef SYMBIAN_SECURE_ECOM
       
    58         TARGET peninputvkbjp.rsc
       
    59     #endif
       
    60 END
       
    61 
       
    62 RESOURCE  peninputvkbwindowjp.rss                 // Resource file for VKB window
       
    63 RESOURCE  peninputvkbwindowconfiginfo_32.rss
       
    64 
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         ECom.lib
       
    67 LIBRARY         efsrv.lib
       
    68 LIBRARY         gdi.lib
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         avkon.lib
       
    71 LIBRARY         aknlayout.lib
       
    72 LIBRARY         AknLayout2Scalable.lib
       
    73 LIBRARY         aknicon.lib
       
    74 LIBRARY         centralrepository.lib
       
    75 LIBRARY         ptiengine.lib
       
    76 LIBRARY         cone.lib
       
    77 LIBRARY         ws32.lib
       
    78 
       
    79 LIBRARY         peninputlayoutinterface.lib
       
    80 LIBRARY         peninputlayoutcontrol.lib
       
    81 LIBRARY         peninputpluginutils.lib
       
    82 LIBRARY         peninputcommonctrls.lib
       
    83 LIBRARY         peninputcommonctrlsjp.lib
       
    84 LIBRARY         peninputcommonlayout.lib
       
    85 
       
    86 // End Of File