summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h')
-rw-r--r--IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h25
1 files changed, 23 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h
index 6cfcf68c3a..cca053b03b 100644
--- a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h
+++ b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h
@@ -24,9 +24,30 @@ Revision History
#define _SETUP_H
//
-// Include common header file for this module.
+// The package level header files this module uses
//
-#include "CommonHeader.h"
+#include <PiDxe.h>
+//
+// The protocols, PPI and GUID defintions for this module
+//
+#include <Protocol/FormCallbackFramework.h>
+#include <Protocol/FormBrowserFramework.h>
+#include <Protocol/HiiFramework.h>
+#include <Protocol/Print.h>
+//
+// The Library classes this module consumes
+//
+#include <Library/BaseLib.h>
+#include <Library/DebugLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/UefiDriverEntryPoint.h>
+#include <Library/PrintLib.h>
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/UefiRuntimeServicesTableLib.h>
+#include <Library/HiiLibFramework.h>
+#include <Library/GraphicsLib.h>
+
//
// This is the generated header file which includes whatever needs to be exported (strings + IFR)