]> 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 c02c24488d307621d5d492e5708cd5906041052e..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,33 +12,17 @@ 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
-Abstract:\r
-\r
-\r
-Revision History\r
-\r
---*/\r
-\r
+**/\r
 #ifndef _DRIVER_SAMPLE_H\r
 #define _DRIVER_SAMPLE_H\r
 \r
 \r
-//\r
-// The package level header files this module uses\r
-//\r
+\r
 #include <PiDxe.h>\r
-//\r
-// The protocols, PPI and GUID defintions for this module\r
-//\r
+\r
 #include <Protocol/FormCallbackFramework.h>\r
 #include <Protocol/HiiFramework.h>\r
-//\r
-// The Library classes this module consumes\r
-//\r
+\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 #include <Library/DebugLib.h>\r