]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Remove unused comments in MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index fb3e2d2bb60ecd8529ff7a01c73af306813c050d..004b2ecd65f2e6ab6083ecf4300ee9fab5f2292c 100644 (file)
 #\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\r
-  IoLibMsc.c\r
+  IoLibGcc.c    || GCC  |||\r
+  IoLibMsc.c    || MSFT |||\r
   IoLib.c\r
 \r
 [Sources.X64]\r
   IoHighLevel.c\r
-  IoLibGcc.c\r
-  IoLibMsc.c\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
 \r