os/ossrv/glib/build/symbian/tests/gobject/group/ifaceinit.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			ifaceinit.exe
    20 targettype			exe
    21 
    22 UID               0x1000008d  0xe0000044
    23 
    24 #ifdef EKA2
    25 CAPABILITY ALL -TCB
    26 //VENDORID        VID_DEFAULT
    27 #endif
    28 
    29 //The src directory is added to the (user)include path by default
    30 userinclude			../../../../../tests/gobject
    31 systeminclude			../../../../../tests/gobject
    32 userinclude			../../inc
    33 //The top level directory is added to the include path by default
    34 //systeminclude			.. ../glib ../gmodule 
    35 
    36 //Adding the Symbian and PIPS include path
    37 systeminclude			/epoc32/include
    38 systeminclude			/epoc32/include/stdapis
    39 systeminclude			/epoc32/include/stdapis/glib-2.0
    40 sourcepath			../../../../../tests/gobject
    41 source			 ifaceinit.c
    42 
    43 //Adding some default libraries
    44 library			euser.lib libc.lib
    45 library			libglib.lib libgobject.lib libgthread.lib
    46 
    47 staticlibrary		libcrt0.lib
    48 staticlibrary		libtestgobject.lib
    49 
    50 SMPSAFE