textinput/peninputcommonctrls/group/peninputcommonctrls.mmp
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     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 file for common controls
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputcommonctrls.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008D 0x10281859
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 // From peninputbuttons
       
    28 SOURCEPATH      ../src/peninputbuttons
       
    29 SOURCE          peninputbutton.cpp
       
    30 
       
    31 // From peninputbasewindow
       
    32 SOURCEPATH      ../src/peninputbasewindow
       
    33 SOURCE          peninputbasewindow.cpp
       
    34 SOURCE          peninputbasewindowext.cpp
       
    35 
       
    36 // From peninputrangebar
       
    37 SOURCEPATH      ../src/peninputrangebar
       
    38 SOURCE          peninputrangebar.cpp
       
    39 
       
    40 // From peninputvkbctrl
       
    41 SOURCEPATH      ../src/peninputvkbctrl
       
    42 SOURCE          peninputvkbctrllayout.cpp
       
    43 SOURCE          peninputvkbctrlext.cpp
       
    44 
       
    45 // From peninputdropdownlist
       
    46 SOURCEPATH      ../src/peninputdropdownlist
       
    47 SOURCE          peninputbitmapdb.cpp
       
    48 SOURCE          peninputcandidate.cpp
       
    49 SOURCE          peninputdropdownlist.cpp
       
    50 SOURCE          peninputlist.cpp
       
    51 SOURCE          peninputlistmanager.cpp
       
    52 SOURCE          peninputlistmultirowwithicon.cpp
       
    53 SOURCE          peninputlistmultirowwithouticon.cpp
       
    54 SOURCE          peninputlistonerowwithicon.cpp
       
    55 SOURCE          peninputlistonerowwithouticon.cpp
       
    56 SOURCE          peninputpages.cpp
       
    57 SOURCE          peninputlistmultirowrollwithicon.cpp
       
    58 SOURCE          peninputlistonerowrollwithicon.cpp
       
    59 SOURCE          peninputlistexpandablemultirowwithouticon.cpp
       
    60 SOURCE			peninputlistmultirowwithiconwithbubble.cpp
       
    61 SOURCE			peninputlistonerowwithiconwithbubble.cpp
       
    62 SOURCE			peninputlistonerowwithouticonwithbubble.cpp
       
    63 SOURCE			peninputlistmultirowrollwithiconwithbubble.cpp
       
    64 SOURCE			peninputlistonerowrollwithiconwithbubble.cpp
       
    65 
       
    66 // From peninputselectionlist
       
    67 SOURCEPATH      ../src/peninputselectionlist
       
    68 SOURCE          peninputselectionlist.cpp
       
    69 SOURCE          peninputlayoutinputmodechoice.cpp
       
    70 SOURCE          peninputscrollablelist.cpp
       
    71 SOURCE		peninputcommonchoicelist.cpp
       
    72 // From peninputlabel
       
    73 SOURCEPATH      ../src/peninputlabel
       
    74 SOURCE           peninputlabel.cpp
       
    75 
       
    76 USERINCLUDE     ../inc/peninputbasewindow
       
    77 USERINCLUDE     ../inc/peninputbuttons
       
    78 USERINCLUDE     ../inc/peninputgeneralheaders
       
    79 USERINCLUDE     ../inc/peninputdropdownlist
       
    80 USERINCLUDE     ../inc/peninputrangebar
       
    81 USERINCLUDE     ../inc/peninputselectionlist
       
    82 USERINCLUDE     ../inc/peninputlabel
       
    83 USERINCLUDE     ../inc/peninputvkbctrl
       
    84 
       
    85 
       
    86 // This is a SYSTEMINCLUDE macro containing the middleware
       
    87 // layer specific include directories
       
    88 MW_LAYER_SYSTEMINCLUDE
       
    89 
       
    90 SYSTEMINCLUDE   /epoc32/include/ecom
       
    91 SYSTEMINCLUDE   ../../../inc
       
    92 SYSTEMINCLUDE   ../../inc
       
    93 
       
    94 SOURCEPATH      ../srcdata
       
    95 
       
    96 // general resource file
       
    97 
       
    98 START RESOURCE  peninputmodeswitchutilsnew.rss
       
    99 HEADER
       
   100 TARGETPATH      RESOURCE_FILES_DIR
       
   101 LANGUAGE_IDS
       
   102 END
       
   103 START RESOURCE  peninputmodeswitchutils.rss
       
   104 TARGETPATH      RESOURCE_FILES_DIR
       
   105 END
       
   106 
       
   107 LIBRARY         euser.lib 
       
   108 LIBRARY         cone.lib
       
   109 LIBRARY         ws32.lib 
       
   110 LIBRARY         bafl.lib 
       
   111 LIBRARY         efsrv.lib 
       
   112 LIBRARY         bitgdi.lib 
       
   113 LIBRARY         gdi.lib 
       
   114 LIBRARY         fbscli.lib
       
   115 LIBRARY         aknicon.lib 
       
   116 LIBRARY         peninputlayoutcontrol.lib
       
   117 LIBRARY         peninputpluginutils.lib
       
   118 LIBRARY         aknskins.lib
       
   119 LIBRARY         avkon.lib
       
   120 LIBRARY         eikcore.lib
       
   121 LIBRARY         aknlayout.lib 
       
   122 LIBRARY         AknLayout2Scalable.lib 
       
   123 LIBRARY         commonengine.lib
       
   124 LIBRARY         CentralRepository.lib
       
   125 #ifdef RD_TACTILE_FEEDBACK
       
   126 LIBRARY                 FeatMgr.lib                // feature manager
       
   127 LIBRARY                 touchfeedback.lib
       
   128 #endif // RD_TACTILE_FEEDBACK
       
   129 // End Of File