diff -r 000000000000 -r d6fe6244b863 htiui/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htiui/group/bld.inf Tue Feb 02 00:17:27 2010 +0200 @@ -0,0 +1,62 @@ +/* +* Copyright (c) 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: Build information file for building +* HTI UI layer components. +* +* +*/ + +#include +#include "../symbian_version.hrh" + +PRJ_EXPORTS +../rom/htiui.iby CORE_IBY_EXPORT_PATH(tools,htiui.iby) + + +// Communication plugins +#include "../HtiCommPlugins/HtiBtCommPlugin/group/bld.inf" + +// Service plugins +#include "../HtiServicePlugins/HtiAppServicePlugin/group/bld.inf" +#include "../HtiServicePlugins/HtiAudioServicePlugin/group/bld.inf" +#include "../HtiServicePlugins/HtiKeyEventServicePlugin/group/bld.inf" +#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) + #include "../HtiServicePlugins/HtiMessagesServicePlugin/group/bld.inf" + #include "../HtiServicePlugins/HtiPIMServicePlugin/group/bld.inf" +#endif +#include "../HtiServicePlugins/HtiScreenshotServicePlugin/group/bld.inf" +#include "../HtiServicePlugins/HtiSysInfoServicePlugin/group/bld.inf" + +// Backup fake DLL used by HtiFtpServicePlugin +#include "../HtiServicePlugins/HtiFtpBackupFake/group/bld.inf" + +// Device rebooter +#include "../HtiDeviceReboot/group/bld.inf" + +// Startup wait DLL +#include "../HtiStartupWait/group/bld.inf" + +// HTI Admin UI application +#include "../HtiAdmin/group/bld.inf" + +// Build stub SIS +PRJ_EXTENSIONS +#ifdef MARM +START EXTENSION app-services/buildstubsis +OPTION SRCDIR ../sis +OPTION SISNAME HTI_stub +END +#endif + +// End of File