equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Imaging Configuration Manager Private CenRep keys |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef ICMCENREPKEYS_H |
|
20 #define ICMCENREPKEYS_H |
|
21 |
|
22 // Imaging Configuration Manager API |
|
23 |
|
24 const TUid KCRUidImagingConfigManager = { 0x10282EDC }; |
|
25 |
|
26 // The following values are mainly for reference as they are actually parsed |
|
27 // dynamically according to |
|
28 // S60_3_2_Imaging_Configuration_Manager_Central_Repository_Guidance_C.doc |
|
29 |
|
30 const TUint32 KICMVideoQualitySet001 = 0x00010001; |
|
31 const TUint32 KICMVideoQualitySet002 = 0x00010002; |
|
32 const TUint32 KICMVideoQualitySet003 = 0x00010003; |
|
33 // etc... |
|
34 |
|
35 const TUint32 KICMCamcorderMMFPluginSettings = 0x00020001; |
|
36 |
|
37 const TUint32 KICMImageQualitySet001 = 0x00030001; |
|
38 const TUint32 KICMImageQualitySet002 = 0x00030002; |
|
39 const TUint32 KICMImageQualitySet003 = 0x00030003; |
|
40 // etc... |
|
41 |
|
42 #endif // ICMCENREPKAYS_H |
|
43 |
|
44 // End of File |