1845d8cf |
1 | <?xml version="1.0" encoding="UTF-8"?>\r |
53b86193 |
2 | <!--Copyright (c) 2006, Intel Corporation |
3 | All rights reserved. This program and the accompanying materials |
4 | are licensed and made available under the terms and conditions of the BSD License |
5 | which accompanies this distribution. The full text of the license may be found at |
6 | http://opensource.org/licenses/bsd-license.php |
7 | |
8 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, |
1f86f081 |
9 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r |
53b86193 |
10 | <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r |
878ddf1f |
11 | <MsaHeader>\r |
1f86f081 |
12 | <ModuleName>AtapiPassThru</ModuleName>\r |
878ddf1f |
13 | <ModuleType>UEFI_DRIVER</ModuleType>\r |
1f86f081 |
14 | <GuidValue>E49061CE-99A7-41d3-AB3A-36E5CFBAD63E</GuidValue>\r |
15 | <Version>1.0</Version>\r |
878ddf1f |
16 | <Abstract>Description file for the Atapi Passthru component.</Abstract>\r |
1845d8cf |
17 | <Description>\r |
18 | This driver simulates SCSI devices with Atapi devices to test the SCSI io \r |
19 | protocol. \r |
20 | </Description>\r |
15f3b1d4 |
21 | <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r |
53b86193 |
22 | <License>All rights reserved. This program and the accompanying materials |
23 | are licensed and made available under the terms and conditions of the BSD License |
24 | which accompanies this distribution. The full text of the license may be found at |
25 | http://opensource.org/licenses/bsd-license.php |
26 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, |
1f86f081 |
27 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r |
28 | <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r |
878ddf1f |
29 | </MsaHeader>\r |
1f86f081 |
30 | <ModuleDefinitions>\r |
31 | <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r |
32 | <BinaryModule>false</BinaryModule>\r |
33 | <OutputFileBasename>AtapiPassThru</OutputFileBasename>\r |
34 | </ModuleDefinitions>\r |
878ddf1f |
35 | <LibraryClassDefinitions>\r |
1f86f081 |
36 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
37 | <Keyword>DebugLib</Keyword>\r |
38 | </LibraryClass>\r |
39 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
40 | <Keyword>UefiDriverModelLib</Keyword>\r |
41 | </LibraryClass>\r |
42 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
43 | <Keyword>UefiDriverEntryPoint</Keyword>\r |
44 | </LibraryClass>\r |
45 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
46 | <Keyword>BaseLib</Keyword>\r |
47 | </LibraryClass>\r |
48 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
49 | <Keyword>UefiLib</Keyword>\r |
50 | </LibraryClass>\r |
51 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
52 | <Keyword>BaseMemoryLib</Keyword>\r |
53 | </LibraryClass>\r |
54 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
55 | <Keyword>MemoryAllocationLib</Keyword>\r |
56 | </LibraryClass>\r |
57 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
58 | <Keyword>UefiBootServicesTableLib</Keyword>\r |
59 | </LibraryClass>\r |
878ddf1f |
60 | </LibraryClassDefinitions>\r |
61 | <SourceFiles>\r |
62 | <Filename>AtapiPassThru.h</Filename>\r |
63 | <Filename>AtapiPassThru.c</Filename>\r |
64 | <Filename>ComponentName.c</Filename>\r |
65 | </SourceFiles>\r |
1f86f081 |
66 | <PackageDependencies>\r |
67 | <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r |
68 | </PackageDependencies>\r |
878ddf1f |
69 | <Protocols>\r |
1f86f081 |
70 | <Protocol Usage="TO_START">\r |
53b86193 |
71 | <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>\r |
1f86f081 |
72 | </Protocol>\r |
73 | <Protocol Usage="BY_START">\r |
53b86193 |
74 | <ProtocolCName>gEfiScsiPassThruProtocolGuid</ProtocolCName>\r |
1f86f081 |
75 | </Protocol>\r |
878ddf1f |
76 | </Protocols>\r |
77 | <Externs>\r |
1f86f081 |
78 | <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r |
15b06e58 |
79 | <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r |
878ddf1f |
80 | <Extern>\r |
1f86f081 |
81 | <DriverBinding>gAtapiScsiPassThruDriverBinding</DriverBinding>\r |
878ddf1f |
82 | </Extern>\r |
83 | <Extern>\r |
878ddf1f |
84 | <ComponentName>gAtapiScsiPassThruComponentName</ComponentName>\r |
85 | </Extern>\r |
86 | </Externs>\r |
1f86f081 |
87 | </ModuleSurfaceArea> |