|
1 /* |
|
2 * Copyright (c) 2006, 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: The resource header file for Phone capability configuration. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 STRUCT phonecapability_configuration |
|
21 { |
|
22 BYTE QualityCount = 4; |
|
23 BYTE PaperSizeCount = 6; |
|
24 BYTE LayoutCount = 6; |
|
25 |
|
26 WORD EDpsPrintQualityDefault = 0x5000; |
|
27 WORD EDpsPrintQualityNormal = 0x5001; |
|
28 WORD EDpsPrintQualityDraft = 0x5002; |
|
29 WORD EDpsPrintQualityFine = 0x5003; |
|
30 |
|
31 WORD EDpsPaperSizeDefault = 0x5100; |
|
32 WORD EDpsPaperSizeCard = 0x5104; |
|
33 WORD EDpsPaperSize4x6 = 0x5106; |
|
34 WORD EDpsPaperSizeLetter = 0x5108; |
|
35 WORD EDpsPaperSizeA4 = 0x5114; |
|
36 WORD EDpsPaperSizeA6 = 0x5116; |
|
37 |
|
38 WORD EDpsLayoutDefault = 0x5700; |
|
39 WORD EDpsLayout1Up = 0x5701; |
|
40 WORD EDpsLayout2Up = 0x5702; |
|
41 WORD EDpsLayout4Up = 0x5704; |
|
42 WORD EDpsLayout6Up = 0x5706; |
|
43 WORD EDpsLayout9Up = 0x5709; |
|
44 } |