textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutcontrol.mmp
changeset 0 eb1f2e154e89
child 5 a47de9135b21
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2005-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 peninputlayoutcontrol
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 target                  peninputlayoutcontrol.DLL
       
    23 targettype              DLL
       
    24 uid                     0x1000008D 0x10281851
       
    25 
       
    26 MACRO		__ALPHA_TRANCEPARENCY__
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 sourcepath              .
       
    31 
       
    32 SOURCE                  peninputuilayout.cpp
       
    33 SOURCE                  peninputlayoutbasecontrol.cpp
       
    34 SOURCE                  peninputlayoutbutton.cpp 
       
    35 SOURCE                  peninputlayoutcandidatewnd.cpp
       
    36 SOURCE                  peninputlayouthwrwindow.cpp
       
    37 SOURCE                  peninputlayoutcontrolgroup.cpp
       
    38 SOURCE                  peninputlayouttimer.cpp
       
    39 SOURCE                  peninputinputcontextfield.cpp
       
    40 SOURCE                  peninputlayouteditareabase.cpp
       
    41 SOURCE                  peninputlayoutinsertionpoint.cpp
       
    42 SOURCE                  peninputlayoutvkb.cpp
       
    43 SOURCE                  peninputlayoutrootctrl.cpp
       
    44 SOURCE                  peninputlayoutpopupwnd.cpp
       
    45 SOURCE                  peninputlayoutchoicelist.cpp
       
    46 SOURCE                  peninputlayoutlatchbutton.cpp
       
    47 SOURCE                  peninputfullscrlayout.cpp
       
    48 SOURCE                  peninputlayoutvkbkeyctrl.cpp
       
    49 SOURCE                  peninputlayoutmultilineicf.cpp
       
    50 SOURCE                  peninputlayoutmicfcustomdraw.cpp
       
    51 SOURCE                  peninputlayoutmicfnomatchesinline.cpp
       
    52 SOURCE                  peninputlayoutaknchoicelist.cpp
       
    53 SOURCE                  peninputlayoutbubblectrl.cpp
       
    54 SOURCE                  peninputlayoutcursor.cpp
       
    55 SOURCE                  peninputlayoutmultilineicfeditor.cpp
       
    56 SOURCE                  peninputpentracedecorator.cpp
       
    57 SOURCE                  peninputlayoutsmiley.cpp
       
    58 
       
    59 userinclude             ../../inc/peninputlayoutcontrolinc
       
    60 
       
    61 // This is a SYSTEMINCLUDE macro containing the middleware
       
    62 // layer specific include directories
       
    63 MW_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 SYSTEMINCLUDE           /epoc32/include/ecom
       
    66 SYSTEMINCLUDE           ../../../../inc
       
    67 SYSTEMINCLUDE           ../../../inc
       
    68 
       
    69 
       
    70 
       
    71 
       
    72 LIBRARY                 euser.lib
       
    73 LIBRARY                 ws32.lib
       
    74 LIBRARY                 bitgdi.lib
       
    75 LIBRARY                 gdi.lib
       
    76 LIBRARY                 fbscli.lib
       
    77 LIBRARY                 aknicon.lib
       
    78 LIBRARY                 cone.lib
       
    79 LIBRARY                 estor.lib
       
    80 LIBRARY                 aknskins.lib 
       
    81 LIBRARY                 aknskinsrv.lib 
       
    82 LIBRARY                 aknswallpaperutils.lib 
       
    83 LIBRARY                 eikcore.lib
       
    84 LIBRARY                 avkon.lib
       
    85 LIBRARY                 centralrepository.lib
       
    86 LIBRARY                 etext.lib
       
    87 LIBRARY                 form.lib
       
    88 LIBRARY                 eikcoctl.lib
       
    89 LIBRARY                 tagma.lib
       
    90 LIBRARY                 bafl.lib
       
    91 LIBRARY                 egul.lib
       
    92 LIBRARY                 eikctl.lib
       
    93 
       
    94 
       
    95 LIBRARY                 AknLayout2Scalable.lib 
       
    96 LIBRARY                 AknLayout2.lib
       
    97 LIBRARY                 CdlEngine.lib
       
    98 LIBRARY         		peninputpluginutils.lib
       
    99 #ifdef RD_TACTILE_FEEDBACK
       
   100 LIBRARY                 FeatMgr.lib                // feature manager
       
   101 LIBRARY                 touchfeedback.lib
       
   102 #endif // RD_TACTILE_FEEDBACK
       
   103 #if defined(WINSCW)
       
   104     deffile    ../../bwins/peninputlayoutcontrol.DEF
       
   105 #elif defined(MARM_ARMV5)
       
   106     deffile    ../../eabi/peninputlayoutcontrol.DEF
       
   107 #endif