diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-18 06:29:56 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-18 06:29:56 +0000 |
commit | f66a2a1741758ec03a1e1f45e3c95b56634365c9 (patch) | |
tree | b3852cbd6faa2850d39439d47c23f9e89e356b8f /IntelFrameworkModulePkg | |
parent | 0a7d0741b624ef927dce432c4ccd72a7b855732f (diff) | |
download | edk2-platforms-f66a2a1741758ec03a1e1f45e3c95b56634365c9.tar.xz |
Removed reference to non-existing library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4163 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf index 00afe22135..218b099292 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf @@ -48,7 +48,6 @@ [LibraryClasses]
PcdLib
- BootScriptLib
ReportStatusCodeLib
UefiBootServicesTableLib
MemoryAllocationLib
|