diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-29 03:22:41 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-29 03:22:41 +0000 |
commit | ebc5f59da441a868889c9e32ef1e9229d88459ed (patch) | |
tree | 2ad77be3f0fe40855096f0b76c2f54fcefe3f152 | |
parent | e34ecc8a1e7f396278b630e2c6e4022e762faf5a (diff) | |
download | edk2-ebc5f59da441a868889c9e32ef1e9229d88459ed.zip edk2-ebc5f59da441a868889c9e32ef1e9229d88459ed.tar.gz edk2-ebc5f59da441a868889c9e32ef1e9229d88459ed.tar.bz2 |
Remove duplicate module in MdePkg DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6282 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/MdePkg.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index 00748d0..35a36a6 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -53,7 +53,6 @@ MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
- MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|