First public contribution.
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Build file for EffectTest.
15 * The prerequisite is that the Custom Interface Utility must be
16 * built prior to building this group.
24 // specify the source file followed by its destination here
25 // copy will be used to copy the source file to its destination
26 // If there's no destination then the source file will be copied
27 // to the same name in /epoc32/include
32 // specify the .mmp files required for building the important component releasables
33 // note that you should specify any .mmp files for test programs further down the file.
35 // It's best if the .MMP files are specified in the order in which the components are
36 // built, but that eventually shouldn't matter
38 // Use C++ style #defines to denote that a component is only built for a particular platform
40 // specify "tidy" if the component you need to build doesn't need to be released to
41 // the rest of the company
42 // specify "ignore" if the MMP file exists but should be ignored