]> git.proxmox.com Git - mirror_edk2.git/blobdiff - RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
RedfishPkg/PlatformHostInterfaceLib: Platform NULL lib
[mirror_edk2.git] / RedfishPkg / Library / PlatformHostInterfaceLibNull / PlatformHostInterfaceLibNull.inf
diff --git a/RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf b/RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
new file mode 100644 (file)
index 0000000..b42e533
--- /dev/null
@@ -0,0 +1,33 @@
+## @file\r
+#  NULL instance of RedfishPlatformHostInterfaceLib\r
+#\r
+#  (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x0001000b\r
+  BASE_NAME                      = RedfishPlatformHostInterfaceLibNull\r
+  FILE_GUID                      = 851229BF-4D8B-30F3-DD0D-20AFAF99A77B\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = RedfishPlatformHostInterfaceLib\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 RISCV64\r
+#\r
+\r
+[Sources]\r
+  PlatformHostInterfaceLibNull.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  RedfishPkg/RedfishPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiLib\r
+  BaseLib\r
+\r