equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 = 0x2000E3C3; |
|
25 interfaces = |
|
26 { |
|
27 INTERFACE_INFO |
|
28 { |
|
29 // KUidAppPushHandlerBase - CPushHandlerBase UID |
|
30 interface_uid = 0x101F3E5A; |
|
31 implementations = |
|
32 { |
|
33 IMPLEMENTATION_INFO |
|
34 { |
|
35 // KUidROAppHandler - CROAppHandler UID |
|
36 implementation_uid = 0x102827F7; |
|
37 version_no = 1; |
|
38 display_name = "CROAppHandler||WAP Push App Handler Plug-in"; |
|
39 default_data = "x-wap-application:drm.ua||0x00000008"; |
|
40 opaque_data = ""; |
|
41 } |
|
42 }; |
|
43 } |
|
44 }; |
|
45 } |
|
46 |