mulwidgets/common/group/mulxmlutility.mmp
changeset 0 e83bab7cf002
child 2 b1a1f09f9110
equal deleted inserted replaced
-1:000000000000 0:e83bab7cf002
       
     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 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 //#include "../../../group/stdinc.mmh" //for STL includes
       
    21 
       
    22 TARGET                  mulutility.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008D 0x2000FA83
       
    25 
       
    26 
       
    27 CAPABILITY      	 	CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 #ifndef __WINSCW__
       
    31 EPOCALLOWDLLDATA
       
    32 #endif
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  mulimagevisualattributesetter.cpp
       
    36 SOURCE                  mulutility.cpp
       
    37 SOURCE			            mulkeyboardutility.cpp
       
    38 SOURCE                  mulvisualutility.cpp
       
    39 
       
    40 USERINCLUDE             ../inc 
       
    41 USERINCLUDE             ../../mullogging/inc
       
    42 USERINCLUDE             ../../../inc
       
    43 
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    48 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    49 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    50 
       
    51 // Alf Libraries
       
    52 LIBRARY                 alfclient.lib
       
    53 LIBRARY                 alfwidgetmodel.lib
       
    54 LIBRARY                 alfwidgetutils.lib
       
    55 
       
    56 
       
    57 // Osn Libraries
       
    58 LIBRARY			osncore.lib
       
    59 
       
    60 // STL Libraries
       
    61 LIBRARY			libstdcpp.lib
       
    62 
       
    63 
       
    64 // System Libraries
       
    65 LIBRARY                 aknskins.lib
       
    66 LIBRARY                 charconv.lib 
       
    67 LIBRARY                 euser.lib
       
    68 LIBRARY                 ecom.lib
       
    69 LIBRARY                 eikcore.lib
       
    70 LIBRARY                 avkon.lib
       
    71 LIBRARY  	              cone.lib
       
    72 LIBRARY 		            aknlayout2.lib
       
    73 LIBRARY 		            aknlayout2scalable.lib
       
    74 LIBRARY 		            aknlayout2hierarchy.lib
       
    75 LIBRARY 		            cdlengine.lib
       
    76 
       
    77 LIBRARY                 libc.lib
       
    78 LIBRARY			            libpthread.lib
       
    79 LIBRARY			            estor.lib
       
    80 LIBRARY			            mulmodelutility.lib
       
    81 LIBRARY                 mullogging.lib
       
    82 LIBRARY         	      alfresourcepool.lib //for resource pool
       
    83 
       
    84 LIBRARY			            efsrv.lib // for rfile,rfs
       
    85 
       
    86 LANG                    SC
       
    87 
       
    88