os/ossrv/glib/build/symbian/tests/group/libmoduletestplugin_a.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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_a.dll
    20 targettype			stddll
    21 
    22 UID               0x20004c45  0x1028308D
    23 
    24 #ifdef EKA2
    25 CAPABILITY ALL -TCB
    26 //VENDORID VID_DEFAULT
    27 #endif
    28 
    29 userinclude			../../../../tests
    30 userinclude			../../../../gmodule
    31 //The top level directory is added to the include path by default
    32 //systeminclude			.  ..  ../glib  ../gmodule 
    33 
    34 //Adding the Symbian and PIPS include path
    35 systeminclude			/epoc32/include
    36 systeminclude			/epoc32/include/stdapis
    37 systeminclude			/epoc32/include/stdapis/glib-2.0
    38 
    39 sourcepath			../../../../tests
    40 source				libmoduletestplugin_a.c 
    41 
    42 //Adding some default libraries
    43 library			euser.lib libglib.lib libgobject.lib libgthread.lib libgmodule.lib
    44 library			libc.lib
    45 
    46 #ifndef WINSCW
    47 EPOCALLOWDLLDATA
    48 #endif
    49 
    50 SMPSAFE