diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 09:23:44 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 09:23:44 +0000 |
commit | d93d27c26e7c0168876c712169cf4bfe68dbf348 (patch) | |
tree | 03f8e1303c8bf2cc97bcf3bf363f40de259e7a11 /EdkCompatibilityPkg | |
parent | dfb74df5fdd93dc3622dd5eb83981a4c99d4f6c2 (diff) | |
download | edk2-platforms-d93d27c26e7c0168876c712169cf4bfe68dbf348.tar.xz |
Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6525 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf b/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf index f65ed41032..496d3efdae 100644 --- a/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf +++ b/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf @@ -42,6 +42,7 @@ [Packages]
MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dsc
IntelFrameworkPkg/IntelFrameworkPkg.dec
[LibraryClasses]
|