]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiLib.inf
SecurityPkg: SecureBootVariableLib: Added unit tests
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / MockUefiLib.inf
CommitLineData
dbc4e367 1## @file\r
2# Instance of UEFI Library.\r
3#\r
4# The UEFI Library provides functions and macros that simplify the development of\r
5# UEFI Drivers and UEFI Applications. These functions and macros help manage EFI\r
6# events, build simple locks utilizing EFI Task Priority Levels (TPLs), install\r
7# EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers,\r
8# and print messages on the console output and standard error devices.\r
9#\r
10# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
11#\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = MockUefiLib\r
20 FILE_GUID = E3B7AEF9-4E55-49AF-B035-ED776C928EC6\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = UefiLib|HOST_APPLICATION\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 MockUefiLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 PrintLib\r
37 PcdLib\r
38 MemoryAllocationLib\r
39 DebugLib\r
40 BaseMemoryLib\r
41 BaseLib\r
42 UefiRuntimeServicesTableLib\r
43\r
44[Guids]\r
45 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable\r