|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Registry file for Push App Handler interface dll |
|
15 // Interfaces : CContentHandlerBase |
|
16 // |
|
17 // |
|
18 |
|
19 #include <ecom/registryinfo.rh> |
|
20 |
|
21 RESOURCE REGISTRY_INFO theInfo |
|
22 { |
|
23 // KUidPushContentHandlerPlugin |
|
24 dll_uid = 0x101F3E5F; |
|
25 interfaces = |
|
26 { |
|
27 INTERFACE_INFO |
|
28 { |
|
29 // KUidPushContentHandlerBase - CContentHandlerBase UID |
|
30 interface_uid = 0x101F3E5E; |
|
31 implementations = |
|
32 { |
|
33 IMPLEMENTATION_INFO |
|
34 { |
|
35 // KUidPushUnknownContentHandler - CUnknownContentHandler UID |
|
36 implementation_uid = 0x101F3E60; |
|
37 version_no = 1; |
|
38 display_name = "CUnknownContentHandler||WAP Push Content Handler Plug-in"; |
|
39 default_data = "*"; |
|
40 opaque_data = ""; |
|
41 }, |
|
42 IMPLEMENTATION_INFO |
|
43 { |
|
44 // KUidPushMultiPartMixedContentHandler - CMultiPartMixedContentHandler UID |
|
45 implementation_uid = 0x101F3E64; |
|
46 version_no = 1; |
|
47 display_name = "CMultiPartMixedContentHandler||WAP Push Content Handler Plug-in"; |
|
48 default_data = "application/vnd.wap.multipart.mixed||multipart/mixed"; |
|
49 opaque_data = ""; |
|
50 }, |
|
51 IMPLEMENTATION_INFO |
|
52 { |
|
53 // KUidPushMultiPartRelAndAltContentHandler - CMultiPartRelAndAltContentHandler UID |
|
54 implementation_uid = 0x101F3E65; |
|
55 version_no = 1; |
|
56 display_name = "CMultiPartRelAndAltContentHandler||WAP Push Content Handler Plug-in"; |
|
57 default_data = "application/vnd.wap.multipart.related||application/vnd.wap.multipart.alternative||multipart/related||multipart/alternative"; |
|
58 opaque_data = ""; |
|
59 } |
|
60 }; |
|
61 } |
|
62 }; |
|
63 } |
|
64 |