equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
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". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Build file for EffectTest. |
|
15 * The prerequisite is that the Custom Interface Utility must be |
|
16 * built prior to building this group. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 PRJ_EXPORTS |
|
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 |
|
28 |
|
29 |
|
30 |
|
31 PRJ_MMPFILES |
|
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. |
|
34 // |
|
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 |
|
37 // |
|
38 // Use C++ style #defines to denote that a component is only built for a particular platform |
|
39 // |
|
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 |
|
43 |
|
44 EffectConsoleTest.mmp |
|
45 |