|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // bld.inf - inhook6 examples. |
|
15 // inhook6 examples. |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 // specify the platforms your component needs to be built for here |
|
26 // defaults to WINS MARM so you can ignore this if you just build these |
|
27 |
|
28 PRJ_EXPORTS |
|
29 // Specify the source file followed by its destination here |
|
30 // copy will be used to copy the source file to its destination |
|
31 // If there's no destination then the source file will be copied |
|
32 // to the same name in \epoc32\include |
|
33 |
|
34 PRJ_MMPFILES |
|
35 // Specify the .mmp files required for building the important component |
|
36 // releasables. Note that you should specify any .mmp files for test |
|
37 // programs further down the file. |
|
38 // |
|
39 exain.mmp |
|
40 exaout.mmp |
|
41 exadump.mmp |
|
42 exasap.mmp |
|
43 docex1.mmp |
|
44 |
|
45 PRJ_TESTMMPFILES |
|
46 // specify the .mmp files required for building any test programs here |
|
47 // |
|
48 // You can specify "manual" to denote that a test should be listed in a |
|
49 // generated batch file for running a group of tests |
|
50 // which require user input during testing. |
|
51 // You can specify "support" to denote that a file is a test support file |
|
52 // and shouldn't be listed in a batch file for running a group of tests |
|
53 // By default, each test will be listed in a batch file for running a group |
|
54 // of tests which can be left to run without requiring watching over |
|
55 // by the person running the tests, i.e. tests where no user |
|
56 // input is required. The default will apply if neither "manual" |
|
57 // or "support" is specified. |
|
58 |