textinput/peninputcommonctrlsjp/group/peninputcommonctrlsjp.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 file for common controls
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          peninputcommonctrlsjp.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008D 0x1028241D
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          peninputcontextfieldjp.cpp
       
    30 SOURCE          peninputhiraganakanji.cpp
       
    31 SOURCE          peninputjapaneseview.cpp
       
    32 SOURCE          peninputjapanesecandidatewnd.cpp
       
    33 SOURCE          peninputjapanesecandidatelistbox.cpp
       
    34 SOURCE          peninputjapanesecandidatecelllistboxdata.cpp
       
    35 SOURCE          peninputjapanesepredictivewnd.cpp
       
    36 SOURCE          peninputjapanesepredictivelistbox.cpp
       
    37 SOURCE          peninputjapanesepredictivecelllistboxdata.cpp
       
    38 SOURCE          peninputjapanesepredictivelistboxitemdrawer.cpp
       
    39 SOURCE          peninputjapanesepredictivelistboxmodel.cpp
       
    40 SOURCE          peninputjapanesepredictivelistboxview.cpp
       
    41 SOURCE          peninputlayoutwindowjp.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 // This is a SYSTEMINCLUDE macro containing the middleware
       
    46 // layer specific include directories
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 //SYSTEMINCLUDE   /epoc32/include
       
    50 SYSTEMINCLUDE   /epoc32/include/ecom  // using Japanese layoutwindowjp only
       
    51 SYSTEMINCLUDE   ../../../inc
       
    52 SYSTEMINCLUDE   ../../inc
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         cone.lib
       
    56 LIBRARY         ws32.lib
       
    57 LIBRARY         bitgdi.lib
       
    58 LIBRARY         gdi.lib
       
    59 LIBRARY         fbscli.lib
       
    60 LIBRARY         aknicon.lib
       
    61 LIBRARY         peninputlayoutcontrol.lib
       
    62 LIBRARY         ptiengine.lib
       
    63 LIBRARY         eikcoctl.lib
       
    64 LIBRARY         eikctl.lib
       
    65 LIBRARY         eikcore.lib
       
    66 LIBRARY         egul.lib
       
    67 LIBRARY         avkon.lib
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         aknlayout.lib   // using Chinese and Japanese
       
    70 LIBRARY         AknSkins.lib    // using Chinese and Japanese
       
    71 LIBRARY         AknLayout2Scalable.lib  // using Japanese only
       
    72 LIBRARY         peninputcommonctrls.lib  // using Japanese layoutwindowjp only
       
    73 LIBRARY         peninputcommonlayout.lib // using Japanese layoutwindowjp only
       
    74 LIBRARY         aknpictograph.lib // using Pictograph
       
    75 LIBRARY         peninputpluginutils.lib
       
    76 
       
    77 // End Of File