equal
deleted
inserted
replaced
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: File Manager UID definitions |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __FILEMANAGERUID_H__ |
|
20 #define __FILEMANAGERUID_H__ |
|
21 |
|
22 |
|
23 // MACROS |
|
24 |
|
25 /// File Manager application UID3 |
|
26 #define KFileManagerUID3 0x101F84EB |
|
27 |
|
28 /// File Manager scheduled backup module UID3 |
|
29 #define KFileManagerSchBkupUID3 0x2000B182 |
|
30 |
|
31 // |
|
32 // Common system UIDs |
|
33 // |
|
34 #define KEPOCAppUID2 0x100039ce |
|
35 #define KEPOCStaticDllUID2 0x1000008d |
|
36 |
|
37 |
|
38 #endif // __FILEMANAGERUID_H__ |
|
39 |
|
40 // End of File |
|