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