Update inf file to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11454 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -84,7 +84,6 @@
|
|||||||
# gEfiShellEnvironment2Guid # SOMETIMES_PRODUCED
|
# gEfiShellEnvironment2Guid # SOMETIMES_PRODUCED
|
||||||
# gEfiShellInterfaceGuid # SOMETIMES_PRODUCED
|
# gEfiShellInterfaceGuid # SOMETIMES_PRODUCED
|
||||||
|
|
||||||
gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED
|
|
||||||
gEfiSimpleTextInputExProtocolGuid # ALWAYS_CONSUMED
|
gEfiSimpleTextInputExProtocolGuid # ALWAYS_CONSUMED
|
||||||
gEfiSimpleTextInProtocolGuid # ALWAYS_CONSUMED
|
gEfiSimpleTextInProtocolGuid # ALWAYS_CONSUMED
|
||||||
gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED
|
gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED
|
||||||
|
@ -36,11 +36,4 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
ShellCEntryLib
|
ShellCEntryLib
|
||||||
UefiLib
|
UefiLib
|
||||||
|
|
||||||
[Guids]
|
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
|
|
||||||
|
|
||||||
[Pcd]
|
|
@ -39,12 +39,3 @@
|
|||||||
UefiApplicationEntryPoint
|
UefiApplicationEntryPoint
|
||||||
UefiLib
|
UefiLib
|
||||||
|
|
||||||
[Guids]
|
|
||||||
|
|
||||||
[Ppis]
|
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
|
|
||||||
[FeaturePcd]
|
|
||||||
|
|
||||||
[Pcd]
|
|
||||||
|
@ -39,9 +39,3 @@
|
|||||||
UefiLib
|
UefiLib
|
||||||
SortLib
|
SortLib
|
||||||
|
|
||||||
[Guids]
|
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
|
|
||||||
|
|
||||||
[Pcd]
|
|
||||||
|
@ -38,8 +38,4 @@
|
|||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
|
|
||||||
[Guids]
|
|
||||||
|
|
||||||
[Pcd.common]
|
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
gEfiDiskIoProtocolGuid
|
gEfiDiskIoProtocolGuid
|
||||||
gEfiBlockIoProtocolGuid
|
gEfiBlockIoProtocolGuid
|
||||||
gEfiUnicodeCollationProtocolGuid
|
gEfiUnicodeCollationProtocolGuid
|
||||||
gEfiUnicodeCollation2ProtocolGuid
|
|
||||||
gEfiPciRootBridgeIoProtocolGuid
|
gEfiPciRootBridgeIoProtocolGuid
|
||||||
gEfiPciIoProtocolGuid
|
gEfiPciIoProtocolGuid
|
||||||
gEfiScsiPassThruProtocolGuid
|
gEfiScsiPassThruProtocolGuid
|
||||||
|
@ -42,12 +42,18 @@
|
|||||||
DmpStore.c
|
DmpStore.c
|
||||||
Dblk.c
|
Dblk.c
|
||||||
SmbiosView/EventLogInfo.c
|
SmbiosView/EventLogInfo.c
|
||||||
|
SmbiosView/EventLogInfo.h
|
||||||
SmbiosView/PrintInfo.c
|
SmbiosView/PrintInfo.c
|
||||||
SmbiosView/QueryTable.c
|
SmbiosView/QueryTable.c
|
||||||
SmbiosView/SmbiosView.c
|
SmbiosView/SmbiosView.c
|
||||||
SmbiosView/Smbios.c
|
SmbiosView/Smbios.c
|
||||||
SmbiosView/SmbiosViewStrings.uni
|
SmbiosView/SmbiosViewStrings.uni
|
||||||
SmbiosView/LibSmbiosView.c
|
SmbiosView/LibSmbiosView.c
|
||||||
|
SmbiosView/PrintInfo.h
|
||||||
|
SmbiosView/LibSmbiosView.h
|
||||||
|
SmbiosView/LibSmbios.h
|
||||||
|
SmbiosView/QueryTable.h
|
||||||
|
SmbiosView/smbiosview.h
|
||||||
UefiShellDebug1CommandsLib.c
|
UefiShellDebug1CommandsLib.c
|
||||||
UefiShellDebug1CommandsLib.h
|
UefiShellDebug1CommandsLib.h
|
||||||
UefiShellDebug1CommandsLib.uni
|
UefiShellDebug1CommandsLib.uni
|
||||||
|
Reference in New Issue
Block a user