sl@0: /*
sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: * All rights reserved.
sl@0: * This component and the accompanying materials are made available
sl@0: * under the terms of "Eclipse Public License v1.0"
sl@0: * which accompanies this distribution, and is available
sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: *
sl@0: * Initial Contributors:
sl@0: * Nokia Corporation - initial contribution.
sl@0: *
sl@0: * Contributors:
sl@0: *
sl@0: * Description: 
sl@0: *
sl@0: */
sl@0: 
sl@0: #include <platform_paths.hrh>
sl@0: target			uri_funcs.exe
sl@0: targettype			exe
sl@0: 
sl@0: UID             0 0x0AB23013
sl@0: 
sl@0: #ifdef EKA2
sl@0: CAPABILITY ALL -TCB
sl@0: //VENDORID        VID_DEFAULT
sl@0: #endif
sl@0: 
sl@0: //The src directory is added to the (user)include path by default
sl@0: userinclude			../../../../tests
sl@0: systeminclude		../../../../tests
sl@0: 
sl@0: userinclude			../inc
sl@0: //The top level directory is added to the include path by default
sl@0: //systeminclude			.. 			 ../glib 			 
sl@0: 
sl@0: //Adding the Symbian and PIPS include path
sl@0: systeminclude			/epoc32/include
sl@0: systeminclude			/epoc32/include/stdapis
sl@0: systeminclude			/epoc32/include/stdapis/glib-2.0
sl@0: sourcepath			../../../../tests
sl@0: source			 uri-funcs.c
sl@0: 
sl@0: //Adding some default libraries
sl@0: library			euser.lib libc.lib
sl@0: library			libglib.lib libgobject.lib libgthread.lib libgmodule.lib
sl@0: 
sl@0: staticlibrary		libcrt0.lib
sl@0: 
sl@0: SMPSAFE