]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / OemHookStatusCodeLibNull / OemHookStatusCodeLibNull.inf
1 ## @file
2 # Null instance of OEM Hook Status Code Library with empty functions.
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = OemHookStatusCodeLibNull
14 MODULE_UNI_FILE = OemHookStatusCodeLibNull.uni
15 FILE_GUID = 54D2878F-25CD-4a2b-8420-EBD18E609C76
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = OemHookStatusCodeLib
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 OemHookStatusCodeLibNull.c
28
29 [Packages]
30 MdePkg/MdePkg.dec