equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 // 20002246.RSS |
|
15 // Registry file for Rights Object Content Handler interface dll |
|
16 // Interfaces : CContentHandlerBase |
|
17 // |
|
18 // |
|
19 |
|
20 #include <ecom/registryinfo.rh> |
|
21 |
|
22 RESOURCE REGISTRY_INFO theInfo |
|
23 { |
|
24 // KUidPushContentHandlerPlugin |
|
25 dll_uid = 0x102827F8; |
|
26 interfaces = |
|
27 { |
|
28 INTERFACE_INFO |
|
29 { |
|
30 // KUidPushContentHandlerBase - CContentHandlerBase UID |
|
31 interface_uid = 0x101F3E5E; |
|
32 implementations = |
|
33 { |
|
34 IMPLEMENTATION_INFO |
|
35 { |
|
36 // KUidPushROAPContentHandler - ROAPTContentHandler UID |
|
37 implementation_uid = 0x10282762; |
|
38 version_no = 1; |
|
39 display_name = "ROAPTContentHandler||WAP Push Content Handler Plug-in"; |
|
40 default_data = "application/vnd.oma.drm.roap-trigger+xml||application/vnd.oma.drm.roap-trigger+wbxml"; |
|
41 opaque_data = ""; |
|
42 } |
|
43 }; |
|
44 } |
|
45 }; |
|
46 } |
|
47 |