mulwidgets/muldatamodel/group/muldatamodelplugin.mmp
changeset 17 3eca7e70b1b8
parent 3 4526337fb576
equal deleted inserted replaced
3:4526337fb576 17:3eca7e70b1b8
     1 /*
       
     2 * Copyright (c) 2007-2008 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 
       
    21 TARGET          muldatamodelplugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009d8d 0x2000D23E
       
    24 
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 #ifndef __WINSCW__
       
    30 EPOCALLOWDLLDATA
       
    31 #endif
       
    32 
       
    33 SOURCEPATH 		../src
       
    34 
       
    35 SOURCE 			  mulmodelfactoryplugin.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../../inc
       
    39 USERINCLUDE     ../../../inc/mul
       
    40 USERINCLUDE		  ../../common/inc
       
    41 
       
    42 //Required by muldatamodel.UID
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    45 
       
    46 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 ecom.lib
       
    50 LIBRARY                 alfwidgetmodel.lib
       
    51 LIBRARY                 mullogging.lib  //for logging
       
    52 LIBRARY	                osncore.lib
       
    53 LIBRARY                 libc.lib
       
    54 LIBRARY                 libpthread.lib
       
    55 LIBRARY					        libstdcpp.lib
       
    56 LIBRARY                 muldatamodel.lib
       
    57 
       
    58 SOURCEPATH              ../data
       
    59 LANG                    SC
       
    60 START RESOURCE          2000d23e.rss
       
    61 #ifdef SYMBIAN_SECURE_ECOM
       
    62 TARGET                  muldatamodelplugin.rsc
       
    63 #endif
       
    64 END
       
    65 
       
    66 // End of File
       
    67