]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
MdePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdePkg / Library / SmmIoLibSmmCpuIo2 / SmmIoLibSmmCpuIo2.inf
CommitLineData
6bfbb5f0 1## @file\r
c92c1790 2# SMM Instance of I/O Library using SMM CPU I/O 2 Protocol.\r
b7c5912a 3#\r
c92c1790 4# I/O Library SMM implementation that uses SMM CPU I/O 2 Protocol for I/O\r
b7c5912a 5# and MMIO operations.\r
c92c1790 6# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
b7c5912a 7#\r
19388d29 8# This program and the accompanying materials\r
b7c5912a 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 11# http://opensource.org/licenses/bsd-license.php.\r
b7c5912a 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
6bfbb5f0 15##\r
b7c5912a 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
8fc71dec 19 BASE_NAME = SmmIoLibSmmCpuIo2\r
c92c1790 20 MODULE_UNI_FILE = SmmIoLibSmmCpuIo2.uni\r
b7c5912a 21 FILE_GUID = DEEEA15E-4A77-4513-BA75-71D26FEF78A1\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = IoLib|DXE_SMM_DRIVER SMM_CORE\r
b7c5912a 25 PI_SPECIFICATION_VERSION = 0x0001000A\r
b7c5912a 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
8fc71dec 33[Sources]\r
b7c5912a 34 IoLibMmioBuffer.c\r
35 SmmCpuIoLibInternal.h\r
36 IoHighLevel.c\r
37 IoLib.c\r
38\r
b7c5912a 39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 DebugLib\r
45 SmmServicesTableLib\r
46\r
3397c6f5 47[Depex.common.DXE_SMM_DRIVER]\r
112af426 48 gEfiSmmCpuIo2ProtocolGuid\r
c92c1790 49\r