]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SectionExtraction.h
Remove "Module Name:" from include file headers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SectionExtraction.h
index a20f0df064c986dd8ed6dce91d6ba84ee6bd67e9..4e4fe1f9fc2fbe1354503c5a65bab4e00ab4e763 100644 (file)
@@ -4,7 +4,7 @@
   This interface provides a means of decoding a set of sections into a linked list of\r
   leaf sections.  This provides for an extensible and flexible file format.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation\r
+  Copyright (c) 2006 - 2009, Intel Corporation\r
   All rights reserved. This program and the accompanying\r
   materials are licensed and made available under the terms and\r
   conditions of the BSD License which accompanies this\r
@@ -14,8 +14,6 @@
   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:  SectionExtraction.h\r
-\r
   @par Revision Reference:\r
   This protocol is defined in Firmware Volume Specification.\r
   Version 0.9\r
@@ -25,9 +23,6 @@
 #ifndef _SECTION_EXTRACTION_PROTOCOL_H_\r
 #define _SECTION_EXTRACTION_PROTOCOL_H_\r
 \r
-#include <PiDxe.h>\r
-#include <Framework/FirmwareVolumeImageFormat.h>\r
-\r
 //\r
 // Protocol GUID definition\r
 //\r
@@ -140,18 +135,20 @@ EFI_STATUS
 // Protocol definition\r
 //\r
 struct _EFI_SECTION_EXTRACTION_PROTOCOL {\r
-///\r
-///  Takes a bounded stream of sections and returns a section stream handle.\r
-///\r
+  ///\r
+  ///  Takes a bounded stream of sections and returns a section stream handle.\r
+  ///\r
   EFI_OPEN_SECTION_STREAM   OpenSectionStream;\r
-///\r
-///  Given a section stream handle, retrieves the requested section and\r
-///  meta-data from the section stream.\r
-///\r
+\r
+  ///\r
+  ///  Given a section stream handle, retrieves the requested section and\r
+  ///  meta-data from the section stream.\r
+  ///\r
   EFI_GET_SECTION           GetSection;\r
-///\r
-///  Given a section stream handle, closes the section stream.\r
-///\r
+\r
+  ///\r
+  ///  Given a section stream handle, closes the section stream.\r
+  ///\r
   EFI_CLOSE_SECTION_STREAM  CloseSectionStream;\r
 };\r
 \r