]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSample.h
Correct all header files for doxygen format and correct the license issue for VgaClas...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / DriverSampleDxe / DriverSample.h
index ba3a50d9b279de64b03054c86286505a011e0a34..e32927d7a79825dea251e0ac4cfd52cc78307f75 100644 (file)
@@ -1,5 +1,8 @@
-/*++\r
+/**@file\r
 \r
+  This is an example of how a driver might export data to the HII protocol to be\r
+  later utilized by the Setup Protocol\r
+  \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -9,25 +12,27 @@ 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
-  DriverSample.h\r
+**/\r
+#ifndef _DRIVER_SAMPLE_H\r
+#define _DRIVER_SAMPLE_H\r
 \r
-Abstract:\r
 \r
 \r
-Revision History\r
+#include <PiDxe.h>\r
 \r
---*/\r
+#include <Protocol/FormCallbackFramework.h>\r
+#include <Protocol/HiiFramework.h>\r
 \r
-#ifndef _DRIVER_SAMPLE_H\r
-#define _DRIVER_SAMPLE_H\r
-\r
-\r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
+#include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/UefiRuntimeServicesTableLib.h>\r
+#include <Library/DebugLib.h>\r
+#include <Library/UefiDriverEntryPoint.h>\r
+#include <Library/BaseLib.h>\r
+#include <Library/PrintLib.h>\r
+#include <Library/IfrSupportLibFramework.h>\r
+#include <Library/BaseMemoryLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
+#include <Library/HiiLibFramework.h>\r
 \r
 #include "NVDataStruc.h"\r
 \r
@@ -43,7 +48,7 @@ extern UINT8  InventoryBin[];
 //\r
 // extern UINT8 InventoryStringsStr[];\r
 //\r
-extern UINT8  DriverSampleStrings[];\r
+extern UINT8  DriverSampleDxeStrings[];\r
 \r
 #define SAMPLE_STRING               L"This is an error!"\r
 \r