]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmIoLib/SmmIoLib.inf
MdePkg/SmmIoLib: Add sample instance.
[mirror_edk2.git] / MdePkg / Library / SmmIoLib / SmmIoLib.inf
CommitLineData
f9320738
JY
1## @file\r
2# Instance of SMM IO check library.\r
3#\r
4# SMM IO check library library implementation. This library consumes GCD to collect all valid\r
5# IO space defined by a platform.\r
6# A platform may have its own SmmIoLib instance to exclude more IO space.\r
7#\r
8# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SmmIoLib\r
22 MODULE_UNI_FILE = SmmIoLib.uni\r
23 FILE_GUID = F0F5A845-E3ED-4C6E-82D6-4ECE85DAC00F\r
24 MODULE_TYPE = DXE_SMM_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = SmmIoLib|DXE_SMM_DRIVER SMM_CORE\r
27 CONSTRUCTOR = SmmIoLibConstructor\r
28 DESTRUCTOR = SmmIoLibDestructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 SmmIoLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 SmmServicesTableLib\r
44 UefiBootServicesTableLib\r
45 DxeServicesTableLib\r
46 DebugLib\r
47 BaseMemoryLib\r
48 MemoryAllocationLib\r
49 HobLib\r
50\r
51[Protocols]\r
52 gEfiSmmReadyToLockProtocolGuid ## CONSUMES\r
53 gEfiSmmEndOfDxeProtocolGuid ## CONSUMES\r