widgetmodel/alfwidgetmodel/group/alfwidgetmodel.mmp
branchRCL_3
changeset 26 0e9bb658ef58
parent 0 e83bab7cf002
equal deleted inserted replaced
25:4ea6f81c838a 26:0e9bb658ef58
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *    Project definition file
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          alfwidgetmodel.dll
       
    24 TARGETTYPE      DLL
       
    25 
       
    26 
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 #ifndef __WINSCW__
       
    32 EPOCALLOWDLLDATA
       
    33 #endif
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 USERINCLUDE     ../../../inc
       
    37 
       
    38 // This is a SYSTEMINCLUDE macro containing the middleware
       
    39 // layer specific include directories
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 
       
    44 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    45 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    46 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    47 
       
    48 
       
    49 
       
    50 SOURCEPATH      ../src
       
    51 SOURCE          alfwidgeteventhandler.cpp
       
    52 SOURCE          alfwidgeteventhandlerimpl.cpp
       
    53 SOURCE          alfwidget.cpp
       
    54 SOURCE          alfwidgetimpl.cpp
       
    55 SOURCE          alfwidgetcontrol.cpp
       
    56 SOURCE          alfelement.cpp
       
    57 SOURCE          alfvisualtemplate.cpp
       
    58 SOURCE          alfreferencetovisual.cpp
       
    59 SOURCE          alfanimationoutput.cpp
       
    60 
       
    61 SOURCE          alfvarianttype.cpp
       
    62 SOURCE          alfmodel.cpp
       
    63 SOURCE          alfeventinput.cpp
       
    64 SOURCE          alfeventoutput.cpp
       
    65 SOURCE          alfrecyclinggridelement.cpp
       
    66 SOURCE          alfrecyclinggridelementimpl.cpp
       
    67 SOURCE          alfmodeloperation.cpp
       
    68 SOURCE          alfsort.cpp
       
    69 SOURCE          alfattribute.cpp
       
    70 SOURCE          alfattributevaluetype.cpp 
       
    71 SOURCE          alfenumvalue.cpp
       
    72 SOURCE          alfrealvalue.cpp
       
    73 SOURCE          alfstringvalue.cpp
       
    74 SOURCE          alfattributecontainer.cpp
       
    75 SOURCE          alfhostapiimpl.cpp
       
    76 SOURCE          alflayoutmanager.cpp
       
    77 SOURCE          alflayoutmanagerimpl.cpp
       
    78 SOURCE          alfgridlayoutmanager.cpp
       
    79 SOURCE          alfgridlayoutmanagerimpl.cpp
       
    80 SOURCE          alfanchorlayoutmanager.cpp
       
    81 SOURCE          alfanchorlayoutmanagerimpl.cpp
       
    82 SOURCE          alfcommonattributesetter.cpp
       
    83 SOURCE          alfcommonvisualattributesetter.cpp
       
    84 SOURCE          alfimagevisualattributesetter.cpp
       
    85 SOURCE          alftextvisualattributesetter.cpp
       
    86 SOURCE          alfgridlayoutattributesetter.cpp
       
    87 SOURCE          alfflowlayoutattributesetter.cpp
       
    88 SOURCE          alfcommonlayoutattributesetter.cpp
       
    89 
       
    90 SOURCE          alfanchorlayoutattributesetter.cpp
       
    91 
       
    92 SOURCE          alflinevisualattributesetter.cpp
       
    93 SOURCE          alfcurvepathlayoutattributesetter.cpp
       
    94 SOURCE          alfmeshvisualattributesetter.cpp
       
    95 SOURCE          alfviewportlayoutattributesetter.cpp
       
    96 SOURCE          alfdecklayoutattributesetter.cpp
       
    97 
       
    98 SOURCE          alfelementattributeownerimpl.cpp
       
    99 SOURCE          alfwidgetattributeownerimpl.cpp
       
   100 SOURCE          alfwidgetenvextension.cpp
       
   101 SOURCE          alfwidgetcommand.cpp
       
   102 SOURCE		      alfflowlayoutmanager.cpp
       
   103 SOURCE		      alfflowlayoutpolicyimpl.cpp
       
   104 SOURCE		      alfflowlayoutpreferencesimpl.cpp
       
   105 SOURCE		      alfgridlayoutpolicyimpl.cpp
       
   106 SOURCE          alfwidgetcontroleventfilter.cpp
       
   107 
       
   108 LANG            SC
       
   109 
       
   110 LIBRARY    euser.lib
       
   111 LIBRARY    efsrv.lib
       
   112 LIBRARY    flogger.lib
       
   113 LIBRARY    charconv.lib 
       
   114 
       
   115 LIBRARY    libc.lib
       
   116 
       
   117 LIBRARY    alfclient.lib 
       
   118 
       
   119 LIBRARY    osncore.lib 
       
   120 
       
   121 LIBRARY    alfwidgetutils.lib
       
   122 
       
   123 LIBRARY alfresourcepool.lib
       
   124     LIBRARY libstdcpp.lib 
       
   125 
       
   126 #define ALF_LINK_STDCPP_DLL
       
   127 // following include must be after definition
       
   128 
       
   129 LIBRARY     libpthread.lib
       
   130 #ifdef RD_TACTILE_FEEDBACK
       
   131 LIBRARY     touchfeedback.lib
       
   132 #endif // RD_TACTILE_FEEDBACK
       
   133 
       
   134 #ifdef RD_ALF_IN_PLATFORM
       
   135 
       
   136 #endif
       
   137 // End of file.