equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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 HTTP |
|
16 * version of a mmstransport.dll |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 // specify the platforms your component needs to be built for here |
|
25 DEFAULT |
|
26 |
|
27 PRJ_EXPORTS |
|
28 // Specify the source file followed by its destination here |
|
29 // copy will be used to copy the source file to its destination |
|
30 // If there's no destination then the source file will be copied |
|
31 // to the same name in /epoc32/include |
|
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 ignored. |
|
41 ./mmstransport.mmp |
|
42 |
|
43 PRJ_TESTMMPFILES |
|
44 |
|
45 // End of File |