equal
deleted
inserted
replaced
|
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 M. R. Viewers. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 |
|
26 |
|
27 ../rom/mrviewers.iby CORE_APP_LAYER_IBY_EXPORT_PATH(mrviewers.iby) |
|
28 ../rom/mrviewersuiresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(mrviewersuiresources.iby) |
|
29 |
|
30 #ifdef __MEETING_REQUEST_SUPPORT |
|
31 |
|
32 PRJ_MMPFILES |
|
33 // make icons |
|
34 // gnumakefile MeetingRequestViewers_Icons.mk |
|
35 |
|
36 ../group/meetingrequestviewers.mmp |
|
37 |
|
38 PRJ_EXTENSIONS |
|
39 |
|
40 START EXTENSION s60/mifconv |
|
41 OPTION TARGETFILE meetingrequestviewers.mif |
|
42 OPTION HEADERFILE meetingrequestviewers.mbg |
|
43 OPTION SOURCES -c8,8 qgn_prop_cale_info -c8,8 qgn_prop_cale_attendance |
|
44 END |
|
45 |
|
46 #endif //__MEETING_REQUEST_SUPPORT |
|
47 |
|
48 |
|
49 |
|
50 // End of file |