diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf index 48bbe15ad9..3e43bc7328 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf @@ -108,12 +108,12 @@ gEfiDevicePathProtocolGuid # PROTOCOL TO_START
-[PcdsFeatureFlag.common]
- PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid
- PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid
- PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid
+[FeaturePcd.common]
+ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable
+ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport
+ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable
-[PcdsFixedAtBuild.common]
- PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid
+[FixedPcd.common]
+ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask
|