]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
MdePkg/BasePrintLib: Fix incomplete print output
[mirror_edk2.git] / MdePkg / Library / DxeHstiLib / DxeHstiLib.inf
CommitLineData
aaedfe3c
JY
1## @file\r
2# DXE instance of Hsti Library.\r
3#\r
4# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = DxeHstiLib\r
18 MODULE_UNI_FILE = DxeHstiLib.uni\r
19 FILE_GUID = 7DE1C620-F587-4116-A36D-40F3467B9A0C\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = HstiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
23\r
24[Sources]\r
25 HstiAip.c\r
26 HstiDxe.c\r
27 HstiDxe.h\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 BaseMemoryLib\r
35 MemoryAllocationLib\r
36 DebugLib\r
37 UefiBootServicesTableLib\r
38\r
39[Guids]\r
40## SOMETIMES_PRODUCES ## GUID\r
41## SOMETIMES_CONSUMES ## GUID\r
42 gAdapterInfoPlatformSecurityGuid\r
43\r
44[Protocols]\r
45## SOMETIMES_PRODUCES\r
46## SOMETIMES_CONSUMES\r
47 gEfiAdapterInformationProtocolGuid\r
48\r