]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / DxeIoLibCpuIo2 / DxeIoLibCpuIo2.inf
CommitLineData
ba9f8351 1## @file\r
2# I/O Library instance based on EFI_CPU_IO2_PROTOCOL.\r
3#\r
4# I/O Library implementation that uses the CPU I/O2 Protocol for I/O and MMIO operations.\r
5#\r
19388d29 6# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
ba9f8351 7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this \r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11#\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
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeIoLibCpuIo2\r
21 FILE_GUID = 33D33BF3-349E-4768-9459-836A9F7558FB\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_SAL_DRIVER\r
25 CONSTRUCTOR = IoLibConstructor\r
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 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 IoLibMmioBuffer.c\r
35 DxeCpuIo2LibInternal.h\r
36 IoHighLevel.c\r
37 IoLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiCpuIo2ProtocolGuid ## CONSUMES\r
49\r
50[Depex]\r
51 gEfiCpuIo2ProtocolGuid\r