diff options
author | Laszlo Ersek <lersek@redhat.com> | 2014-11-21 09:40:47 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2014-11-21 09:40:47 +0000 |
commit | a99b5e629b7f37dbe2c521e4f2a2b74e27af33b3 (patch) | |
tree | e37d1710c7351b8d38fa3f4ddd9d0a1599a9d001 /OvmfPkg/Csm/CsmSupportLib | |
parent | 787fc2a6006cb2d44c6a63485679b58aa4ee34ad (diff) | |
download | edk2-platforms-a99b5e629b7f37dbe2c521e4f2a2b74e27af33b3.tar.xz |
OvmfPkg: CsmSupportLib: depend on OvmfPkg.dec explicitly
SVN r16375 (git commit 72a11001, "OvmfPkg: CsmSupportLib: Set/use platform
specific legacy interrupt device") added the
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
PCD to CsmSupportLib. Since that "namespace" GUID is declared in
OvmfPkg/OvmfPkg.dec, and we've not used anything from OvmfPkg/OvmfPkg.dec
in CsmSupportLib.inf thus far, this is a new [Packages] dependency and
must be named.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16414 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Csm/CsmSupportLib')
-rw-r--r-- | OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf index 1f16646f1b..fb2ec2039f 100644 --- a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf +++ b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf @@ -37,6 +37,7 @@ [Packages]
MdePkg/MdePkg.dec
IntelFrameworkPkg/IntelFrameworkPkg.dec
+ OvmfPkg/OvmfPkg.dec
[Pcd]
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
|