|
1 /* |
|
2 * Copyright (c) 2000 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: ECOM plugin resource definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <ecom/registryinfo.rh> |
|
20 #include "../../../inc/emailversionnumbers.hrh" // KEmailEcomVersionNumber |
|
21 |
|
22 // --------------------------------------------------------------------------- |
|
23 // theInfo |
|
24 // Defines the ecom plugin for IPSSosSmtpPlugin |
|
25 // --------------------------------------------------------------------------- |
|
26 // |
|
27 |
|
28 RESOURCE REGISTRY_INFO theInfo |
|
29 { |
|
30 // IpsSosAOPlugin.dll UID |
|
31 dll_uid = 0x200100BA; |
|
32 interfaces = |
|
33 { |
|
34 INTERFACE_INFO |
|
35 { |
|
36 // CEComInterface interface UID |
|
37 interface_uid = 0x101F85EC; |
|
38 implementations = |
|
39 { |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 // AlwaysOnlineManager implementation UID |
|
43 implementation_uid = 0x200100BA; |
|
44 version_no = KEmailEcomVersionNumber; |
|
45 display_name = "Smtp ECom Plugin for always online manager"; |
|
46 default_data = "smtp"; |
|
47 // Note : opaque_data MUST have @ least a single byte of data |
|
48 // in this instance it is an empty string. |
|
49 opaque_data = " "; |
|
50 } |
|
51 // Place additional interface implementations here |
|
52 }; |
|
53 } |
|
54 // Place additional interfaces here |
|
55 }; |
|
56 } |