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 * |
|
16 */ |
|
17 #include <platform_paths.hrh> |
|
18 |
|
19 |
|
20 PRJ_PLATFORMS |
|
21 // specify the platforms your component needs to be built for here |
|
22 // defaults to WINS MARM so you can ignore this if you just build these |
|
23 |
|
24 DEFAULT |
|
25 |
|
26 PRJ_TESTEXPORTS |
|
27 // NOTE: If using ARS requirements all export operations should be done under this. |
|
28 // 'abld test export' |
|
29 |
|
30 PRJ_EXPORTS |
|
31 // Specify the source file followed by its destination here |
|
32 // copy will be used to copy the source file to its destination |
|
33 // If there's no destination then the source file will be copied |
|
34 // to the same name in /epoc32/include |
|
35 // Example: |
|
36 /* |
|
37 /agnmodel/inc/AGMCOMON.H |
|
38 */ |
|
39 |
|
40 PRJ_TESTMMPFILES |
|
41 |
|
42 PresetUtilityTestModule.mmp |
|
43 |
|
44 PRJ_MMPFILES |
|
45 |
|
46 PresetUtilityTestModule_nrm.mmp |
|
47 |
|
48 // Specify the .mmp files required for building the important component |
|
49 // releasables. |
|
50 // |
|
51 // Specify "tidy" if the component you need to build doesn't need to be |
|
52 // released. Specify "ignore" if the MMP file exists but should be |
|
53 // ignored. |
|
54 // Example: |
|
55 /* |
|
56 /agnmodel/group/agnmodel.mmp |
|
57 #if defined(MARM) |
|
58 /agnmodel/group/agsvexe.mmp |
|
59 #endif |
|
60 */ |
|
61 |
|
62 // End of File |
|