Use 0x7600 as FRONT_PAGE_ID to prevent conflicts with Device Manager
This commit is contained in:
committed by
Jeremy Soller
parent
0e66ac75c3
commit
c6f1c4e654
@ -32,7 +32,7 @@ extern EFI_FORM_BROWSER2_PROTOCOL *gFormBrowser2;
|
||||
//
|
||||
// These are defined as the same with vfr file
|
||||
//
|
||||
#define FRONT_PAGE_FORM_ID 0x1000
|
||||
#define FRONT_PAGE_FORM_ID 0x7600
|
||||
|
||||
#define LABEL_FRONTPAGE_INFORMATION 0x1000
|
||||
#define LABEL_END 0xffff
|
||||
@ -209,4 +209,3 @@ ExtractDevicePathFromHiiHandle (
|
||||
);
|
||||
|
||||
#endif // _FRONT_PAGE_H_
|
||||
|
||||
|
Reference in New Issue
Block a user