equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: Custom message TUid constant value definitions.* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 #ifndef IPTVCUSTOMMESSAGEIDS_H |
|
21 #define IPTVCUSTOMMESSAGEIDS_H |
|
22 |
|
23 // Custom message TUid constant values that are used to pass information |
|
24 // about exit type between VoD & Main, My Videos & Main and from Main to |
|
25 // Mobile TV application. |
|
26 enum |
|
27 { |
|
28 EIptvEmbeddedAppBack = 1, |
|
29 EIptvEmbeddedAppExit, |
|
30 EIptvVodAppBackAndSettings, |
|
31 EIptvVodAppBackAndVodSubscriptions, |
|
32 EIptvVodAppBackAndVodcastSubscriptions, |
|
33 EIptvVodAppBackAndSettingsAddService, |
|
34 EIptvVodAppBackAndLiveTv, |
|
35 EIptvMyVideosAppBackAndSettings, |
|
36 EIptvLiveTvAppBackAndVod |
|
37 }; |
|
38 |
|
39 #endif // IPTVCUSTOMMESSAGEIDS_H |