equal
deleted
inserted
replaced
|
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: |
|
15 * This file provides the information required for building the |
|
16 * whole of a peninputserver. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 // specify the platforms your component needs to be built for here |
|
24 // defaults to WINS ARMI ARM4 THUMB so you can ignore this if you just build these |
|
25 |
|
26 PRJ_EXPORTS |
|
27 // Specify the source file followed by its destination here |
|
28 // copy will be used to copy the source file to its destination |
|
29 // If there's no destination then the source file will be copied |
|
30 // to the same name in /epoc32/include |
|
31 // Example: |
|
32 /* |
|
33 |
|
34 */ |
|
35 |
|
36 PRJ_MMPFILES |
|
37 // Specify the .mmp files required for building the important component |
|
38 // releasables. Note that you should specify any .mmp files for test |
|
39 // programs further down the file. |
|
40 // |
|
41 // Specify "tidy" if the component you need to build doesn't need to be |
|
42 // released to the rest of the company |
|
43 // specify "ignore" if the MMP file exists but should be |
|
44 // ignored. |
|
45 // Example: |
|
46 |
|
47 peninputserver.mmp |
|
48 |
|
49 PRJ_TESTMMPFILES |