|
1 /* |
|
2 * Copyright (c) 2002-2008 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 |
|
16 * whole of a attendee view dll |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 // Attendeeview uses iCalUI headers which are available |
|
23 // when __MEETING_REQUEST_SUPPORT defined |
|
24 #include <platform_paths.hrh> |
|
25 #ifdef __MEETING_REQUEST_SUPPORT |
|
26 |
|
27 PRJ_PLATFORMS |
|
28 DEFAULT |
|
29 |
|
30 // Export the Attendee view API files |
|
31 PRJ_EXPORTS |
|
32 #include "exports.inc" // generated |
|
33 ../loc/AttendeeView.loc APP_LAYER_LOC_EXPORT_PATH(AttendeeView.loc) |
|
34 |
|
35 ../rom/AttendeeView.iby CORE_APP_LAYER_IBY_EXPORT_PATH(AttendeeView.iby) |
|
36 ../rom/AttendeeViewresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(AttendeeViewresources.iby) |
|
37 |
|
38 PRJ_MMPFILES |
|
39 // make icons |
|
40 //gnumakefile AttendeeView_Icons.mk |
|
41 |
|
42 AttendeeView.mmp |
|
43 |
|
44 PRJ_EXTENSIONS |
|
45 |
|
46 START EXTENSION s60/mifconv |
|
47 OPTION TARGETFILE attendeeview.mif |
|
48 OPTION HEADERFILE attendeeview.mbg |
|
49 OPTION SOURCES -c8,8 qgn_prop_cale_organizer \ |
|
50 -c8,8 qgn_prop_cale_accepted \ |
|
51 -c8,8 qgn_prop_cale_tentative \ |
|
52 -c8,8 qgn_prop_cale_rejected \ |
|
53 -c8,8 qgn_prop_cale_notanswered |
|
54 END |
|
55 #endif // __MEETING_REQUEST_SUPPORT |
|
56 // End of File |