apicompatanamdw/bcdrivers/os/ossrv/glib/group/spawn-test-win32-gui.mmp
changeset 2 0cb2248d0edc
equal deleted inserted replaced
1:61e9400fe245 2:0cb2248d0edc
       
     1 /*
       
     2 * Copyright (c) 2005-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 TARGET          spawn-test-win32-gui.exe
       
    20 TARGETTYPE      exe
       
    21 UID             0x1000008D 0xE1000001
       
    22 
       
    23 MACRO SYMBIAN
       
    24 
       
    25 #if defined(EKA2)
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 #endif
       
    32 
       
    33 SOURCEPATH    ..\tests
       
    34 SOURCE        spawn-test-win32-gui.c
       
    35 
       
    36 USERINCLUDE     ..\inc
       
    37 SYSTEMINCLUDE   \epoc32\include 
       
    38 SYSTEMINCLUDE   \epoc32\include\internal
       
    39 //SYSTEMINCLUDE	\epoc32\include\osextensions\stdapis
       
    40 SYSTEMINCLUDE	\epoc32\include\stdapis
       
    41 SYSTEMINCLUDE	\epoc32\include\stdapis\glib2\glib-2.0
       
    42 SYSTEMINCLUDE	\epoc32\include\stdapis\glib2\glib-2.0\glib
       
    43 
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY			libc.lib
       
    47 LIBRARY			libglib2.lib
       
    48 STATICLIBRARY		  libcrt0.lib
       
    49 
       
    50