]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.msa
edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc:
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>AtapiPassThruDxe</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>E49061CE-99A7-41d3-AB3A-36E5CFBAD63E</GuidValue>
7 <Version>0.1</Version>
8 <Abstract>Description file for the Atapi Pass Thru driver.</Abstract>
9 <Description>This driver simulates SCSI devices with Atapi devices to test the SCSI IO protocol.</Description>
10 <Copyright>Copyright (c) 2007, Intel Corporation.</Copyright>
11 <License>All rights reserved.
12 This program and the accompanying materials are licensed and made available
13 under the terms and conditions of the BSD License which accompanies this distribution.
14 The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
16 OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>AtapiPassThruDxe</OutputFileBasename>
23 </ModuleDefinitions>
24 <SourceFiles>
25 <Filename>AtapiPassThru.c</Filename>
26 <Filename>AtapiPassThru.h</Filename>
27 <Filename>ComponentName.c</Filename>
28 <Filename>DriverSupportedEfiVersion.c</Filename>
29 </SourceFiles>
30 <LibraryClassDefinitions>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>DebugLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>BaseMemoryLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>UefiDriverEntryPoint</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>UefiBootServicesTableLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>UefiLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>BaseLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED">
50 <Keyword>MemoryAllocationLib</Keyword>
51 </LibraryClass>
52 </LibraryClassDefinitions>
53 <Protocols>
54 <Protocol Usage="BY_START">
55 <ProtocolCName>gEfiScsiPassThruProtocolGuid</ProtocolCName>
56 </Protocol>
57 <Protocol Usage="BY_START">
58 <ProtocolCName>gEfiExtScsiPassThruProtocolGuid</ProtocolCName>
59 </Protocol>
60 <Protocol Usage="TO_START">
61 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
62 </Protocol>
63 <Protocol Usage="ALWAYS_PRODUCED">
64 <ProtocolCName>gEfiDriverSupportedEfiVersionProtocolGuid</ProtocolCName>
65 </Protocol>
66 </Protocols>
67 <PcdCoded>
68 <PcdEntry PcdItemType="FEATURE_FLAG">
69 <C_Name>PcdSupportScsiPassThru</C_Name>
70 <TokenSpaceGuidCName>gOptionRomPkgTokenSpaceGuid</TokenSpaceGuidCName>
71 <HelpText>Atapi Pass Thru driver supports to produce Scsi Pass Thru protocol.</HelpText>
72 </PcdEntry>
73 <PcdEntry PcdItemType="FEATURE_FLAG">
74 <C_Name>PcdExtSupportScsiPassThru</C_Name>
75 <TokenSpaceGuidCName>gOptionRomPkgTokenSpaceGuid</TokenSpaceGuidCName>
76 <HelpText>Atapi Pass Thru driver supports to produce Ext Scsi Pass Thru protocol.</HelpText>
77 </PcdEntry>
78 <PcdEntry PcdItemType="DYNAMIC">
79 <C_Name>PcdDriverSupportedEfiVersion</C_Name>
80 <TokenSpaceGuidCName>gOptionRomPkgTokenSpaceGuid</TokenSpaceGuidCName>
81 <HelpText>The firmware version field filled in EFI Driver Supported EFI Version protocol.</HelpText>
82 </PcdEntry>
83 </PcdCoded>
84 <Externs>
85 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
86 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
87 <Extern>
88 <ModuleEntryPoint>InitializeAtapiPassThru</ModuleEntryPoint>
89 </Extern>
90 </Externs>
91 <PackageDependencies>
92 <Package PackageVersion="0.1" PackageGuid="1E73767F-8F52-4603-AEB4-F29B510B6766"/>
93 <Package PackageVersion="0.1" PackageGuid="AA3865E8-7F30-4f59-8696-99F560101852"/>
94 </PackageDependencies>
95 </ModuleSurfaceArea>