equal
deleted
inserted
replaced
|
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 : CPushHandlerBase |
|
16 // |
|
17 // |
|
18 |
|
19 #include <ecom/registryinfo.rh> |
|
20 |
|
21 RESOURCE REGISTRY_INFO theInfo |
|
22 { |
|
23 // KUidPushAppHanderPlugin |
|
24 dll_uid = 0x101F3E5B; |
|
25 interfaces = |
|
26 { |
|
27 INTERFACE_INFO |
|
28 { |
|
29 // KUidPushHandlerBase - CPushHandlerBase UID |
|
30 interface_uid = 0x101F3E5A; |
|
31 implementations = |
|
32 { |
|
33 IMPLEMENTATION_INFO |
|
34 { |
|
35 // KUidPushUnknownAppHandler - CUnknownAppHandler UID |
|
36 implementation_uid = 0x101F3E5C; |
|
37 version_no = 1; |
|
38 display_name = "CUnknownAppHandler||WAP Push Handler Plug-in"; |
|
39 default_data = "*"; |
|
40 opaque_data = ""; |
|
41 }, |
|
42 IMPLEMENTATION_INFO |
|
43 { |
|
44 // KUidPushUAAppHandler - CUAAppHandler UID |
|
45 implementation_uid = 0x101F3E5D; |
|
46 version_no = 1; |
|
47 display_name = "CUAAppHandler||WAP Push App Handler Plug-in"; |
|
48 default_data = "x-wap-application:*||0x00000002||x-wap-application:wml.ua||0x00000000"; |
|
49 opaque_data = ""; |
|
50 } |
|
51 |
|
52 }; |
|
53 } |
|
54 }; |
|
55 } |
|
56 |