diff options
author | tding1 <tding1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-04 09:36:31 +0000 |
---|---|---|
committer | tding1 <tding1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-04 09:36:31 +0000 |
commit | d85067fdf987eb3c08b274d94d52edf526e990db (patch) | |
tree | 11d55c83e83fa3b254d7b93061743174de4a1d5d /IntelFrameworkPkg/Library/DxeIoLibCpuIo | |
parent | edd1ceb7a0bb570eebe252117c49519d03f63247 (diff) | |
download | edk2-platforms-d85067fdf987eb3c08b274d94d52edf526e990db.tar.xz |
update INF [LibraryClasses] section to match include libs in module master header file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6846 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/DxeIoLibCpuIo')
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf index b21f662115..3ae938db8e 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf @@ -46,6 +46,9 @@ [LibraryClasses]
+ BaseLib
+ DebugLib
+ UefiBootServicesTableLib
[Protocols]
gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|