alfwidgetutils/group/alfwidgetutils.mmp
branchRCL_3
changeset 26 0e9bb658ef58
parent 0 e83bab7cf002
equal deleted inserted replaced
25:4ea6f81c838a 26:0e9bb658ef58
       
     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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          alfwidgetutils.dll
       
    21 TARGETTYPE      DLL
       
    22 
       
    23 
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 #ifndef __WINSCW__
       
    29 EPOCALLOWDLLDATA
       
    30 #endif
       
    31 
       
    32 
       
    33 SOURCEPATH      ../src 
       
    34 
       
    35 SOURCE          alffactorypluginloader.cpp
       
    36 SOURCE          alffactorypluginloaderimpl.cpp
       
    37 SOURCE          alfwidgetfactoryloader.cpp
       
    38 SOURCE          alfwidgetfactoryloaderimpl.cpp
       
    39 
       
    40 SOURCE          alfexception.cpp
       
    41 SOURCE          alfattributeexception.cpp
       
    42 SOURCE          alfvisualexception.cpp
       
    43 SOURCE          alfelementexception.cpp
       
    44 SOURCE          alfdataexception.cpp
       
    45 SOURCE          alfwidgetexception.cpp
       
    46 
       
    47 USERINCLUDE     ../inc 
       
    48 USERINCLUDE     ../../inc
       
    49 
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    54 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY       osncore.lib
       
    59 LIBRARY					        libstdcpp.lib
       
    60 
       
    61 #define ALF_LINK_STDCPP_DLL
       
    62 // following include must be after definition
       
    63 
       
    64 LIBRARY                 libpthread.lib
       
    65 LIBRARY                 libc.lib
       
    66 LANG            SC
       
    67 // End of file