diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-21 05:25:07 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-21 05:25:07 +0000 |
commit | 61249ae523d07295418c0c71f9ecf7c8cc8580a4 (patch) | |
tree | af25bcda1cfce0c6fb276b83a966217875cdc589 /EdkModulePkg/Bus/Pci/AtapiPassThru | |
parent | 4b1348478851a4b30978fabf9c4315cdbc44e99f (diff) | |
download | edk2-platforms-61249ae523d07295418c0c71f9ecf7c8cc8580a4.tar.xz |
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
Diffstat (limited to 'EdkModulePkg/Bus/Pci/AtapiPassThru')
-rw-r--r-- | EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.msa | 6 |
1 files changed, 2 insertions, 4 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.--> <Version>1.0</Version>
<Abstract>Description file for the Atapi Passthru component.</Abstract>
<Description>
- 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.
</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<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>
<Extern>
<DriverBinding>gAtapiScsiPassThruDriverBinding</DriverBinding>
- </Extern>
- <Extern>
<ComponentName>gAtapiScsiPassThruComponentName</ComponentName>
</Extern>
</Externs>
|