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: Information required for building the required abld.bat |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 // specify the platforms your component needs to be built for here |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 // Specify the source file followed by its destination here |
|
27 // copy will be used to copy the source file to its destination |
|
28 // If there's no destination then the source file will be copied |
|
29 // to the same name in /epoc32/include |
|
30 |
|
31 |
|
32 PRJ_MMPFILES |
|
33 // Specify the .mmp files required for building the important component |
|
34 // releasables. |
|
35 // |
|
36 // Specify "tidy" if the component you need to build doesn't need to be |
|
37 // released. Specify "ignore" if the MMP file exists but should be |
|
38 // ignored. |
|
39 ./mmspushhandler.mmp |
|
40 |
|
41 // End of File |