]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiLib.inf
SecurityPkg: SecureBootVariableLib: Added unit tests
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / MockUefiLib.inf
diff --git a/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiLib.inf b/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiLib.inf
new file mode 100644 (file)
index 0000000..a84242a
--- /dev/null
@@ -0,0 +1,45 @@
+## @file\r
+# Instance of UEFI Library.\r
+#\r
+# The UEFI Library provides functions and macros that simplify the development of\r
+#  UEFI Drivers and UEFI Applications.  These functions and macros help manage EFI\r
+#  events, build simple locks utilizing EFI Task Priority Levels (TPLs), install\r
+#  EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers,\r
+#  and print messages on the console output and standard error devices.\r
+#\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = MockUefiLib\r
+  FILE_GUID                      = E3B7AEF9-4E55-49AF-B035-ED776C928EC6\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = UefiLib|HOST_APPLICATION\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources]\r
+  MockUefiLib.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  PrintLib\r
+  PcdLib\r
+  MemoryAllocationLib\r
+  DebugLib\r
+  BaseMemoryLib\r
+  BaseLib\r
+  UefiRuntimeServicesTableLib\r
+\r
+[Guids]\r
+  gEfiGlobalVariableGuid                        ## SOMETIMES_CONSUMES  ## Variable\r