|
1 /* |
|
2 * Copyright (c) 2006-2009 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 the License "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: vcxhgmyvideosplugin ECom resource file* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 // INCLUDE FILES |
|
20 #include <ecom/registryinfo.rh> |
|
21 #include <mpxviewplugin.hrh> |
|
22 |
|
23 // include common headerxxxxxviewtypes.hrh that has 0x2000B43C defined. |
|
24 |
|
25 #include "vcxhgmyvideosplugin.hrh" |
|
26 |
|
27 // RESOURCE DEFINITIONS |
|
28 |
|
29 /** |
|
30 * The opaque_data syntax is made up of three parts: |
|
31 * a list of Uids for resolving the view plugin, feature flags, priority. |
|
32 * |
|
33 * <p>uid1;uid2;uid3</p> |
|
34 * uid*: uid of the supported Playback/Collection plugin. |
|
35 * E.g. if the view plugin supports Local Playback plugin, the list of |
|
36 * uids will be: 0x101FFC06 |
|
37 * |
|
38 * <t>uid</t> |
|
39 * uid: plugin type uid. |
|
40 * E.g. if the view plugin supports playback type, uid will be: 0x101FFCA0 |
|
41 * |
|
42 * <f>flags</f> [optional] |
|
43 * flags: sum of the required feature flags that listed in mpxviewplugin.hrh. |
|
44 * E.g. if the view plugin needs to be pre-loaded and it's user-selectable, |
|
45 * then flags = KMPXVpFeaturePreLoaded + KMPXVpFeatureUserSelectable = 0x0003. |
|
46 * |
|
47 * <i>priority</i> [optional] |
|
48 * priority: a value of type TMPXViewPluginPriorities. This value determines |
|
49 * which view plugin will be resolved when several plugins can support the |
|
50 * same set of Uids. |
|
51 * Default value of this field is EMPXViewPluginPriorityNormal. |
|
52 */ |
|
53 RESOURCE REGISTRY_INFO theInfo |
|
54 { |
|
55 dll_uid = 0x2001B2B3; |
|
56 |
|
57 interfaces = |
|
58 { |
|
59 INTERFACE_INFO |
|
60 { |
|
61 interface_uid = KMPXViewPluginInterfaceUid; |
|
62 implementations = |
|
63 { |
|
64 IMPLEMENTATION_INFO |
|
65 { |
|
66 implementation_uid = KVcxHgMyVideosImplementationId; |
|
67 version_no = 2; // version increased from original |
|
68 display_name = "vcxhgmyvideos"; |
|
69 default_data = ""; |
|
70 opaque_data = "<p></p>" |
|
71 "<t>0x2000B43C</t>" // See above |
|
72 "<f>0x0</f>" |
|
73 "<i>"EMPXViewPluginPriorityNormal"</i>"; |
|
74 } |
|
75 }; |
|
76 } |
|
77 }; |
|
78 } |