]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa
Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.
[mirror_edk2.git] / EdkModulePkg / Bus / Scsi / ScsiBus / Dxe / ScsiBus.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>ScsiBus</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Scsi Bus module.</Abstract>
9 <Description>
10 SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol
11 </Description>
12 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
13 <License>All rights reserved. This program and the accompanying materials
14 are licensed and made available under the terms and conditions of the BSD License
15 which accompanies this distribution. The full text of the license may be found at
16 http://opensource.org/licenses/bsd-license.php
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>ScsiBus</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>DebugLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>UefiDriverModelLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>UefiDriverEntryPoint</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>BaseMemoryLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>EdkScsiLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>MemoryAllocationLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>UefiBootServicesTableLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>DevicePathLib</Keyword>
53 </LibraryClass>
54 </LibraryClassDefinitions>
55 <SourceFiles>
56 <Filename>ScsiBus.h</Filename>
57 <Filename>ScsiBus.c</Filename>
58 <Filename>ComponentName.c</Filename>
59 </SourceFiles>
60 <PackageDependencies>
61 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
62 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
63 </PackageDependencies>
64 <Protocols>
65 <Protocol Usage="TO_START">
66 <ProtocolCName>gEfiScsiPassThruProtocolGuid</ProtocolCName>
67 </Protocol>
68 <Protocol Usage="TO_START">
69 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
70 </Protocol>
71 <Protocol Usage="BY_START">
72 <ProtocolCName>gEfiScsiIoProtocolGuid</ProtocolCName>
73 </Protocol>
74 </Protocols>
75 <Externs>
76 <Specification>EFI_SPECIFICATION_VERSION 0x00010010</Specification>
77 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
78 <Extern>
79 <DriverBinding>gSCSIBusDriverBinding</DriverBinding>
80 <ComponentName>gScsiBusComponentName</ComponentName>
81 </Extern>
82 </Externs>
83 </ModuleSurfaceArea>