]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / SmmIoLibSmmCpuIo2 / SmmIoLibSmmCpuIo2.inf
CommitLineData
6bfbb5f0 1## @file\r
b7c5912a 2# Component description file for Cpu Io SMM Io Library.\r
3#\r
4# I/O Library implementation that uses the CPU I/O Protocol for I/O\r
5# and MMIO operations.\r
8fc71dec 6# Copyright (c) 2009 - 2010, Intel Corporation.\r
b7c5912a 7#\r
8# All rights reserved. This program and the accompanying materials\r
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
11# http://opensource.org/licenses/bsd-license.php\r
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
b7c5912a 20 FILE_GUID = DEEEA15E-4A77-4513-BA75-71D26FEF78A1\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = IoLib|DXE_SMM_DRIVER SMM_CORE\r
b7c5912a 24 PI_SPECIFICATION_VERSION = 0x0001000A\r
b7c5912a 25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
8fc71dec 32[Sources]\r
b7c5912a 33 IoLibMmioBuffer.c\r
34 SmmCpuIoLibInternal.h\r
35 IoHighLevel.c\r
36 IoLib.c\r
37\r
b7c5912a 38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 DebugLib\r
44 SmmServicesTableLib\r
45\r
46[Protocols]\r
8fc71dec 47 gEfiSmmCpuIo2ProtocolGuid ## CONSUMES\r
b7c5912a 48\r
49[Depex]\r
112af426 50 gEfiSmmCpuIo2ProtocolGuid\r