glib/tsrc/BC/group/g_test1.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET			g_test1.exe
       
    21 TARGETTYPE	exe
       
    22 UID 		0x1000008d 0xE04f98fe
       
    23 
       
    24 #if defined(EKA2)
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 #endif
       
    31 
       
    32 MACRO	SYMBIAN
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          tg_test1.c
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 SYSTEMINCLUDE   	../tests/gobject
       
    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/sys
       
    45 SYSTEMINCLUDE   /epoc32/include/stdapis/glib-2.0
       
    46 
       
    47 SYSTEMINCLUDE   /epoc32/include 
       
    48 SYSTEMINCLUDE   /epoc32/include/internal
       
    49 
       
    50 LIBRARY         libgobject.lib
       
    51 LIBRARY         libglib.lib
       
    52 LIBRARY         libc.lib
       
    53 LIBRARY         libgmodule.lib
       
    54 LIBRARY         libpthread.lib
       
    55 LIBRARY         libgthread.lib
       
    56 LIBRARY         euser.lib
       
    57 STATICLIBRARY         libcrt0.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 // End of File
       
    62 
       
    63 SMPSAFE