glib/tsrc/BC/group/markup_test.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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET          markup_test.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x1000008D 0xE100000D
       
    23 
       
    24 MACRO SYMBIAN
       
    25 
       
    26 #if defined(EKA2)
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 #endif
       
    33 
       
    34 SOURCEPATH    ../src
       
    35 SOURCE        markup_test.c
       
    36 
       
    37 SYSTEMINCLUDE   ../inc
       
    38 SYSTEMINCLUDE   /epoc32/include 
       
    39 SYSTEMINCLUDE   /epoc32/include/internal
       
    40 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis
       
    41 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0
       
    42 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0/glib
       
    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 
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY			libc.lib
       
    52 LIBRARY			libglib.lib
       
    53 STATICLIBRARY		  libcrt0.lib
       
    54 
       
    55 
       
    56 
       
    57 SMPSAFE