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: |
|
15 * MMS settings specific enumerations, constants, declaration. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #ifndef MMSSETTINGSDEFS_H |
|
22 #define MMSSETTINGSDEFS_H |
|
23 |
|
24 // INCLUDES |
|
25 |
|
26 // CONSTANTS |
|
27 // Following definitions are applicable when the Unified SMS and MMS editor is in the build. |
|
28 // (Naming like KMmsImageSmallWidth cannot be used, because it is defined in mmsconst.h) |
|
29 // Small image: 640*480 |
|
30 const TInt KMmsUniImageSmallWidth = 640; |
|
31 const TInt KMmsUniImageSmallHeight = 480; |
|
32 // Large image: 1600*1200 |
|
33 const TInt KMmsUniImageLargeWidth = 1600; |
|
34 const TInt KMmsUniImageLargeHeight = 1200; |
|
35 |
|
36 #endif // MMSSETTINGSDEFS_H |
|
37 |
|
38 // End of File |