]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Dxe / CpuIo2Dxe.inf
... / ...
CommitLineData
1## @file\r
2# Produces the CPU I/O 2 Protocol by using the services of the I/O Library.\r
3#\r
4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this 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[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = CpuIo2Dxe\r
20 MODULE_UNI_FILE = CpuIo2Dxe.uni\r
21 FILE_GUID = A19B1FE7-C1BC-49F8-875F-54A5D542443F\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = CpuIo2Initialize\r
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 EBC\r
30#\r
31\r
32[Sources]\r
33 CpuIo2Dxe.c\r
34 CpuIo2Dxe.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 BaseLib\r
42 DebugLib\r
43 IoLib\r
44 UefiBootServicesTableLib\r
45\r
46[Protocols]\r
47 gEfiCpuIo2ProtocolGuid ## PRODUCES\r
48\r
49[Depex]\r
50 TRUE\r
51\r
52[UserExtensions.TianoCore."ExtraFiles"]\r
53 CpuIo2DxeExtra.uni\r