# HG changeset patch # User Simon Howkins # Date 1290437586 0 # Node ID 80b92f39ce8694c44b15e64777b93a591f04ac5b # Parent 47ed4304bab5d572f0ad4fe8bbcabe639187da90 Adjusted to avoid exports, etc, from a top-level bld.inf diff -r 47ed4304bab5 -r 80b92f39ce86 voiceui/build/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/voiceui/build/bld.inf Mon Nov 22 14:53:06 2010 +0000 @@ -0,0 +1,37 @@ +/* +* Copyright (c) 2004-2006 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: Project file for all VoiceUI modules. +* +*/ + + +#include +#include "../group/voiceuibldvariant.hrh" + +PRJ_PLATFORMS +DEFAULT + +PRJ_EXPORTS +#include "../group/exports.inc" +#include "../rom/exports.inc" + +PRJ_EXTENSIONS + +#ifdef __SIND +START EXTENSION s60/mifconv +OPTION TARGETFILE voiceui.mif +OPTION HEADERFILE voiceui.mbg +OPTION SOURCES -c8,1 qgn_prop_profiles_small -c8,1 qgn_prop_fmgr_file_apps +END +#endif diff -r 47ed4304bab5 -r 80b92f39ce86 voiceui/group/bld.inf --- a/voiceui/group/bld.inf Mon Nov 22 14:39:43 2010 +0000 +++ b/voiceui/group/bld.inf Mon Nov 22 14:53:06 2010 +0000 @@ -23,23 +23,5 @@ #include "../pbkinfoviewimpl/group/bld.inf" #include "../aiwpbkinfoviewprovider/group/bld.inf" #include "../vccontrolpanelplugin/group/bld.inf" - -PRJ_PLATFORMS -DEFAULT - -PRJ_EXPORTS -#include "exports.inc" -#include "../rom/exports.inc" - -PRJ_MMPFILES +#include "../build/bld.inf" - -PRJ_EXTENSIONS - -#ifdef __SIND -START EXTENSION s60/mifconv -OPTION TARGETFILE voiceui.mif -OPTION HEADERFILE voiceui.mbg -OPTION SOURCES -c8,1 qgn_prop_profiles_small -c8,1 qgn_prop_fmgr_file_apps -END -#endif