widgetmodel/alfwidgetfactory/group/alfwidgetfactory.mmp
changeset 17 3eca7e70b1b8
parent 3 4526337fb576
equal deleted inserted replaced
3:4526337fb576 17:3eca7e70b1b8
     1 /*
       
     2 * Copyright (c) 2006 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 for project alfclient
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 
       
    21 TARGET                  alfwidgetfactory.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                     0x10009d8d 0x10282329
       
    24 
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 #ifndef __WINSCW__
       
    30 EPOCALLOWDLLDATA
       
    31 #endif
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  alfwidgetfactoryplugin.cpp
       
    35 SOURCE                  alfwidgetfactory.cpp
       
    36 
       
    37 USERINCLUDE             ../inc 
       
    38 USERINCLUDE             ../../../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    43 
       
    44 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY                 euser.lib
       
    47 LIBRARY                 libc.lib
       
    48 
       
    49 LIBRARY                 alfclient.lib
       
    50 LIBRARY                 alfwidgetutils.lib
       
    51 LIBRARY                 osncore.lib
       
    52 LIBRARY                 libstdcpp.lib
       
    53 #define ALF_LINK_STDCPP_DLL
       
    54 // following include must be after definition
       
    55 
       
    56 LIBRARY         		libpthread.lib
       
    57 
       
    58 LANG                    SC
       
    59 START RESOURCE          10282329.rss
       
    60 #ifdef SYMBIAN_SECURE_ECOM
       
    61 TARGET                  alfwidgetfactory.rsc
       
    62 #endif
       
    63 END
       
    64 
       
    65