diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 07:50:50 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 07:50:50 +0000 |
commit | 1e0b8cec7e36003a1abe2a37afe676fc3439b5a0 (patch) | |
tree | b7deb917f272e287a4d9b665688f874c8d03d94d /EdkCompatibilityPkg | |
parent | 555e76f83f0ccf60434d3c72720f0a79f5ff4639 (diff) | |
download | edk2-platforms-1e0b8cec7e36003a1abe2a37afe676fc3439b5a0.tar.xz |
Add in MdeModulePkg.dec depedency as HiiLib is moved to MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6576 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf b/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf index 62c0b252e6..760bd3829c 100644 --- a/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf +++ b/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf @@ -42,6 +42,7 @@ [Packages]
MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
IntelFrameworkPkg/IntelFrameworkPkg.dec
[LibraryClasses]
|