]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibSample/BaseFspWrapperPlatformMultiPhaseLibSample.inf
IntelFsp2WrapperPkg: Add FSP 2.4 MultiPhase interface.
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperPlatformMultiPhaseLibSample / BaseFspWrapperPlatformMultiPhaseLibSample.inf
diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibSample/BaseFspWrapperPlatformMultiPhaseLibSample.inf b/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformMultiPhaseLibSample/BaseFspWrapperPlatformMultiPhaseLibSample.inf
new file mode 100644 (file)
index 0000000..607ad41
--- /dev/null
@@ -0,0 +1,37 @@
+## @file\r
+#  FSP Wrapper to handle platform specific actions for\r
+#  FSP MultiPhase (SeparatePhase) Initialization.\r
+#\r
+#  Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = BaseFspWrapperPlatformMultiPhaseLibSample\r
+  FILE_GUID                      = DB63E5AA-21C6-40BB-879A-CD1762C8427B\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = FspWrapperPlatformMultiPhaseLib\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  FspWrapperPlatformMultiPhaseLibSample.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  IntelFsp2Pkg/IntelFsp2Pkg.dec\r
+  IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  BaseLib\r
+  PcdLib\r
+  PeiServicesLib\r