]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / SmmCpuPlatformHookLibNull / SmmCpuPlatformHookLibNull.inf
1 ## @file
2 # SMM CPU Platform Hook NULL library instance.
3 #
4 # Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 ################################################################################
10 #
11 # Defines Section - statements that will be processed to create a Makefile.
12 #
13 ################################################################################
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = SmmCpuPlatformHookLibNull
17 MODULE_UNI_FILE = SmmCpuPlatformHookLibNull.uni
18 FILE_GUID = D6494E1B-E06F-4ab5-B64D-48B25AA9EB33
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = SmmCpuPlatformHookLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 SmmCpuPlatformHookLibNull.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 UefiCpuPkg/UefiCpuPkg.dec