From 61249ae523d07295418c0c71f9ecf7c8cc8580a4 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 21 Sep 2006 05:25:07 +0000 Subject: [PATCH] Merger DriverBinding and ComponentName into one section for all *.msa files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1585 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa | 6 ++---- .../Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa | 12 +++++------- EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa | 2 -- EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa | 2 -- EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa | 2 -- EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa | 2 -- EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa | 4 +--- EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa | 2 -- EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa | 2 -- EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa | 2 -- EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.msa | 2 -- EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.msa | 2 -- .../Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa | 2 -- EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa | 2 -- .../Universal/ConPlatform/Dxe/ConPlatform.msa | 4 ---- .../Console/ConSplitter/Dxe/ConSplitter.msa | 8 -------- .../GraphicsConsole/Dxe/GraphicsConsole.msa | 2 -- .../Universal/Console/Terminal/Dxe/Terminal.msa | 2 -- .../Universal/Debugger/Debugport/Dxe/DebugPort.msa | 2 -- EdkModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.msa | 2 -- .../Universal/Disk/Partition/Dxe/Partition.msa | 2 -- EdkModulePkg/Universal/Network/PxeBc/Dxe/BC.msa | 2 -- .../Universal/Network/PxeDhcp4/Dxe/Dhcp4.msa | 2 -- .../Universal/Network/Snp32_64/Dxe/SNP.msa | 2 -- .../Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa | 4 ---- .../Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa | 2 -- .../Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa | 2 -- .../Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa | 6 ++---- EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa | 6 ++---- .../Bus/WinNtBusDriver/WinNtBusDriver.msa | 14 ++++++-------- 30 files changed, 18 insertions(+), 88 deletions(-) diff --git a/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa b/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa index 38215799a5..47c9019541 100644 --- a/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa +++ b/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa @@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 1.0 Description file for the Atapi Passthru component. - This driver simulates SCSI devices with Atapi devices to test the SCSI io - protocol. + This driver simulates SCSI devices with Atapi devices to test the SCSI io + protocol. Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -79,8 +79,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gAtapiScsiPassThruDriverBinding - - gAtapiScsiPassThruComponentName diff --git a/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa b/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa index e93539aca9..0dd3e4abcf 100644 --- a/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa +++ b/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa @@ -15,11 +15,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 1.0 Component description file for CirrusLogic5430 module - Cirrus Logic 5430 Controller Driver.This driver is a sample implementation - of the UGA Draw Protocol for the Cirrus Logic 5430 family of PCI video controllers. - This driver is only usable in the EFI pre-boot environment. This sample is - intended to show how the UGA Draw Protocol is able to function. The UGA I/O - Protocol is not implemented in this sample. A fully compliant EFI UGA driver + Cirrus Logic 5430 Controller Driver.This driver is a sample implementation + of the UGA Draw Protocol for the Cirrus Logic 5430 family of PCI video controllers. + This driver is only usable in the EFI pre-boot environment. This sample is + intended to show how the UGA Draw Protocol is able to function. The UGA I/O + Protocol is not implemented in this sample. A fully compliant EFI UGA driver requires both the UGA Draw and the UGA I/O Protocol. Please refer to Microsoft's documentation on UGA for details on how to write a UGA driver that is able to function both in the EFI pre-boot environment and from the OS runtime. @@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gCirrusLogic5430DriverBinding - - gCirrusLogic5430ComponentName diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa index 3decbd86d0..8de9d5c549 100644 --- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa +++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa @@ -79,8 +79,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gEhciDriverBinding - - gEhciComponentName diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa index cea5076f3f..0805b5e4e5 100644 --- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa +++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa @@ -120,8 +120,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gIDEBusDriverBinding - - gIDEBusComponentName diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa index 6584fe5806..f6c017cd76 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa @@ -157,8 +157,6 @@ gPciBusDriverBinding - - gPciBusComponentName diff --git a/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa b/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa index 3d24744f12..1c19ee50dc 100644 --- a/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa +++ b/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa @@ -80,8 +80,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUhciDriverBinding - - gUhciComponentName diff --git a/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa b/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa index 3f1f37b6a6..ab2e50d2b8 100644 --- a/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa +++ b/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 1.0 Component description file for Scsi Bus module. - SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol + SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -85,8 +85,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gSCSIBusDriverBinding - - gScsiBusComponentName diff --git a/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa b/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa index 3bcd9ecc3e..ade7c34cf4 100644 --- a/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa +++ b/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa @@ -82,8 +82,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gScsiDiskDriverBinding - - gScsiDiskComponentName diff --git a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa index d6d4fd09f8..b16191f99b 100644 --- a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa +++ b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa @@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUsbBotDriverBinding - - gUsbBotComponentName diff --git a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa index b0414e7e97..af7b76e0c2 100644 --- a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa +++ b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa @@ -98,8 +98,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUsbBusDriverBinding - - gUsbBusComponentName diff --git a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.msa b/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.msa index 702417e853..63a936b8e1 100644 --- a/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.msa +++ b/EdkModulePkg/Bus/Usb/UsbCbi/Dxe/Cbi0/UsbCbi0.msa @@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUsbCbi0DriverBinding - - gUsbCbi0ComponentName diff --git a/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.msa b/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.msa index 8cf4228069..ba6a6d0648 100644 --- a/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.msa +++ b/EdkModulePkg/Bus/Usb/UsbKb/Dxe/UsbKb.msa @@ -96,8 +96,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUsbKeyboardDriverBinding - - gUsbKeyboardComponentName diff --git a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa b/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa index f4c3336011..f6613301c8 100644 --- a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa +++ b/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa @@ -83,8 +83,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUSBFloppyDriverBinding - - gUsbMassStorageComponentName diff --git a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa index 40dc1e9e09..7b1e4401bf 100644 --- a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa +++ b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa @@ -88,8 +88,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gUsbMouseDriverBinding - - gUsbMouseComponentName diff --git a/EdkModulePkg/Universal/ConPlatform/Dxe/ConPlatform.msa b/EdkModulePkg/Universal/ConPlatform/Dxe/ConPlatform.msa index fe9ad28b6d..ac0da4fc63 100644 --- a/EdkModulePkg/Universal/ConPlatform/Dxe/ConPlatform.msa +++ b/EdkModulePkg/Universal/ConPlatform/Dxe/ConPlatform.msa @@ -130,14 +130,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gConPlatformTextInDriverBinding - - gConPlatformComponentName gConPlatformTextOutDriverBinding - - gConPlatformComponentName diff --git a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa b/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa index 28fae0d0be..5ed3b4acf5 100644 --- a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa +++ b/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa @@ -110,26 +110,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> gConSplitterConInDriverBinding - - gConSplitterConInComponentName gConSplitterSimplePointerDriverBinding - - gConSplitterSimplePointerComponentName gConSplitterConOutDriverBinding - - gConSplitterConOutComponentName gConSplitterStdErrDriverBinding - - gConSplitterStdErrComponentName diff --git a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa b/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa index fe9bc513f5..ed939220bc 100644 --- a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa +++ b/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa @@ -87,8 +87,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gGraphicsConsoleDriverBinding - - gGraphicsConsoleComponentName diff --git a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa index 58787efa7b..d1c8c352b6 100644 --- a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa +++ b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa @@ -127,8 +127,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gTerminalDriverBinding - - gTerminalComponentName diff --git a/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa b/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa index 66d4939fbc..5870cd5d1c 100644 --- a/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa +++ b/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa @@ -99,8 +99,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> gDebugPortDriverBinding - - gDebugPortComponentName diff --git a/EdkModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.msa b/EdkModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.msa index 554caa3c99..34b5eb41bd 100644 --- a/EdkModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.msa +++ b/EdkModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.msa @@ -76,8 +76,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gDiskIoDriverBinding - - gDiskIoComponentName diff --git a/EdkModulePkg/Universal/Disk/Partition/Dxe/Partition.msa b/EdkModulePkg/Universal/Disk/Partition/Dxe/Partition.msa index 93ab188ecd..e6eab23d75 100644 --- a/EdkModulePkg/Universal/Disk/Partition/Dxe/Partition.msa +++ b/EdkModulePkg/Universal/Disk/Partition/Dxe/Partition.msa @@ -96,8 +96,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gPartitionDriverBinding - - gPartitionComponentName diff --git a/EdkModulePkg/Universal/Network/PxeBc/Dxe/BC.msa b/EdkModulePkg/Universal/Network/PxeBc/Dxe/BC.msa index d1b414fd3d..d7cc3671dd 100644 --- a/EdkModulePkg/Universal/Network/PxeBc/Dxe/BC.msa +++ b/EdkModulePkg/Universal/Network/PxeBc/Dxe/BC.msa @@ -123,8 +123,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> gPxeBcDriverBinding - - gPxeBcComponentName diff --git a/EdkModulePkg/Universal/Network/PxeDhcp4/Dxe/Dhcp4.msa b/EdkModulePkg/Universal/Network/PxeDhcp4/Dxe/Dhcp4.msa index dbf817cc60..7c956351bd 100644 --- a/EdkModulePkg/Universal/Network/PxeDhcp4/Dxe/Dhcp4.msa +++ b/EdkModulePkg/Universal/Network/PxeDhcp4/Dxe/Dhcp4.msa @@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gPxeDhcp4DriverBinding - - gPxeDhcp4ComponentName diff --git a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/SNP.msa b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/SNP.msa index b9efad3098..47300e9d11 100644 --- a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/SNP.msa +++ b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/SNP.msa @@ -101,8 +101,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 mSimpleNetworkDriverBinding - - gSimpleNetworkComponentName diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa index 458c5e19fd..0e5a08c2b6 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa @@ -93,11 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gWinNtBlockIoDriverBinding - - gWinNtBlockIoComponentName - - gWinNtBlockIoDriverDiagnostics diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa index 3f592b89af..c2e3aec3dd 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Console/WinNtConsole.msa @@ -88,8 +88,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gWinNtConsoleDriverBinding - - gWinNtConsoleComponentName diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa index 801fd8f22e..6c8395e570 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa @@ -92,8 +92,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gWinNtSerialIoDriverBinding - - gWinNtSerialIoComponentName diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa index 8f8d518131..0fe6db0ea2 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa @@ -16,8 +16,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> Simple filesystem driver Produce Simple File System abstractions for directories on your PC using Win32 APIs. - The configuration of what devices to mount or emulate comes from NT - environment variables. The variables must be visible to the Microsoft* + The configuration of what devices to mount or emulate comes from NT + environment variables. The variables must be visible to the Microsoft* Developer Studio for them to work. Copyright (c) 2006, Intel Corporation @@ -97,8 +97,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gWinNtSimpleFileSystemDriverBinding - - gWinNtSimpleFileSystemComponentName diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa index 777d9c0a86..216f4b24e9 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa @@ -16,9 +16,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> Uga driver UGA is short hand for Universal Graphics Abstraction protocol. - This file is a verision of UgaIo the uses WinNtThunk system calls as an IO + This file is a verision of UgaIo the uses WinNtThunk system calls as an IO abstraction. For a PCI device WinNtIo would be replaced with - a PCI IO abstraction that abstracted a specific PCI device. + a PCI IO abstraction that abstracted a specific PCI device. Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -100,8 +100,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gWinNtUgaDriverBinding - - gWinNtUgaComponentName diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa index 8d5582ae9c..1610645b71 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa @@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 1.0 Win NT Bus driver - This following section documents the envirnoment variables for the Win NT - build. These variables are used to define the (virtual) hardware + This following section documents the envirnoment variables for the Win NT + build. These variables are used to define the (virtual) hardware configuration of the NT environment Copyright (c) 2006, Intel Corporation @@ -123,8 +123,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 gWinNtBusDriverBinding - - gWinNtBusDriverComponentName @@ -132,7 +130,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PcdWinNtConsole gEfiEdkNt32PkgTokenSpaceGuid - This PCD declares the title string of the text console window. + This PCD declares the title string of the text console window. such as "My EFI Console". The item type of this PCD can only be "DYNAMIC". @@ -151,21 +149,21 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PcdWinNtFileSystem gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines the windows directory who will be mounted as + This PCD defines the windows directory who will be mounted as harddisk in simulator. The item type of this PCD can only be "DYNAMIC". PcdWinNtVirtualDisk gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines the devices which use a file to emulate a hard disk or + This PCD defines the devices which use a file to emulate a hard disk or removable media device The item type if this PCD can only be "DYNAMIC". PcdWinNtPhysicalDisk gEfiEdkNt32PkgTokenSpaceGuid - This PCD defines physical disk which will be simualted as a + This PCD defines physical disk which will be simualted as a harddisk in simulator. The item type of this PCD can only be "DYNAMIC". -- 2.39.2