|
1 /* |
|
2 * Copyright (c) 2005 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: Provides information required for building MR Mailbox Utils. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 |
|
28 #ifdef __MEETING_REQUEST_SUPPORT |
|
29 |
|
30 PRJ_EXPORTS |
|
31 // Generic configuration interface for component cenrep settings |
|
32 // s60icalui_10207286 implementation specifics for genconf ml data FOR MEETING REQUEST ENGINES |
|
33 ../conf/s60icalui.confml APP_LAYER_CONFML(s60icalui.confml) |
|
34 ../conf/s60icalui_10207286.crml APP_LAYER_CRML(s60icalui_10207286.crml) |
|
35 |
|
36 // CR BackUP file |
|
37 ../cenrep/backup_registration.xml /epoc32/data/z/private/101f8869/backup_registration.xml |
|
38 ../cenrep/backup_registration.xml /epoc32/release/winscw/udeb/z/private/101f8869/backup_registration.xml |
|
39 ../cenrep/backup_registration.xml /epoc32/release/winscw/urel/z/private/101f8869/backup_registration.xml |
|
40 |
|
41 ../rom/mrmailboxutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(mrmailboxutils.iby) |
|
42 |
|
43 PRJ_MMPFILES |
|
44 ../group/mrmailboxutils.mmp |
|
45 |
|
46 #else |
|
47 #ifdef __MEETING_REQUEST_ENABLER |
|
48 |
|
49 PRJ_EXPORTS |
|
50 // Generic configuration interface for component cenrep settings |
|
51 // s60icalui_10207286 implementation specifics for genconf ml data FOR MEETING REQUEST ENGINES |
|
52 ../conf/s60icalui.confml APP_LAYER_CONFML(s60icalui.confml) |
|
53 ../conf/s60icalui_10207286.crml APP_LAYER_CRML(s60icalui_10207286.crml) |
|
54 |
|
55 ../rom/mrmailboxutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(mrmailboxutils.iby) |
|
56 |
|
57 PRJ_MMPFILES |
|
58 ../group/mrmailboxutils.mmp |
|
59 |
|
60 #endif // __MEETING_REQUEST_ENABLER |
|
61 #endif // else |
|
62 |
|
63 PRJ_TESTMMPFILES |
|
64 |
|
65 PRJ_TESTEXPORTS |
|
66 |
|
67 // End of File |