equal
deleted
inserted
replaced
|
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: Resource definitions for UPnP Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include <ecom/registryinfo.rh> |
|
24 #include <mpxplaybackplugin.hrh> |
|
25 |
|
26 RESOURCE REGISTRY_INFO theInfo |
|
27 { |
|
28 // UID for the DLL |
|
29 dll_uid = 0x20007568; |
|
30 // Declare array of interface info |
|
31 interfaces = |
|
32 { |
|
33 INTERFACE_INFO |
|
34 { |
|
35 // UID of interface that is implemented |
|
36 interface_uid = KMPXPlaybackPluginInterfaceUid; |
|
37 implementations = |
|
38 { |
|
39 // Info for UPnP Browser |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = 0x200075D8; |
|
43 version_no = 2; |
|
44 display_name = "Remote UPnP Player"; |
|
45 default_data = "UPnP"; |
|
46 opaque_data = "<s>*<e>.mp3;.aac;.3gp" |
|
47 "<t>"EPbRemote"</t>"; |
|
48 } |
|
49 }; |
|
50 }, |
|
51 INTERFACE_INFO |
|
52 { |
|
53 // UID of interface that is implemented |
|
54 interface_uid = KMPXPlaybackPluginInterfaceUid; |
|
55 implementations = |
|
56 { |
|
57 // Info for UPnP Browser |
|
58 IMPLEMENTATION_INFO |
|
59 { |
|
60 implementation_uid = 0x200075D9; |
|
61 version_no = 2; |
|
62 display_name = "Download proxy"; |
|
63 default_data = "UPnP"; |
|
64 opaque_data = "<s>upnp<e>.mp3;.aac;.3gp" |
|
65 "<t>"EPbLocal"</t>"; |
|
66 } |
|
67 }; |
|
68 } |
|
69 }; |
|
70 } |
|
71 |