]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
Add IntelFsp2Pkg and IntelFsp2WrapperPkg.
[mirror_edk2.git] / IntelFsp2Pkg / FspNotifyPhase / FspNotifyPhasePeim.inf
diff --git a/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf b/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
new file mode 100644 (file)
index 0000000..75f7ae5
--- /dev/null
@@ -0,0 +1,49 @@
+## @file\r
+# Component information file for the FSP notify phase PEI module.\r
+#\r
+#@copyright\r
+#  Copyright (c) 2016 Intel Corporation. All rights reserved.\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
+#\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
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = FspNotifyPhasePeim\r
+  FILE_GUID                      = 29CBB005-C972-49F3-960F-292E2202CECD\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = FspNotifyPhasePeimEntryPoint\r
+\r
+[Sources]\r
+  FspNotifyPhasePeim.h\r
+  FspNotifyPhasePeim.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  IntelFsp2Pkg/IntelFsp2Pkg.dec\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  DebugLib\r
+  FspPlatformLib\r
+  FspCommonLib\r
+  FspSwitchStackLib\r
+\r
+[Ppis]\r
+  gEfiDxeIplPpiGuid                       ## PRODUCES\r
+  gEfiEndOfPeiSignalPpiGuid               ## PRODUCES\r
+\r
+[Protocols]\r
+  gEfiPciEnumerationCompleteProtocolGuid  ## PRODUCES\r
+\r
+[Guids]\r
+  gEfiEventReadyToBootGuid                ## PRODUCES ## Event\r
+\r
+[Depex]\r
+  gEfiDxeIplPpiGuid\r