sbsv2/raptor/test/smoke_suite/test_resources/basics/helloworld/Bld.inf
author mikek
Mon, 17 May 2010 20:20:32 +0100
changeset 13 c327db0664bb
permissions -rw-r--r--
Upgrading Raptor from 2.10 to 2.13

/*
* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* Component description file
*
*/


PRJ_MMPFILES

HelloWorld.mmp

PRJ_EXPORTS
result_creation.flm /epoc32/tools/makefile_templates/tools/result_creation.flm
result_creation.xml /epoc32/tools/makefile_templates/tools/result_creation.xml

PRJ_EXTENSIONS
START EXTENSION helloworld.extensiontest run_this
	OPTION TEST_RESULT "success"
END

START EXTENSION helloworld.extensiontest skip_this
	OPTION TEST_RESULT "failure"
END