From 3501cc994c10dc7e743d44a7d96a56e6c89d34ab Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 14 Nov 2008 01:48:58 +0000 Subject: [PATCH] Add the dependency of DevicePathLib for the reference of DevicePathLib macros. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6542 6f19259b-4bc3-4df7-8a09-765794883524 --- OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h | 3 +++ OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf | 1 + 2 files changed, 4 insertions(+) diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h index 5ec8a3fe17..7d3c960e10 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h @@ -32,8 +32,11 @@ #include #include #include +#include + #include + /// /// bit definition /// diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf index 735101b36c..45792dea4f 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf @@ -54,6 +54,7 @@ BaseLib UefiDriverEntryPoint DebugLib + DevicePathLib [Protocols] -- 2.39.2