]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / AuthVariableLibNull / AuthVariableLibNull.inf
... / ...
CommitLineData
1## @file\r
2# Provides NULL authenticated variable services.\r
3#\r
4# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = AuthVariableLibNull\r
13 MODULE_UNI_FILE = AuthVariableLibNull.uni\r
14 FILE_GUID = 435CB0E4-7C9A-4BB7-9907-8FD4643E978A\r
15 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER MM_STANDALONE\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64\r
23#\r
24\r
25[Sources]\r
26 AuthVariableLibNull.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32[LibraryClasses]\r
33 DebugLib\r