|
1 /* |
|
2 * Copyright (c) 1028 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: Ecom resource file for MPX Video Helix Playback Plug-in |
|
15 * |
|
16 */ |
|
17 |
|
18 // Version : %version: e003sa33#11 % |
|
19 |
|
20 |
|
21 |
|
22 /* |
|
23 * The opaque_data syntax is made up of three parts: |
|
24 * a list of Uids for resolving the view plugin, feature flags, priority. |
|
25 * |
|
26 * <p>uid1;uid2;uid3</p> |
|
27 * uid*: Supported plugin types. |
|
28 * E.g. if podcast plugin may support music plugin as well, |
|
29 * KMPXColPluginMusic |
|
30 * |
|
31 * <t>uid</t> |
|
32 * uid: plugin type uid. |
|
33 * E.g. for music plugin will be: 0x101FFCDA |
|
34 * |
|
35 * <f>flags</f> [optional] |
|
36 * flags: sum of the required feature flags, not used now |
|
37 * |
|
38 * <i>priority</i> [optional] |
|
39 * priority: a value of type TMPXCollectionPluginPriorities. This value |
|
40 * determines the returning order when several plugins can |
|
41 * support the same set of Uids. |
|
42 * Default value of this field is EMPXCollectionPluginPriorityNormal. |
|
43 */ |
|
44 |
|
45 #include <registryinfo.rh> |
|
46 #include <mpxplaybackplugin.hrh> |
|
47 |
|
48 RESOURCE REGISTRY_INFO theInfo |
|
49 { |
|
50 dll_uid = 0x10282550; |
|
51 |
|
52 interfaces = |
|
53 { |
|
54 INTERFACE_INFO |
|
55 { |
|
56 interface_uid = KMPXPlaybackPluginInterfaceUid; |
|
57 implementations = |
|
58 { |
|
59 IMPLEMENTATION_INFO |
|
60 { |
|
61 implementation_uid = 0x10282551; |
|
62 version_no = 1; |
|
63 display_name = "VideoHelix"; |
|
64 default_data = ""; |
|
65 opaque_data = |
|
66 "<s><e>" |
|
67 "<t>"EPbLocal"</t>" |
|
68 "<i>"EMPXPlaybackPluginPriorityHighest"</i>" |
|
69 "<z>"MPXPlaybackPluginVersion2"</z>"; |
|
70 |
|
71 } |
|
72 }; |
|
73 } |
|
74 }; |
|
75 } |
|
76 |
|
77 |