mulwidgets/mulsliderwidget/group/mulsliderwidget.mmp
changeset 17 3eca7e70b1b8
parent 3 4526337fb576
equal deleted inserted replaced
3:4526337fb576 17:3eca7e70b1b8
     1 /*
       
     2 * Copyright (c) 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 
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 //#include "../../../group/stdinc.mmh"  //for STL includes
       
    19 #define ALF_LINK_STDCPP_DLL
       
    20 
       
    21 TARGET                  mulsliderwidget.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 
       
    24 UID                     0x10009d8d 0x2000FA7F
       
    25 
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 #ifndef __WINSCW__
       
    31 EPOCALLOWDLLDATA
       
    32 #endif
       
    33 
       
    34 
       
    35 
       
    36 SOURCEPATH              ../src
       
    37 SOURCE                  mulsliderwidgetfactoryplugin.cpp
       
    38 SOURCE                  mulsliderwidget.cpp
       
    39 SOURCE                  mulslidercontrol.cpp
       
    40 SOURCE                  mulslidermodel.cpp
       
    41 SOURCE                  mulprogressbarslider.cpp
       
    42 SOURCE                  mulhorizontalslider.cpp
       
    43 SOURCE                  mulsliderlongtaptimer.cpp
       
    44 SOURCE                  mulverticalslider.cpp
       
    45 SOURCE					        mulsliderutils.cpp
       
    46 
       
    47 USERINCLUDE             ../../common/inc 
       
    48 USERINCLUDE             ../../muldatamodel/inc
       
    49 USERINCLUDE             ../inc 
       
    50 USERINCLUDE             ../../mullogging/inc
       
    51 USERINCLUDE             ../../../inc
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    55 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    56 
       
    57 
       
    58 LIBRARY                 euser.lib
       
    59 LIBRARY                 ecom.lib
       
    60 LIBRARY					osncore.lib 
       
    61 LIBRARY                 alfclient.lib
       
    62 LIBRARY                 alfwidgetmodel.lib
       
    63 LIBRARY                 alfwidgetutils.lib
       
    64 LIBRARY                 charconv.lib 
       
    65 LIBRARY                 libc.lib
       
    66 LIBRARY                 libstdcpp.lib
       
    67 LIBRARY                 cone.lib 
       
    68 LIBRARY                 gdi.lib 
       
    69 LIBRARY     			libpthread.lib
       
    70 LIBRARY                 aknlayout2hierarchy.lib
       
    71 LIBRARY      						aknlayout2scalable.lib
       
    72 LIBRARY                 avkon.lib 
       
    73 LIBRARY                 cdlengine.lib
       
    74 LIBRARY                 mulutility.lib
       
    75 LIBRARY                 mulmodelutility.lib 
       
    76 LIBRARY         		aknicon.lib 
       
    77 LIBRARY         		aknskins.lib
       
    78 LIBRARY        			fbscli.lib 
       
    79 LIBRARY                 touchfeedback.lib
       
    80 
       
    81 
       
    82 LANG                    SC
       
    83 START RESOURCE         2000FA7F.rss
       
    84 #ifdef SYMBIAN_SECURE_ECOM
       
    85 TARGET                  mulsliderwidget.rsc
       
    86 #endif
       
    87 END