glib/build/symbian/tests/group/libmoduletestplugin_b.mmp
branchRCL_3
changeset 56 acd3cd4aaceb
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 target			libmoduletestplugin_b.dll
       
    20 targettype			stddll
       
    21 
       
    22 UID               0x20004c45  0x1028308D
       
    23 #ifdef EKA2
       
    24 CAPABILITY ALL -TCB
       
    25 //VENDORID        VID_DEFAULT
       
    26 #endif
       
    27 
       
    28 userinclude			../../../../tests
       
    29 userinclude			../../../../gmodule
       
    30 //The top level directory is added to the include path by default
       
    31 //systeminclude			.  ..  ../glib  ../gmodule 
       
    32 
       
    33 //Adding the Symbian and PIPS include path
       
    34 systeminclude			/epoc32/include
       
    35 systeminclude			/epoc32/include/stdapis
       
    36 systeminclude			/epoc32/include/stdapis/glib-2.0
       
    37 
       
    38 sourcepath			../../../../tests
       
    39 source				libmoduletestplugin_b.c 
       
    40 
       
    41 //Adding some default libraries
       
    42 library			euser.lib libglib.lib libgobject.lib libgthread.lib libgmodule.lib
       
    43 library			libc.lib
       
    44 
       
    45 #ifndef WINSCW
       
    46 EPOCALLOWDLLDATA
       
    47 #endif
       
    48 
       
    49 SMPSAFE