|
1 /* |
|
2 * Copyright (c) 2007-2008 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: File listing engine side GUIDs as constants.* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 /** |
|
21 * |
|
22 */ |
|
23 #define IPTV_SERVER_UID 0x102750D5 |
|
24 |
|
25 /** |
|
26 * |
|
27 */ |
|
28 #define IPTV_CLIENT_API_UID 0x102750D6 |
|
29 |
|
30 /** |
|
31 * |
|
32 */ |
|
33 #define IPTV_VOD_DOWNLOAD_PLUGIN_DLL_UID 0x102750D7 |
|
34 |
|
35 /** |
|
36 * |
|
37 */ |
|
38 #define IPTV_VOD_DOWNLOAD_PLUGIN_INTERFACE_UID 0x102750D8 |
|
39 |
|
40 /** |
|
41 * |
|
42 */ |
|
43 #define IPTV_HTTP_VOD_DOWNLOAD_PLUGIN_IMPLEMENTATION_UID 0x102750D9 |
|
44 |
|
45 /** |
|
46 * EPG plugin UID |
|
47 */ |
|
48 #define KIptvDemoEpgPluginDllUid 0x102750DC |
|
49 |
|
50 /** |
|
51 * UID for ECom IF implementation |
|
52 */ |
|
53 #define KIptvDemoEpgPluginInterfaceUid 0x102750DD |
|
54 |
|
55 /** |
|
56 * UID for demo EPG plugin implementation |
|
57 */ |
|
58 #define KIptvDemoEpgPluginImplementationUid 0x102750DE |
|
59 |
|
60 /** |
|
61 * RSS plugin UID |
|
62 */ |
|
63 #define KIptvRssPluginDllUid 0x102750DF |
|
64 |
|
65 /** |
|
66 * UID for ECom IF implementation |
|
67 */ |
|
68 #define KIptvEcgPluginInterfaceUid 0x102750E0 |
|
69 |
|
70 /** |
|
71 * DEPRECATED, don't use this! UID for ECom IF implementation |
|
72 */ |
|
73 #define KIptvRssPluginInterfaceUid 0x102750E0 |
|
74 |
|
75 /** |
|
76 * UID for RSS plugin implementation |
|
77 */ |
|
78 #define KIptvRssPluginImplementationUid 0x102750E1 |
|
79 |
|
80 /** |
|
81 * |
|
82 */ |
|
83 #define KIptvSmartvisionPluginUid 0x102750E8 |
|
84 |
|
85 /** |
|
86 * |
|
87 */ |
|
88 #define KIptvLiveTvXmlTvPluginUid 0x1028242C |
|
89 |
|
90 /** |
|
91 * Scheduled download plugin UID |
|
92 */ |
|
93 #define KIptvScheduledDownloadPluginDllUid 0x20009013 |
|
94 |
|
95 /** |
|
96 * Scheduled download plugin IF UID, from Scheduling engine |
|
97 */ |
|
98 #define KIptvScheduledDownloadPluginInterfaceUid 0x10282427 |
|
99 |
|
100 /** |
|
101 * Scheduled download plugin implementation UID |
|
102 */ |
|
103 #define KIptvScheduledDownloadPluginImplementationUid 0x20009014 |
|
104 |
|
105 /** |
|
106 * |
|
107 */ |
|
108 #define KIptvVideoStorageManagerDllUid 0x2000B430 |