|
1 /* |
|
2 * Copyright (c) 2009 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: This file provides the information required for building the |
|
15 * whole IMPS engine. |
|
16 */ |
|
17 /* |
|
18 * ============================================================================ |
|
19 * Name : blf.inf |
|
20 * Part of : |
|
21 * Origin : |
|
22 * Created : |
|
23 * Description: This file provides the information required for building the |
|
24 * whole IMPS engine. |
|
25 * |
|
26 */ |
|
27 |
|
28 |
|
29 |
|
30 PRJ_PLATFORMS |
|
31 // specify the platforms your component needs to be built for here |
|
32 // defaults to WINS MARM so you can ignore this if you just build these |
|
33 WINSCW ARMV5 |
|
34 |
|
35 PRJ_EXPORTS |
|
36 // Specify the source file followed by its destination here |
|
37 // copy will be used to copy the source file to its destination |
|
38 // If there's no destination then the source file will be copied |
|
39 // to the same name in /epoc32/include |
|
40 // Example: |
|
41 |
|
42 |
|
43 // from Symbian |
|
44 |
|
45 |
|
46 PRJ_MMPFILES |
|
47 // Specify the .mmp files required for building the important component |
|
48 // releasables. Note that you should specify any .mmp files for test |
|
49 // programs further down the file. |
|
50 // |
|
51 // Specify "tidy" if the component you need to build doesn't need to be |
|
52 // released to the rest of the company |
|
53 // specify "ignore" if the MMP file exists but should be |
|
54 // ignored. |
|
55 // Example: |
|
56 |
|
57 |
|
58 |
|
59 |
|
60 wvotaparser.mmp |
|
61 |
|
62 |
|
63 |
|
64 |
|
65 |
|
66 PRJ_TESTMMPFILES |
|
67 // specify the .mmp files required for building any test programs here |
|
68 // |
|
69 // You can specify "manual" to denote that a test should be listed in a |
|
70 // generated batch file for running a group of tests |
|
71 // which require user input during testing. |
|
72 // You can specify "support" to denote that a file is a test support file |
|
73 // and shouldn't be listed in a batch file for running a group of tests |
|
74 // By default, each test will be listed in a batch file for running a group |
|
75 // of tests which can be left to run without requiring watching over |
|
76 // by the person running the tests, i.e. tests where no user |
|
77 // input is required. The default will apply if neither "manual" |
|
78 // or "support" is specified. |
|
79 // Example: |
|
80 |
|
81 |