mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
add debug agent null instance in DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10103 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6dc1935622
commit
fa2198b4c9
@ -10,7 +10,7 @@
|
|||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
# which accompanies this distribution. The full text of the license may be found at
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
#
|
#
|
||||||
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#
|
#
|
||||||
@ -67,11 +67,12 @@
|
|||||||
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
||||||
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
||||||
SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
||||||
|
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
||||||
|
|
||||||
EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
|
EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
|
||||||
EblCmdLib|EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf
|
EblCmdLib|EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf
|
||||||
EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
|
EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
|
||||||
|
|
||||||
|
|
||||||
[LibraryClasses.common.USER_DEFINED]
|
[LibraryClasses.common.USER_DEFINED]
|
||||||
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
||||||
@ -235,7 +236,7 @@
|
|||||||
gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
|
gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
|
||||||
gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
|
gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
|
||||||
gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
|
gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
|
||||||
|
|
||||||
gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
|
gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
|
||||||
gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
|
gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
|
||||||
|
|
||||||
@ -280,8 +281,8 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
|
||||||
|
|
||||||
|
|
||||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"%a"
|
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"%a"
|
||||||
|
|
||||||
[PcdsFeatureFlag]
|
[PcdsFeatureFlag]
|
||||||
@ -304,7 +305,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
|
||||||
#gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
|
#gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
|
||||||
|
|
||||||
[PcdsFeatureFlag.IA32]
|
[PcdsFeatureFlag.IA32]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
|
||||||
@ -397,7 +398,7 @@
|
|||||||
UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
|
UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
|
||||||
UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
|
UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
|
||||||
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
||||||
|
|
||||||
##
|
##
|
||||||
# DXE Phase modules
|
# DXE Phase modules
|
||||||
##
|
##
|
||||||
@ -444,7 +445,7 @@
|
|||||||
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
||||||
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
||||||
UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
|
UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
|
||||||
|
|
||||||
UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
|
UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
|
||||||
UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
|
UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
|
||||||
UnixPkg/UnixUgaDxe/UnixUga.inf
|
UnixPkg/UnixUgaDxe/UnixUga.inf
|
||||||
@ -476,5 +477,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#FatPkg/EnhancedFatDxe/Fat.inf
|
#FatPkg/EnhancedFatDxe/Fat.inf
|
||||||
|
|
||||||
#EmbeddedPkg/Ebl/Ebl.inf
|
#EmbeddedPkg/Ebl/Ebl.inf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user