Merger DriverBinding and ComponentName into one <extern> section for all *.msa files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1585 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2006-09-21 05:25:07 +00:00
parent 4b13484788
commit 61249ae523
30 changed files with 18 additions and 88 deletions

View File

@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Description file for the Atapi Passthru component.</Abstract> <Abstract>Description file for the Atapi Passthru component.</Abstract>
<Description> <Description>
This driver simulates SCSI devices with Atapi devices to test the SCSI io This driver simulates SCSI devices with Atapi devices to test the SCSI io
protocol. protocol.
</Description> </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
@ -79,8 +79,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gAtapiScsiPassThruDriverBinding</DriverBinding> <DriverBinding>gAtapiScsiPassThruDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gAtapiScsiPassThruComponentName</ComponentName> <ComponentName>gAtapiScsiPassThruComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -15,11 +15,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Component description file for CirrusLogic5430 module</Abstract> <Abstract>Component description file for CirrusLogic5430 module</Abstract>
<Description> <Description>
Cirrus Logic 5430 Controller Driver.This driver is a sample implementation 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. 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 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 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 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 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 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. 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.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gCirrusLogic5430DriverBinding</DriverBinding> <DriverBinding>gCirrusLogic5430DriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gCirrusLogic5430ComponentName</ComponentName> <ComponentName>gCirrusLogic5430ComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -79,8 +79,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gEhciDriverBinding</DriverBinding> <DriverBinding>gEhciDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gEhciComponentName</ComponentName> <ComponentName>gEhciComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -120,8 +120,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gIDEBusDriverBinding</DriverBinding> <DriverBinding>gIDEBusDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gIDEBusComponentName</ComponentName> <ComponentName>gIDEBusComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -157,8 +157,6 @@
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gPciBusDriverBinding</DriverBinding> <DriverBinding>gPciBusDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gPciBusComponentName</ComponentName> <ComponentName>gPciBusComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -80,8 +80,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUhciDriverBinding</DriverBinding> <DriverBinding>gUhciDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUhciComponentName</ComponentName> <ComponentName>gUhciComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Component description file for Scsi Bus module.</Abstract> <Abstract>Component description file for Scsi Bus module.</Abstract>
<Description> <Description>
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
</Description> </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
@ -85,8 +85,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gSCSIBusDriverBinding</DriverBinding> <DriverBinding>gSCSIBusDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gScsiBusComponentName</ComponentName> <ComponentName>gScsiBusComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -82,8 +82,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gScsiDiskDriverBinding</DriverBinding> <DriverBinding>gScsiDiskDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gScsiDiskComponentName</ComponentName> <ComponentName>gScsiDiskComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUsbBotDriverBinding</DriverBinding> <DriverBinding>gUsbBotDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUsbBotComponentName</ComponentName> <ComponentName>gUsbBotComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -98,8 +98,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUsbBusDriverBinding</DriverBinding> <DriverBinding>gUsbBusDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUsbBusComponentName</ComponentName> <ComponentName>gUsbBusComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUsbCbi0DriverBinding</DriverBinding> <DriverBinding>gUsbCbi0DriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUsbCbi0ComponentName</ComponentName> <ComponentName>gUsbCbi0ComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -96,8 +96,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUsbKeyboardDriverBinding</DriverBinding> <DriverBinding>gUsbKeyboardDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUsbKeyboardComponentName</ComponentName> <ComponentName>gUsbKeyboardComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -83,8 +83,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUSBFloppyDriverBinding</DriverBinding> <DriverBinding>gUSBFloppyDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUsbMassStorageComponentName</ComponentName> <ComponentName>gUsbMassStorageComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -88,8 +88,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gUsbMouseDriverBinding</DriverBinding> <DriverBinding>gUsbMouseDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gUsbMouseComponentName</ComponentName> <ComponentName>gUsbMouseComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -130,14 +130,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gConPlatformTextInDriverBinding</DriverBinding> <DriverBinding>gConPlatformTextInDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConPlatformComponentName</ComponentName> <ComponentName>gConPlatformComponentName</ComponentName>
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gConPlatformTextOutDriverBinding</DriverBinding> <DriverBinding>gConPlatformTextOutDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConPlatformComponentName</ComponentName> <ComponentName>gConPlatformComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -110,26 +110,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gConSplitterConInDriverBinding</DriverBinding> <DriverBinding>gConSplitterConInDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConSplitterConInComponentName</ComponentName> <ComponentName>gConSplitterConInComponentName</ComponentName>
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gConSplitterSimplePointerDriverBinding</DriverBinding> <DriverBinding>gConSplitterSimplePointerDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConSplitterSimplePointerComponentName</ComponentName> <ComponentName>gConSplitterSimplePointerComponentName</ComponentName>
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gConSplitterConOutDriverBinding</DriverBinding> <DriverBinding>gConSplitterConOutDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConSplitterConOutComponentName</ComponentName> <ComponentName>gConSplitterConOutComponentName</ComponentName>
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gConSplitterStdErrDriverBinding</DriverBinding> <DriverBinding>gConSplitterStdErrDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gConSplitterStdErrComponentName</ComponentName> <ComponentName>gConSplitterStdErrComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -87,8 +87,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gGraphicsConsoleDriverBinding</DriverBinding> <DriverBinding>gGraphicsConsoleDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gGraphicsConsoleComponentName</ComponentName> <ComponentName>gGraphicsConsoleComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -127,8 +127,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gTerminalDriverBinding</DriverBinding> <DriverBinding>gTerminalDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gTerminalComponentName</ComponentName> <ComponentName>gTerminalComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -99,8 +99,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gDebugPortDriverBinding</DriverBinding> <DriverBinding>gDebugPortDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gDebugPortComponentName</ComponentName> <ComponentName>gDebugPortComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -76,8 +76,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gDiskIoDriverBinding</DriverBinding> <DriverBinding>gDiskIoDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gDiskIoComponentName</ComponentName> <ComponentName>gDiskIoComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -96,8 +96,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gPartitionDriverBinding</DriverBinding> <DriverBinding>gPartitionDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gPartitionComponentName</ComponentName> <ComponentName>gPartitionComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -123,8 +123,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
</Extern> </Extern>
<Extern> <Extern>
<DriverBinding>gPxeBcDriverBinding</DriverBinding> <DriverBinding>gPxeBcDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gPxeBcComponentName</ComponentName> <ComponentName>gPxeBcComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -86,8 +86,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gPxeDhcp4DriverBinding</DriverBinding> <DriverBinding>gPxeDhcp4DriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gPxeDhcp4ComponentName</ComponentName> <ComponentName>gPxeDhcp4ComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -101,8 +101,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>mSimpleNetworkDriverBinding</DriverBinding> <DriverBinding>mSimpleNetworkDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gSimpleNetworkComponentName</ComponentName> <ComponentName>gSimpleNetworkComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -93,11 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gWinNtBlockIoDriverBinding</DriverBinding> <DriverBinding>gWinNtBlockIoDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtBlockIoComponentName</ComponentName> <ComponentName>gWinNtBlockIoComponentName</ComponentName>
</Extern>
<Extern>
<DriverDiag>gWinNtBlockIoDriverDiagnostics</DriverDiag> <DriverDiag>gWinNtBlockIoDriverDiagnostics</DriverDiag>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -88,8 +88,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gWinNtConsoleDriverBinding</DriverBinding> <DriverBinding>gWinNtConsoleDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtConsoleComponentName</ComponentName> <ComponentName>gWinNtConsoleComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -92,8 +92,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gWinNtSerialIoDriverBinding</DriverBinding> <DriverBinding>gWinNtSerialIoDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtSerialIoComponentName</ComponentName> <ComponentName>gWinNtSerialIoComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -16,8 +16,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Abstract>Simple filesystem driver</Abstract> <Abstract>Simple filesystem driver</Abstract>
<Description> <Description>
Produce Simple File System abstractions for directories on your PC using Win32 APIs. 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 The configuration of what devices to mount or emulate comes from NT
environment variables. The variables must be visible to the Microsoft* environment variables. The variables must be visible to the Microsoft*
Developer Studio for them to work. Developer Studio for them to work.
</Description> </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
@ -97,8 +97,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gWinNtSimpleFileSystemDriverBinding</DriverBinding> <DriverBinding>gWinNtSimpleFileSystemDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtSimpleFileSystemComponentName</ComponentName> <ComponentName>gWinNtSimpleFileSystemComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -16,9 +16,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Abstract>Uga driver</Abstract> <Abstract>Uga driver</Abstract>
<Description> <Description>
UGA is short hand for Universal Graphics Abstraction protocol. 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 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.
</Description> </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
@ -100,8 +100,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gWinNtUgaDriverBinding</DriverBinding> <DriverBinding>gWinNtUgaDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtUgaComponentName</ComponentName> <ComponentName>gWinNtUgaComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>

View File

@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Win NT Bus driver</Abstract> <Abstract>Win NT Bus driver</Abstract>
<Description> <Description>
This following section documents the envirnoment variables for the Win NT This following section documents the envirnoment variables for the Win NT
build. These variables are used to define the (virtual) hardware build. These variables are used to define the (virtual) hardware
configuration of the NT environment configuration of the NT environment
</Description> </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
@ -123,8 +123,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification> <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern> <Extern>
<DriverBinding>gWinNtBusDriverBinding</DriverBinding> <DriverBinding>gWinNtBusDriverBinding</DriverBinding>
</Extern>
<Extern>
<ComponentName>gWinNtBusDriverComponentName</ComponentName> <ComponentName>gWinNtBusDriverComponentName</ComponentName>
</Extern> </Extern>
</Externs> </Externs>
@ -132,7 +130,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtConsole</C_Name> <C_Name>PcdWinNtConsole</C_Name>
<TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName> <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
<HelpText>This PCD declares the title string of the text console window. <HelpText>This PCD declares the title string of the text console window.
such as "My EFI Console". such as "My EFI Console".
The item type of this PCD can only be "DYNAMIC".</HelpText> The item type of this PCD can only be "DYNAMIC".</HelpText>
</PcdEntry> </PcdEntry>
@ -151,21 +149,21 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtFileSystem</C_Name> <C_Name>PcdWinNtFileSystem</C_Name>
<TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName> <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
<HelpText>This PCD defines the windows directory who will be mounted as <HelpText>This PCD defines the windows directory who will be mounted as
harddisk in simulator. harddisk in simulator.
The item type of this PCD can only be "DYNAMIC".</HelpText> The item type of this PCD can only be "DYNAMIC".</HelpText>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtVirtualDisk</C_Name> <C_Name>PcdWinNtVirtualDisk</C_Name>
<TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName> <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
<HelpText>This PCD defines the devices which use a file to emulate a hard disk or <HelpText>This PCD defines the devices which use a file to emulate a hard disk or
removable media device removable media device
The item type if this PCD can only be "DYNAMIC".</HelpText> The item type if this PCD can only be "DYNAMIC".</HelpText>
</PcdEntry> </PcdEntry>
<PcdEntry PcdItemType="DYNAMIC"> <PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdWinNtPhysicalDisk</C_Name> <C_Name>PcdWinNtPhysicalDisk</C_Name>
<TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName> <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
<HelpText>This PCD defines physical disk which will be simualted as a <HelpText>This PCD defines physical disk which will be simualted as a
harddisk in simulator. harddisk in simulator.
The item type of this PCD can only be "DYNAMIC".</HelpText> The item type of this PCD can only be "DYNAMIC".</HelpText>
</PcdEntry> </PcdEntry>