|
1 /* |
|
2 * Copyright (c) 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: Contact Action Service's rom file definitions. |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef __FSCCONTACTACTIONSERVICE_IBY__ |
|
19 #define __FSCCONTACTACTIONSERVICE_IBY__ |
|
20 |
|
21 //<cmail> |
|
22 #ifdef FF_EMAIL_FRAMEWORK |
|
23 //</cmail> |
|
24 |
|
25 // Main service files |
|
26 ECOM_PLUGIN(fsccontactactionservice.dll, fsccontactactionservice.rsc) |
|
27 // </cmail> |
|
28 data=DATAZ_\RESOURCE_FILES_DIR\fscactionutils.rsc RESOURCE_FILES_DIR\fscactionutils.rsc |
|
29 // </cmail> |
|
30 |
|
31 // Plugins |
|
32 ECOM_PLUGIN(fsccallplugin.dll, fsccallplugin.rsc) |
|
33 S60_APP_BITMAP(fsccallplugin) |
|
34 |
|
35 ECOM_PLUGIN(fscsaveascontactplugin.dll, fscsaveascontactplugin.rsc) |
|
36 S60_APP_BITMAP(fscsaveascontactplugin) |
|
37 |
|
38 ECOM_PLUGIN(fscpocplugin.dll, fscpocplugin.rsc) |
|
39 S60_APP_BITMAP(fscpocplugin) |
|
40 |
|
41 #ifdef FF_ES_CONTACTS |
|
42 ECOM_PLUGIN(fscconferenceplugin.dll, fscconferenceplugin.rsc) |
|
43 S60_APP_BITMAP(fscconferenceplugin) |
|
44 #endif |
|
45 |
|
46 ECOM_PLUGIN(fscsendplugin.dll, fscsendplugin.rsc) |
|
47 S60_APP_BITMAP(fscsendplugin) |
|
48 |
|
49 // stub sis |
|
50 //<cmail> per component stubs are removed and replaced by one stub under emailui. |
|
51 //data=DATAZ_\system\install\fsccontactactionservicestub.sis system\install\fsccontactactionservicestub.sis |
|
52 //</cmail> |
|
53 |
|
54 //<cmail> |
|
55 #endif //FF_EMAIL_FRAMEWORK |
|
56 //</cmail> |
|
57 |
|
58 #endif // __FSCCONTACTACTIONSERVICE_IBY__ |
|
59 |
|
60 // End of file |