]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
Add HSTI support.
[mirror_edk2.git] / MdePkg / Library / DxeHstiLib / DxeHstiLib.inf
diff --git a/MdePkg/Library/DxeHstiLib/DxeHstiLib.inf b/MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
new file mode 100644 (file)
index 0000000..a694c2c
--- /dev/null
@@ -0,0 +1,48 @@
+## @file\r
+# DXE instance of Hsti Library.\r
+#\r
+# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#\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
+#  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
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = DxeHstiLib\r
+  MODULE_UNI_FILE                = DxeHstiLib.uni\r
+  FILE_GUID                      = 7DE1C620-F587-4116-A36D-40F3467B9A0C\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = HstiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+\r
+[Sources]\r
+  HstiAip.c\r
+  HstiDxe.c\r
+  HstiDxe.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+\r
+[Guids]\r
+## SOMETIMES_PRODUCES ## GUID\r
+## SOMETIMES_CONSUMES ## GUID\r
+  gAdapterInfoPlatformSecurityGuid\r
+\r
+[Protocols]\r
+## SOMETIMES_PRODUCES\r
+## SOMETIMES_CONSUMES\r
+  gEfiAdapterInformationProtocolGuid\r
+\r