]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index 9dc33a750134a4788655b617b4ca89f4be13d146..e082695923a99c1df7f266837229fa290dd28eae 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
 #  for IA-32 and x64. It also performs direct memory access for MMIO services.\r
-# Copyright (c) 2007 - 2007, Intel Corporation.\r
+# Copyright (c) 2007, Intel Corporation.\r
 #\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
 #\r
 #**/\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseIoLibIntrinsic\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
-#\r
-# The following information is for reference only and not required by the build tools.\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-\r
 [Sources.common]\r
   IoLibMmioBuffer.c\r
-  CommonHeader.h\r
+  BaseIoLibIntrinsicInternal.h\r
 \r
 [Sources.Ia32]\r
   IoHighLevel.c\r
-#  IoLibGcc.c    || GCC   \r
-  IoLibMsc.c    #|| MSFT\r
+  IoLibGcc.c    | GCC\r
+  IoLibMsc.c    | MSFT\r
   IoLib.c\r
 \r
 [Sources.X64]\r
   IoHighLevel.c\r
-#  IoLibGcc.c    || GCC   \r
-  IoLibMsc.c    #|| MSFT\r
+  IoLibGcc.c    | GCC\r
+  IoLibMsc.c    | MSFT\r
   IoLib.c\r
 \r
 [Sources.IPF]\r
   IoHighLevel.c\r
   IoLibIpf.c\r
 \r
-\r
-################################################################################\r
-#\r
-# Includes Section - list of Include locations that are required for\r
-#                    this module.\r
-#\r
-################################################################################\r
-\r
-[Includes]\r
-  $(WORKSPACE)/MdePkg\Include/Library\r
-\r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   DebugLib\r
   BaseLib\r
 [LibraryClasses.IPF]\r
   PcdLib\r
 \r
-\r
-################################################################################\r
-#\r
-# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
-\r
-[PcdsFixedAtBuild.IPF]\r
-  PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid\r
+[FixedPcd.IPF]\r
+  gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf\r
 \r