equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 sendui library. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 DEFAULT |
|
26 |
|
27 PRJ_EXPORTS |
|
28 |
|
29 ../rom/Sendui.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Sendui.iby) |
|
30 ../rom/SendnormResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(SendnormResources.iby) |
|
31 |
|
32 #ifdef __SENDUI_MMS_UPLOAD |
|
33 ../MmsDirectupload/loc/MmsDirectUpload.loc APP_LAYER_LOC_EXPORT_PATH(MmsDirectUpload.loc) |
|
34 #endif // __SENDUI_MMS_UPLOAD |
|
35 |
|
36 PRJ_MMPFILES |
|
37 |
|
38 // SendUI |
|
39 ../genericmtmplugin/group/GenericMtmPlugin.mmp |
|
40 |
|
41 // SendUI ECom plugins |
|
42 #ifdef __MEETING_REQUEST_SUPPORT |
|
43 ../MeetingRequestSender/group/MeetingRequestSender.mmp |
|
44 #endif |
|
45 |
|
46 #ifdef __DRM_OMA2 |
|
47 ../drmlinksender/Group/DrmLinkSender.mmp |
|
48 #endif // __DRM_OMA2 |
|
49 |
|
50 #ifdef __SENDUI_MMS_UPLOAD |
|
51 // Build MMS upload plug-ins |
|
52 ../MmsDirectUpload/group/MmsDirectUpload.mmp |
|
53 ../MmsInDirectUpload/group/MmsIndirectUpload.mmp |
|
54 #endif // __SENDUI_MMS_UPLOAD |
|
55 |
|
56 /* End of File */ |