1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/devsoundextensions/effects/EffectTest/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,45 @@
1.4 +/*
1.5 +* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description: Build file for EffectTest.
1.18 +* The prerequisite is that the Custom Interface Utility must be
1.19 +* built prior to building this group.
1.20 +*
1.21 +*/
1.22 +
1.23 +
1.24 +
1.25 +
1.26 +PRJ_EXPORTS
1.27 +// specify the source file followed by its destination here
1.28 +// copy will be used to copy the source file to its destination
1.29 +// If there's no destination then the source file will be copied
1.30 +// to the same name in /epoc32/include
1.31 +
1.32 +
1.33 +
1.34 +PRJ_MMPFILES
1.35 +// specify the .mmp files required for building the important component releasables
1.36 +// note that you should specify any .mmp files for test programs further down the file.
1.37 +//
1.38 +// It's best if the .MMP files are specified in the order in which the components are
1.39 +// built, but that eventually shouldn't matter
1.40 +//
1.41 +// Use C++ style #defines to denote that a component is only built for a particular platform
1.42 +//
1.43 +// specify "tidy" if the component you need to build doesn't need to be released to
1.44 +// the rest of the company
1.45 +// specify "ignore" if the MMP file exists but should be ignored
1.46 +
1.47 +EffectConsoleTest.mmp
1.48 +