diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-21 14:42:45 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-21 14:42:45 +0000 |
commit | 5fd5fcd321e3d778aa51f1a47732c8d886c1ff4c (patch) | |
tree | dd2cadee0d7de823326d1e584f110d0e75d0a453 /Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf | |
parent | 7d582d6b499ed30268da033cc17fbde6e7b02a9d (diff) | |
download | edk2-platforms-5fd5fcd321e3d778aa51f1a47732c8d886c1ff4c.tar.xz |
UEFI HII: Merge UEFI HII support changes from branch.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4601 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf')
-rw-r--r-- | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf index 92a2ea4381..fc543f0e95 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf @@ -69,7 +69,7 @@ BaseMemoryLib
UefiDriverEntryPoint
UefiLib
- FrameworkHiiLib
+ HiiLib
DebugLib
BaseLib
PcdLib
@@ -83,12 +83,11 @@ [Protocols]
gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
- gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[Pcd.common]
gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize
[Depex]
- gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid
+ gEfiDataHubProtocolGuid
\ No newline at end of file |