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 - IP administration tool. |
|
15 // IP administration tool. |
|
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_TESTEXPORTS |
|
35 |
|
36 ../group/ipadm.iby /epoc32/rom/include/ipadm.iby |
|
37 |
|
38 ../data/route.ini /epoc32/wins/c/private/10000887/route.ini |
|
39 ../data/route.ini /epoc32/winscw/c/private/10000887/route.ini |
|
40 |
|
41 PRJ_MMPFILES |
|
42 // Specify the .mmp files required for building the important component |
|
43 // releasables. Note that you should specify any .mmp files for test |
|
44 // programs further down the file. |
|
45 // |
|
46 // Specify "tidy" if the component you need to build doesn't need to be |
|
47 // released to the rest of the company |
|
48 // specify "ignore" if the MMP file exists but should be |
|
49 // ignored. |
|
50 |
|
51 |
|
52 PRJ_TESTMMPFILES |
|
53 // specify the .mmp files required for building any test programs here |
|
54 // |
|
55 // You can specify "manual" to denote that a test should be listed in a |
|
56 // generated batch file for running a group of tests |
|
57 // which require user input during testing. |
|
58 // You can specify "support" to denote that a file is a test support file |
|
59 // and shouldn't be listed in a batch file for running a group of tests |
|
60 // By default, each test will be listed in a batch file for running a group |
|
61 // of tests which can be left to run without requiring watching over |
|
62 // by the person running the tests, i.e. tests where no user |
|
63 // input is required. The default will apply if neither "manual" |
|
64 // or "support" is specified. |
|
65 |
|
66 ipadm.mmp |
|