From 170e7ffd9031a2c7aab188c59a6317bf47ca8ab5 Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 24 Apr 2009 05:05:15 +0000 Subject: [PATCH] COMPONENT_NAME & COMPONENT_NAME2 checked in inf files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8167 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf | 1 + IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf | 3 ++- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf index 5d075c9584..1118e0b830 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf @@ -30,6 +30,7 @@ # # DRIVER_BINDING = gSerialControllerDriver # COMPONENT_NAME = gIsaSerialComponentName +# COMPONENT_NAME2 = gIsaSerialComponentName2 # [Sources.common] diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf index 7b56d34f80..7071a1e143 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf @@ -30,7 +30,8 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # # DRIVER_BINDING = gIDEBusDriverBinding -# COMPONENT_NAME = gIDEBusComponentName +# COMPONENT_NAME = gIDEBusComponentName +# COMPONENT_NAME2 = gIDEBusComponentName2 # Variable Guid C Name: gConfigurationGuid Variable Name: L"Configuration" # # diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf index 09548dc630..0a6fe76e7d 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf @@ -32,6 +32,7 @@ # # DRIVER_BINDING = gPciBusDriverBinding # COMPONENT_NAME = gPciBusComponentName +# COMPONENT_NAME2 = gPciBusComponentName2 # [Sources.common] -- 2.39.2