diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-12 06:55:30 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-12 06:55:30 +0000 |
commit | e5d1b4f48b3c25427fd360c156c467ada090cd27 (patch) | |
tree | e1817e5e61568c53afd714702aa618a92d359f3d /IntelFrameworkModulePkg/Bus | |
parent | 030529de202b442a81758fd132ffd260a87230f1 (diff) | |
download | edk2-platforms-e5d1b4f48b3c25427fd360c156c467ada090cd27.tar.xz |
add correct [Depex] section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9058 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf index 3ba2d99125..bfaba1d83a 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf @@ -45,3 +45,6 @@ [Protocols]
gEfiIncompatiblePciDeviceSupportProtocolGuid ## PRODUCEDS
+
+[Depex]
+ TRUE
|