]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / SmmCorePlatformHookLibNull / SmmCorePlatformHookLibNull.inf
1 ## @file
2 # SMM Core Platform Hook Null Library instance
3 #
4 # Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = SmmCorePlatformHookLibNull
13 MODULE_UNI_FILE = SmmCorePlatformHookLibNull.uni
14 FILE_GUID = FED6583D-2418-4760-AC96-B5E18F0A6326
15 MODULE_TYPE = SMM_CORE
16 VERSION_STRING = 1.0
17 PI_SPECIFICATION_VERSION = 0x0001000A
18 LIBRARY_CLASS = SmmCorePlatformHookLib|SMM_CORE
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 SmmCorePlatformHookLibNull.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec