summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 08:30:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 08:30:34 +0000
commit65442978323383404b1f0195c87c8a362270aa02 (patch)
tree72fa40edbfcfc53a6e87c7db5aa989aea9f71fbe /MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
parent2f5c655aae69e31d296b98700344b7aa140f5eb2 (diff)
downloadedk2-platforms-65442978323383404b1f0195c87c8a362270aa02.tar.xz
Retired macro value TIME_OUT in UefiUsbLib and introduce a new PCD entry PcdUsbTransferTimeoutValue for it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7467 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib/UefiUsbLib.inf')
-rw-r--r--MdePkg/Library/UefiUsbLib/UefiUsbLib.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf b/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
index fdca45dd8c..105a54482e 100644
--- a/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
+++ b/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
@@ -40,4 +40,7 @@
[LibraryClasses]
DebugLib
BaseMemoryLib
+ PcdLib
+[Pcd]
+ gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue \ No newline at end of file