]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/FirmwareVolume.h
Add more comments for IntelFramework's header files.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / FirmwareVolume.h
index d8fa30bd42216434ed2505f3d9aecd10b74560d8..cd0484fc901ee7e08fb3ed24750907b6ebfd50cd 100644 (file)
@@ -1,6 +1,10 @@
 /** @file\r
   This file declares Firmware Volume protocol.\r
-\r
+  The Firmware Volume Protocol provides file-level access to the firmware volume.E ach firmware\r
+  volume driver must produce an instance of the Firmware Volume Protocol if the firmware volume\r
+  is to be visible to the system.T he Firmware Volume Protocol also provides mechanisms for\r
+  determining and modifying some attributes of the firmware volume.\r
+  \r
   Copyright (c) 2007, 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
@@ -10,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:  FirmwareVolume.h\r
-\r
   @par Revision Reference:\r
   This protocol is defined in Firmware Volume specification.\r
   Version 0.9\r
@@ -115,10 +117,6 @@ EFI_STATUS
   IN OUT EFI_FV_ATTRIBUTES          *Attributes\r
   );\r
 \r
-typedef UINT32  EFI_FV_FILE_ATTRIBUTES;\r
-\r
-#define EFI_FV_FILE_ATTRIB_ALIGNMENT  0x0000001F\r
-\r
 /**\r
   Read the requested file (NameGuid) and returns data in Buffer.\r
 \r