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