equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 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 * WV Engine server dll. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include "../../inc/impsvariant.h" |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 // specify the platforms your component needs to be built for here |
|
25 // defaults to WINS MARM so you can ignore this if you just build these |
|
26 DEFAULT |
|
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 |
|
32 |
|
33 PRJ_MMPFILES |
|
34 // Specify the .mmp files required for building the important component |
|
35 // releasables. Note that you should specify any .mmp files for test |
|
36 // programs further down the file. |
|
37 // |
|
38 // Specify "tidy" if the component you need to build doesn't need to be |
|
39 // released to the rest of the company |
|
40 // specify "ignore" if the MMP file exists but should be |
|
41 // ignored. |
|
42 |
|
43 |
|
44 ImpsEng.mmp |
|
45 ImpsEngMain.mmp |
|
46 |
|
47 PRJ_TESTMMPFILES |
|
48 |
|
49 // End of File |