diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-24 05:42:17 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-24 05:42:17 +0000 |
commit | 59f1d89250eceead2c0e33babe670a938a6a115c (patch) | |
tree | e7579f07023470de3608baf399d914156f0f28ef /IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe | |
parent | 170e7ffd9031a2c7aab188c59a6317bf47ca8ab5 (diff) | |
download | edk2-platforms-59f1d89250eceead2c0e33babe670a938a6a115c.tar.xz |
COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8168 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf index 4ef431430e..a2bfdf94aa 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf @@ -28,7 +28,12 @@ EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InitializeIsaBus
+#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# DRIVER_BINDING = gIsaBusControllerDriver
+# COMPONENT_NAME = gIsaBusComponentName;
+# COMPONENT_NAME2 = gIsaBusComponentName2;
+#
[Sources.common]
ComponentName.c
|