os/ossrv/glib/tsrc/BC/group/child-test2.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 
    19 
    20 MACRO			SYMBIAN
    21 MACRO			HAVE_CONFIG_H
    22 
    23 TARGET			child-test2.exe
    24 
    25 TARGETTYPE		exe
    26 
    27 UID               0x1000008d  0xEa000044
    28 
    29 
    30 #ifdef EKA2
    31 CAPABILITY ALL -TCB
    32 VENDORID        0x00000000
    33 #endif
    34 
    35 SYSTEMINCLUDE 	../inc
    36 SYSTEMINCLUDE 	../../../inc
    37 SYSTEMINCLUDE   ../tests
    38 SYSTEMINCLUDE		/epoc32/include 
    39 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis
    40 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0
    41 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0/glib
    42 
    43 SYSTEMINCLUDE		/epoc32/include/stdapis
    44 SYSTEMINCLUDE		/epoc32/include/stdapis/glib-2.0
    45 SYSTEMINCLUDE		/epoc32/include/stdapis/glib-2.0/glib
    46 
    47 
    48 
    49 
    50 SOURCEPATH	../tests
    51 SOURCE			child-test2.c
    52 
    53 
    54 STATICLIBRARY	libcrt0.lib
    55 LIBRARY 		libc.lib
    56 LIBRARY			euser.lib
    57 LIBRARY			libglib.lib
    58 LIBRARY			libgthread.lib
    59 
    60 
    61 //VENDORID VID_DEFAULT 
    62 
    63 SMPSAFE