diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-26 02:42:29 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-26 02:42:29 +0000 |
commit | dd1119dd87485ca7c62d59e8e256526103423cbc (patch) | |
tree | 017e844be369158cba5191101cdf52b30d03817d | |
parent | ae0c9fa612fee153c21c2a2562f31034c571eedf (diff) | |
download | edk2-platforms-dd1119dd87485ca7c62d59e8e256526103423cbc.tar.xz |
Comment out two libraries that are not included in EdkCompatiblityPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4220 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EdkCompatibilityPkg/Sample/Platform/EdkLibAll.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Sample/Platform/EdkLibAll.dsc b/EdkCompatibilityPkg/Sample/Platform/EdkLibAll.dsc index 346946f5ec..bdb37b17a0 100644 --- a/EdkCompatibilityPkg/Sample/Platform/EdkLibAll.dsc +++ b/EdkCompatibilityPkg/Sample/Platform/EdkLibAll.dsc @@ -59,5 +59,5 @@ $(EDK_PREFIX)Foundation\Library\Dxe\GraphicsLite\Graphics.inf #
# Module Libraries
#
-$(EDK_PREFIX)Sample\Platform\Generic\Dxe\GenericBds\GenericBds.inf
-$(EDK_PREFIX)Sample\Bus\Usb\UsbLib\Dxe\UsbDxeLib.inf
+#$(EDK_PREFIX)Sample\Platform\Generic\Dxe\GenericBds\GenericBds.inf
+#$(EDK_PREFIX)Sample\Bus\Usb\UsbLib\Dxe\UsbDxeLib.inf
|