Last change
on this file since 106129 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
783 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Definition shared by VFR file and C file.
|
---|
3 |
|
---|
4 | Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef _DRIVER_HEALTH_VFR_H_
|
---|
10 | #define _DRIVER_HEALTH_VFR_H_
|
---|
11 | #include <Guid/HiiPlatformSetupFormset.h>
|
---|
12 |
|
---|
13 | #define DRIVER_HEALTH_MANAGER_FORMSET_GUID { 0xcfb3b000, 0x0b63, 0x444b, { 0xb1, 0xd1, 0x12, 0xd5, 0xd9, 0x5d, 0xc4, 0xfc } }
|
---|
14 | #define DRIVER_HEALTH_CONFIGURE_FORMSET_GUID { 0x4296d9f4, 0xf6fc, 0x4dde, { 0x86, 0x85, 0x8c, 0xe2, 0xd7, 0x9d, 0x90, 0xf0 } }
|
---|
15 |
|
---|
16 | #define LABEL_BEGIN 0x2000
|
---|
17 | #define LABEL_END 0x2001
|
---|
18 |
|
---|
19 | #define DRIVER_HEALTH_FORM_ID 0x1001
|
---|
20 |
|
---|
21 | #define QUESTION_ID_REFRESH_MANAGER 0x0001
|
---|
22 | #define QUESTION_ID_REFRESH_CONFIGURE 0x0002
|
---|
23 |
|
---|
24 | #define QUESTION_ID_DRIVER_HEALTH_BASE 0x0003
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.