messagingfw/deprecate/send_ui_api/tsrc/bc/group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:41:11 +0300
branchRCL_3
changeset 22 d2c4c66342f3
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "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:         Bld.inf
*
*/









#include<bc_plat.h>
PRJ_PLATFORMS
// specify the platforms your component needs to be built for here
// defaults to WINS MARM so you can ignore this if you just build these
DEFAULT

PRJ_TESTEXPORTS
// NOTE: If using ARS requirements all export operations should be done under this.
// 'abld test export'

PRJ_EXPORTS
// Specify the source file followed by its destination here
// copy will be used to copy the source file to its destination
// If there's no destination then the source file will be copied
// to the same name in /epoc32/include
// Example: 
/*
/agnmodel/inc/AGMCOMON.H
*/
sendui_c.bat /epoc32/winscw/c/sendui_c.bat
sendui_z.bat /epoc32/winscw/c/sendui_z.bat
testframework.ini		/epoc32/winscw/c/testframework/TestFramework_sendui.ini
#if  ! defined( __SERIES60_31__ ) && ! defined( __SERIES60_30__ )
32_ui_SendUIAPITest.cfg		/epoc32/winscw/c/testframework/ui_SendUIAPITest.cfg
#else
30_ui_SendUIAPITest.cfg		/epoc32/winscw/c/testframework/ui_SendUIAPITest.cfg
#endif


../Data/MMC/SendUIAPITest/Attachment.txt	/epoc32/winscw/c/Data/TestData/SendUIAPITest/Attachment.txt

PRJ_TESTMMPFILES
// NOTE: If using ARS requirements .mmp file operation should be done under this.
// 'abld test build'

PRJ_MMPFILES
// Specify the .mmp files required for building the important component
// releasables.
//
// Specify "tidy" if the component you need to build doesn't need to be
// released. Specify "ignore" if the MMP file exists but should be
// ignored.
// Example:
/*
/agnmodel/group/agnmodel.mmp
#if defined(MARM)
/agnmodel/group/agsvexe.mmp
#endif
*/
SendUIAPITest.mmp

//  End of File