os/ossrv/glib/build/symbian/tests/group/libmoduletestplugin_b.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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