mirror of https://github.com/acidanthera/audk.git
Remove references to a package that does not exist.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10545 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e22812c731
commit
9e04898b6d
|
@ -114,8 +114,6 @@
|
|||
ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
|
||||
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
||||
|
||||
UsbLib|AppleCommonPkg/Library/AppleUsbLib/AppleUsbDxeLib.inf
|
||||
|
||||
[LibraryClasses.common.SEC]
|
||||
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
|
||||
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
||||
|
@ -387,13 +385,6 @@ UsbLib|AppleCommonPkg/Library/AppleUsbLib/AppleUsbDxeLib.inf
|
|||
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||
|
||||
AppleCommonPkg/Bus/Pci/EhciDxe/Ehci.inf
|
||||
AppleCommonPkg/Bus/Usb/UsbBotDxe/UsbBot.inf
|
||||
AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi0/UsbCbi0.inf
|
||||
AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi1/UsbCbi1.inf
|
||||
AppleCommonPkg/Bus/Usb/UsbBusDxe/UsbBus.inf
|
||||
AppleCommonPkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorage.inf
|
||||
|
||||
#
|
||||
# Nand Flash
|
||||
#
|
||||
|
|
|
@ -156,16 +156,9 @@ READ_LOCK_STATUS = TRUE
|
|||
|
||||
#NOTE: Open source EHCI stack doesn't work on Beagleboard.
|
||||
#NOTE: UsbBus and UsbMassStorage don't work using iPhond SDK tool chain.
|
||||
## INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
||||
## INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||
## INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||
|
||||
INF AppleCommonPkg/Bus/Pci/EhciDxe/Ehci.inf
|
||||
INF AppleCommonPkg/Bus/Usb/UsbBotDxe/UsbBot.inf
|
||||
INF AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi0/UsbCbi0.inf
|
||||
INF AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi1/UsbCbi1.inf
|
||||
INF AppleCommonPkg/Bus/Usb/UsbBusDxe/UsbBus.inf
|
||||
INF AppleCommonPkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorage.inf
|
||||
INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
||||
INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||
|
||||
#
|
||||
# UEFI application (Shell Embedded Boot Loader)
|
||||
|
|
Loading…
Reference in New Issue