]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configuration...
[mirror_edk2.git] / UnixPkg / UnixFirmwareVolumePei / UnixFwh.inf
index 126e8935ea16bd1831ba9065b2fd7649cf9b678f..b5f68d7c9dfe4b6075dc52201300c023d36f8806 100644 (file)
@@ -1,11 +1,11 @@
-#/** @file\r
+## @file\r
 # Component description file for WinNtFwh module\r
 #\r
 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices\r
 #  on the NT32 emulator.\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -13,7 +13,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -21,9 +21,6 @@
   FILE_GUID                      = f40b7864-8985-11db-af21-0040d02b1835\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PeimInitializeUnixFwh\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UnixFwh.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   UnixPkg/UnixPkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   PeiServicesTablePointerLib\r
   PeiServicesLib\r
   PeimEntryPoint\r
   DebugLib\r
 \r
-\r
-[FixedPcd.common]\r
+[Pcd]\r
   gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize\r
   gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase\r
-\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
 \r
-\r
 [Ppis]\r
   gUnixFwhPpiGuid                               # PPI ALWAYS_CONSUMED\r
 \r
-\r
 [Depex]\r
   gUnixFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
 \r