]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Update Mde/MdeModulePkg to support ICC build for IA32/X64.
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index 388c3d4428864c96c81dfb33affa820aaec1624f..9eb960c068eca46e3fbe0553b40cb630027b2718 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
   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
+  IoLibIcc.c    | INTEL\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
+  IoLibIcc.c    | INTEL\r
   IoLib.c\r
 \r
 [Sources.IPF]\r
   IoHighLevel.c\r
   IoLibIpf.c\r
 \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
+[Pcd.IPF]\r
+  gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf\r
 \r