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