os/ossrv/glib/build/symbian/tests/group/majorversion_test.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 MACRO __SYMBIAN32__
    18 
    19 #include <platform_paths.hrh>
    20 target			majorversion_test.exe
    21 targettype			exe
    22 
    23 UID               0 0x0AC240C8
    24 							  
    25 
    26 #ifdef EKA2
    27 CAPABILITY ALL -TCB
    28 //VENDORID        VID_DEFAULT
    29 #endif
    30 
    31 //The src directory is added to the (user)include path by default
    32 userinclude			../../../../tests
    33 systeminclude			../../../../tests
    34 
    35 userinclude			../inc
    36 //The top level directory is added to the include path by default
    37 //systeminclude			../glib 			 
    38 
    39 //Adding the Symbian and PIPS include path
    40 systeminclude			/epoc32/include
    41 systeminclude			/epoc32/include/stdapis
    42 systeminclude			/epoc32/include/stdapis/glib-2.0
    43 sourcepath			../../../../tests
    44 source			 majorversion-test.c
    45 
    46 //Adding some default libraries
    47 library			euser.lib libc.lib
    48 library			libglib.lib libgobject.lib libgthread.lib libgmodule.lib
    49 
    50 staticlibrary		libcrt0.lib
    51 
    52 SMPSAFE