summaryrefslogtreecommitdiff
path: root/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 18:39:43 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 18:39:43 +0000
commit9be2c306aa8e267eefbc6b9d4ef099308b7f091a (patch)
tree09be55fe160658d3b35aae12c117bec0699ff02f /DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
parent4e6a198ccca8d95b452b85e66da84fba1acd34a5 (diff)
downloadedk2-platforms-9be2c306aa8e267eefbc6b9d4ef099308b7f091a.tar.xz
Use ACPI timer for Duet platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7264 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf')
-rw-r--r--DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf12
1 files changed, 8 insertions, 4 deletions
diff --git a/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf b/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
index 6d841645b0..d076fbd5c2 100644
--- a/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
+++ b/DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
@@ -42,11 +42,15 @@
[Packages]
MdePkg/MdePkg.dec
+ DuetPkg/DuetPkg.dec
[LibraryClasses]
BaseLib
DebugLib
- UefiBootServicesTableLib
-
-[Protocols]
- gEfiMetronomeArchProtocolGuid # ALWAYS_CONSUMED
+ HobLib
+ IoLib
+
+[Guids]
+ gEfiAcpiDescriptionGuid
+
+ \ No newline at end of file