author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 21:14:08 +0300 | |
branch | RCL_3 |
changeset 27 | 2cbbefa9af78 |
parent 26 | 3de6c4cf6b67 |
permissions | -rw-r--r-- |
26 | 1 |
/* |
2 |
* Copyright (c) 2006 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 headers for project mpxcommonui |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
#ifndef MPXCOMMONUI_HRH |
|
21 |
#define MPXCOMMONUI_HRH |
|
22 |
||
23 |
// CONSTANTS |
|
24 |
||
25 |
/** Folder used for creating new playlists */ |
|
26 |
#define text_targetfolder_playlists "Playlists\\" |
|
27 |
||
28 |
// Host application UIDs in embedded mode |
|
29 |
#define KMPXMessagingUid 0x100058C5 |
|
30 |
#define KMPXMmsViewerUid 0x100058DF |
|
31 |
#define KMPXMmsEditorUid 0x100058DE |
|
32 |
#define KMPXMailViewerUid 0x101F4CE4 |
|
33 |
#define KMPXMailEditorUid 0x101F4CD6 |
|
34 |
#define KMPXUniEditorUid 0x102072D8 |
|
35 |
#define KMPXBrowserUid 0x10008D39 |
|
36 |
#define KMPXBrowserUid2 0x1020724D |
|
37 |
#define KPodcastingAppUid 0x1028190B |
|
38 |
#define KMPXCommonMailUid 0x2001E277 |
|
27
2cbbefa9af78
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
26
diff
changeset
|
39 |
#define KMPXCalendarUid 0x10005901 |
26 | 40 |
|
41 |
#endif // MPXCOMMONUI_HRH |
|
42 |
||
43 |
// End of File |