]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / PcatSingleSegmentPciCfg2Pei / PcatSingleSegmentPciCfg2Pei.inf
index a8a9dcd68c0a035f4791cba09c3a2b53405e19a0..94665213d596034d13e51bea07b92d0c504f494a 100644 (file)
@@ -1,23 +1,20 @@
-#/** @file\r
-#  This driver installs Single Segment Pci Configuration 2 PPI \r
-#  to provide read, write and modify access to Pci configuration space in PEI phase. \r
+## @file\r
+#  Pcat SingleSegmentPciCfg2Pei Pei Module.\r
+#\r
+#  It installs SingleSegmentPciConfiguration2 PPI to provide read, write and modify access to Pci configuration space in PEI phase.\r
 #  To follow PI specification, these services also support access to the unaligned Pci address.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PcatSingleSegmentPciCfg2Pei\r
+  MODULE_UNI_FILE                = PcatSingleSegmentPciCfg2Pei.uni\r
   FILE_GUID                      = 4F1F379F-2A62-48bb-AC34-D3F135C6E2B7\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PciCfg2.c\r
 \r
 [Packages]\r
   PeiServicesLib\r
 \r
 [Ppis]\r
-  gEfiPciCfg2PpiGuid                   ## PRODUCED\r
+  gEfiPciCfg2PpiGuid                   ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PcatSingleSegmentPciCfg2PeiExtra.uni\r