]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / DxeIoLibCpuIo2 / DxeIoLibCpuIo2.inf
1 ## @file
2 # I/O Library instance based on EFI_CPU_IO2_PROTOCOL.
3 #
4 # I/O Library implementation that uses the CPU I/O2 Protocol for I/O and MMIO operations.
5 #
6 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials are licensed and made available
8 # under the terms and conditions of the BSD License which accompanies this
9 # distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php.
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = DxeIoLibCpuIo2
21 FILE_GUID = 33D33BF3-349E-4768-9459-836A9F7558FB
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = IoLib|DXE_DRIVER DXE_SAL_DRIVER
25 CONSTRUCTOR = IoLibConstructor
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 IoLibMmioBuffer.c
35 DxeCpuIo2LibInternal.h
36 IoHighLevel.c
37 IoLib.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 DebugLib
45 UefiBootServicesTableLib
46
47 [Protocols]
48 gEfiCpuIo2ProtocolGuid ## CONSUMES
49
50 [Depex]
51 gEfiCpuIo2ProtocolGuid