2 This driver effectuates OVMF's platform configuration settings and exposes
5 Copyright (C) 2014, Red Hat, Inc.
7 This program and the accompanying materials are licensed and made available
8 under the terms and conditions of the BSD License which accompanies this
9 distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
13 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 // Macro and type definitions that connect the form with the HII driver code.
22 #define FORMSTATEID_MAIN_FORM 1
23 #define FORMID_MAIN_FORM 1
25 #define QUESTION_RES_CUR 1
26 #define MAXSIZE_RES_CUR 16
28 #define LABEL_RES_NEXT 1
29 #define QUESTION_RES_NEXT 2
31 #define QUESTION_SAVE_EXIT 3
32 #define QUESTION_DISCARD_EXIT 4
35 // This structure describes the form state. Its fields relate strictly to the
36 // visual widgets on the form.
39 UINT16 CurrentPreferredResolution
[MAXSIZE_RES_CUR
];
40 UINT32 NextPreferredResolution
;
43 #endif // _PLATFORM_H_