Add the FrontPage Guid and SetupEnter Guid used by new added libraries.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <[email protected]>
---
MdeModulePkg/Include/Guid/HiiFrontPageFormset.h | 26 +++++++++++++++++++++++++
MdeModulePkg/Include/Guid/HiiSetupEnter.h | 26 +++++++++++++++++++++++++
2 files changed, 52 insertions(+)
create mode 100644 MdeModulePkg/Include/Guid/HiiFrontPageFormset.h
create mode 100644 MdeModulePkg/Include/Guid/HiiSetupEnter.h
diff --git a/MdeModulePkg/Include/Guid/HiiFrontPageFormset.h
b/MdeModulePkg/Include/Guid/HiiFrontPageFormset.h
new file mode 100644
index 0000000..27b9be3
--- /dev/null
+++ b/MdeModulePkg/Include/Guid/HiiFrontPageFormset.h
@@ -0,0 +1,26 @@
+/**@file
+The front page GUID.
+
+Copyright (c) 2010-2015, Intel Corporation. All rights reserved.<BR>
+This software and associated documentation (if any) is furnished
+under a license and may only be used or copied in accordance
+with the terms of the license. Except as permitted by such
+license, no part of this software or documentation may be
+reproduced, stored in a retrieval system, or transmitted in any
+form or by any means without the express written consent of
+Intel Corporation.
+
+**/
+
+#ifndef __HII_FRONT_PAGE_FORMSET_H__
+#define __HII_FRONT_PAGE_FORMSET_H__
+
+///
+/// Guid define to group the item show on the front page.
+///
+#define EFI_IFR_FRONT_PAGE_GUID \
+ { 0xe58809f8, 0xfbc1, 0x48e2, { 0x88, 0x3a, 0xa3, 0xf, 0xdc, 0x4b, 0x44,
0x1e } }
+
+extern EFI_GUID gEfiIfrFrontPageGuid;
+
+#endif
diff --git a/MdeModulePkg/Include/Guid/HiiSetupEnter.h
b/MdeModulePkg/Include/Guid/HiiSetupEnter.h
new file mode 100644
index 0000000..5296b35
--- /dev/null
+++ b/MdeModulePkg/Include/Guid/HiiSetupEnter.h
@@ -0,0 +1,26 @@
+/**@file
+GUID used to indiacte enter setup page.
+
+Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+This software and associated documentation (if any) is furnished
+under a license and may only be used or copied in accordance
+with the terms of the license. Except as permitted by such
+license, no part of this software or documentation may be
+reproduced, stored in a retrieval system, or transmitted in any
+form or by any means without the express written consent of
+Intel Corporation.
+
+**/
+
+#ifndef __HII_SETUP_ENTER_H__
+#define __HII_SETUP_ENTER_H__
+
+///
+/// This Guid is installed as protocol guid to notify system enter into Front
Page for Setup configuration.
+///
+#define EFI_SETUP_ENTER_GUID \
+ { 0x71202EEE, 0x5F53, 0x40d9, {0xAB, 0x3D, 0x9E, 0x0C, 0x26, 0xD9, 0x66,
0x57 }}
+
+extern EFI_GUID gEfiSetupEnterGuid;
+
+#endif
--
1.9.5.msysgit.1
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel