]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeHstiLib / DxeHstiLib.inf
1 ## @file
2 # DXE instance of Hsti Library.
3 #
4 # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = DxeHstiLib
13 MODULE_UNI_FILE = DxeHstiLib.uni
14 FILE_GUID = 7DE1C620-F587-4116-A36D-40F3467B9A0C
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = HstiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
18
19 [Sources]
20 HstiAip.c
21 HstiDxe.c
22 HstiDxe.h
23
24 [Packages]
25 MdePkg/MdePkg.dec
26
27 [LibraryClasses]
28 BaseLib
29 BaseMemoryLib
30 MemoryAllocationLib
31 DebugLib
32 UefiBootServicesTableLib
33
34 [Guids]
35 ## SOMETIMES_PRODUCES ## GUID
36 ## SOMETIMES_CONSUMES ## GUID
37 gAdapterInfoPlatformSecurityGuid
38
39 [Protocols]
40 ## SOMETIMES_PRODUCES
41 ## SOMETIMES_CONSUMES
42 gEfiAdapterInformationProtocolGuid
43