Last change
on this file since 85805 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = CpuIo2Dxe
|
---|
14 | MODULE_UNI_FILE = CpuIo2Dxe.uni
|
---|
15 | FILE_GUID = A19B1FE7-C1BC-49F8-875F-54A5D542443F
|
---|
16 | MODULE_TYPE = DXE_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | ENTRY_POINT = CpuIo2Initialize
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | CpuIo2Dxe.c
|
---|
28 | CpuIo2Dxe.h
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | BaseLib
|
---|
36 | DebugLib
|
---|
37 | IoLib
|
---|
38 | UefiBootServicesTableLib
|
---|
39 |
|
---|
40 | [Protocols]
|
---|
41 | gEfiCpuIo2ProtocolGuid ## PRODUCES
|
---|
42 |
|
---|
43 | [Depex]
|
---|
44 | TRUE
|
---|
45 |
|
---|
46 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
47 | CpuIo2DxeExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.