]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Setup.h
Update following library class/Protocol for puting 'Framework' as prefix
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / Setup.h
index 6cfcf68c3a2f020d02b465d5e27ef04bba0aaabc..098077776f814684d825b51d87a17220e69f7f75 100644 (file)
@@ -1,4 +1,5 @@
-/*++\r
+/**@file\r
+\r
 \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -9,24 +10,30 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  Setup.h\r
+**/\r
 \r
-Abstract:\r
+#ifndef _SETUP_H\r
+#define _SETUP_H\r
 \r
 \r
-Revision History\r
+#include <PiDxe.h>\r
 \r
---*/\r
+#include <Protocol/FrameworkFormCallback.h>\r
+#include <Protocol/FrameworkFormBrowser.h>\r
+#include <Protocol/FrameworkHii.h>\r
+#include <Protocol/Print.h>\r
 \r
-#ifndef _SETUP_H\r
-#define _SETUP_H\r
+#include <Library/BaseLib.h>\r
+#include <Library/DebugLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
+#include <Library/UefiDriverEntryPoint.h>\r
+#include <Library/PrintLib.h>\r
+#include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/UefiRuntimeServicesTableLib.h>\r
+#include <Library/FrameworkHiiLib.h>\r
+#include <Library/GraphicsLib.h>\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
 \r
 //\r
 // This is the generated header file which includes whatever needs to be exported (strings + IFR)\r