mirror of https://github.com/acidanthera/audk.git
Clean up MetronomeDxe INF file. This module uses the IoLib, so the dependency on the CPU I/O Protocol can be removed from this INF file. If the IoLib that layers on top of a CPU I/O Protocol is used, then the dependency will be inherited from the lib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9728 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
22d1195390
commit
fa7df1d692
|
@ -21,15 +21,10 @@
|
|||
FILE_GUID = 07A9330A-F347-11d4-9A49-0090273FC14D
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
ENTRY_POINT = InstallMetronome
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
DuetPkg/DuetPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
UefiDriverEntryPoint
|
||||
|
@ -37,13 +32,12 @@
|
|||
UefiBootServicesTableLib
|
||||
IoLib
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
Metronome.c
|
||||
Metronome.h
|
||||
|
||||
[Protocols]
|
||||
gEfiMetronomeArchProtocolGuid
|
||||
gEfiCpuIo2ProtocolGuid
|
||||
|
||||
[Depex]
|
||||
gEfiCpuIo2ProtocolGuid
|
||||
TRUE
|
||||
|
|
Loading…
Reference in New Issue