mirror of https://github.com/acidanthera/audk.git
ShellPkg: Add missing apps
ShellPkg.dsc is missing a few applications in the package. They are added to the DSC in this change to include the ShellPkg build. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
ffc09b51cb
commit
6830074642
|
@ -139,6 +139,11 @@
|
|||
NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
|
||||
}
|
||||
|
||||
ShellPkg/Application/AcpiViewApp/AcpiViewApp.inf
|
||||
ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
|
||||
ShellPkg/Application/ShellExecTestApp/SA.inf
|
||||
ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf
|
||||
|
||||
ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
|
||||
<PcdsFixedAtBuild>
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
||||
|
@ -159,7 +164,6 @@
|
|||
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
||||
}
|
||||
ShellPkg/DynamicCommand/VariablePolicyDynamicCommand/VariablePolicyApp.inf
|
||||
ShellPkg/Application/AcpiViewApp/AcpiViewApp.inf
|
||||
|
||||
[BuildOptions]
|
||||
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|
||||
|
|
Loading…
Reference in New Issue