]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa
6a74c262de99ac3ced1e0924ffbe79814afa42a8
[mirror_edk2.git] / EdkModulePkg / Bus / Pci / CirrusLogic / Dxe / CirrusLogic5430.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>CirrusLogic5430UgaDraw</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>555F76EA-785F-40d7-9174-153C43636C68</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for CirrusLogic5430 module</Abstract>
9 <Description>
10 Cirrus Logic 5430 Controller Driver.This driver is a sample implementation
11 of the UGA Draw Protocol for the Cirrus Logic 5430 family of PCI video controllers.
12 This driver is only usable in the EFI pre-boot environment. This sample is
13 intended to show how the UGA Draw Protocol is able to function. The UGA I/O
14 Protocol is not implemented in this sample. A fully compliant EFI UGA driver
15 requires both the UGA Draw and the UGA I/O Protocol. Please refer to Microsoft's
16 documentation on UGA for details on how to write a UGA driver that is able
17 to function both in the EFI pre-boot environment and from the OS runtime.
18 </Description>
19 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
20 <License>All rights reserved. This program and the accompanying materials
21 are licensed and made available under the terms and conditions of the BSD License
22 which accompanies this distribution. The full text of the license may be found at
23 http://opensource.org/licenses/bsd-license.php
24 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
25 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
26 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
27 </MsaHeader>
28 <ModuleDefinitions>
29 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
30 <BinaryModule>false</BinaryModule>
31 <OutputFileBasename>CirrusLogic5430UgaDraw</OutputFileBasename>
32 </ModuleDefinitions>
33 <LibraryClassDefinitions>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>DebugLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>UefiDriverModelLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>UefiDriverEntryPoint</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>BaseLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>UefiLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED">
50 <Keyword>BaseMemoryLib</Keyword>
51 </LibraryClass>
52 <LibraryClass Usage="ALWAYS_CONSUMED">
53 <Keyword>MemoryAllocationLib</Keyword>
54 </LibraryClass>
55 <LibraryClass Usage="ALWAYS_CONSUMED">
56 <Keyword>UefiBootServicesTableLib</Keyword>
57 </LibraryClass>
58 </LibraryClassDefinitions>
59 <SourceFiles>
60 <Filename>CirrusLogic5430.h</Filename>
61 <Filename>CirrusLogic5430.c</Filename>
62 <Filename>CirrusLogic5430UgaDraw.c</Filename>
63 <Filename>ComponentName.c</Filename>
64 </SourceFiles>
65 <PackageDependencies>
66 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
67 </PackageDependencies>
68 <Protocols>
69 <Protocol Usage="TO_START">
70 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
71 </Protocol>
72 <Protocol Usage="ALWAYS_PRODUCED">
73 <ProtocolCName>gEfiUgaDrawProtocolGuid</ProtocolCName>
74 </Protocol>
75 </Protocols>
76 <Externs>
77 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
78 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
79 <Extern>
80 <DriverBinding>gCirrusLogic5430DriverBinding</DriverBinding>
81 <ComponentName>gCirrusLogic5430ComponentName</ComponentName>
82 </Extern>
83 </Externs>
84 </ModuleSurfaceArea>