os/ossrv/glib/build/symbian/tests/group/completion_test.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 #include <platform_paths.hrh>
    20 
    21 target			completion_test.exe
    22 targettype			exe
    23 UID               0x1000008d  0xe0000003
    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 //The src directory is added to the (user)include path by default
    34 userinclude			../../../../tests
    35 systeminclude			../../../../tests
    36 
    37 userinclude			../inc
    38 //The top level directory is added to the include path by default
    39 //systeminclude			.. 			 ../glib 			 
    40 
    41 //Adding the Symbian and PIPS include path
    42 systeminclude			/epoc32/include
    43 systeminclude			/epoc32/include/stdapis
    44 systeminclude			/epoc32/include/stdapis/glib-2.0
    45 sourcepath			../../../../tests
    46 source			 completion-test.c
    47 
    48 //Adding some default libraries
    49 library			euser.lib libc.lib
    50 library			libglib.lib libgobject.lib libgthread.lib libgmodule.lib
    51 
    52 staticlibrary		libcrt0.lib
    53 
    54 SMPSAFE