]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/DriverSample/DriverSample.msa
Add missing files in msa file and add module description in msa file, and reorganize...
[mirror_edk2.git] / EdkModulePkg / Universal / UserInterface / SetupBrowser / Dxe / DriverSample / DriverSample.msa
CommitLineData
878ddf1f 1<?xml version="1.0" encoding="UTF-8"?>\r
53b86193 2<!--Copyright (c) 2006, Intel Corporation
3All rights reserved. This program and the accompanying materials
4are licensed and made available under the terms and conditions of the BSD License
5which accompanies this distribution. The full text of the license may be found at
6http://opensource.org/licenses/bsd-license.php
7
8THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1f86f081 9WITHOUT 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>DriverSample</ModuleName>\r
878ddf1f 13 <ModuleType>DXE_DRIVER</ModuleType>\r
1f86f081 14 <GuidValue>FE3542FE-C1D3-4EF8-657C-8048606FF670</GuidValue>\r
15 <Version>1.0</Version>\r
47a16b84
LG
16 <Abstract>Component description file for DriverSample module.</Abstract>\r
17 <Description>This is an example driver to introduce how to export data to the HII protocol to be later utilized by the Setup Protocol. </Description>\r
878ddf1f 18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
53b86193 19 <License>All rights reserved. This program and the accompanying materials
20 are licensed and made available under the terms and conditions of the BSD License
21 which accompanies this distribution. The full text of the license may be found at
22 http://opensource.org/licenses/bsd-license.php
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1f86f081 24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
878ddf1f 26 </MsaHeader>\r
1f86f081 27 <ModuleDefinitions>\r
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
29 <BinaryModule>false</BinaryModule>\r
30 <OutputFileBasename>DriverSample</OutputFileBasename>\r
31 </ModuleDefinitions>\r
878ddf1f 32 <LibraryClassDefinitions>\r
1f86f081 33 <LibraryClass Usage="ALWAYS_CONSUMED">\r
34 <Keyword>UefiBootServicesTableLib</Keyword>\r
35 </LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>UefiRuntimeServicesTableLib</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>DebugLib</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>UefiLib</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>BaseLib</Keyword>\r
50 </LibraryClass>\r
51 <LibraryClass Usage="ALWAYS_CONSUMED">\r
52 <Keyword>PrintLib</Keyword>\r
53 </LibraryClass>\r
54 <LibraryClass Usage="ALWAYS_CONSUMED">\r
55 <Keyword>EdkGraphicsLib</Keyword>\r
56 </LibraryClass>\r
57 <LibraryClass Usage="ALWAYS_CONSUMED">\r
58 <Keyword>EdkIfrSupportLib</Keyword>\r
59 </LibraryClass>\r
60 <LibraryClass Usage="ALWAYS_CONSUMED">\r
61 <Keyword>BaseMemoryLib</Keyword>\r
62 </LibraryClass>\r
63 <LibraryClass Usage="ALWAYS_CONSUMED">\r
64 <Keyword>MemoryAllocationLib</Keyword>\r
65 </LibraryClass>\r
66 <LibraryClass Usage="ALWAYS_CONSUMED">\r
67 <Keyword>HiiLib</Keyword>\r
68 </LibraryClass>\r
878ddf1f 69 </LibraryClassDefinitions>\r
70 <SourceFiles>\r
71 <Filename>InventoryStrings.uni</Filename>\r
72 <Filename>Inventory.vfr</Filename>\r
73 <Filename>VfrStrings.uni</Filename>\r
74 <Filename>Vfr.vfr</Filename>\r
75 <Filename>DriverSample.c</Filename>\r
5094fb09 76 <Filename>NVDataStruc.h</Filename>\r
878ddf1f 77 <Filename>DriverSample.h</Filename>\r
78 </SourceFiles>\r
1f86f081 79 <PackageDependencies>\r
80 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
81 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r
82 </PackageDependencies>\r
878ddf1f 83 <Protocols>\r
1f86f081 84 <Protocol Usage="ALWAYS_CONSUMED">\r
53b86193 85 <ProtocolCName>gEfiHiiProtocolGuid</ProtocolCName>\r
1f86f081 86 </Protocol>\r
87 <Protocol Usage="ALWAYS_CONSUMED">\r
53b86193 88 <ProtocolCName>gEfiUgaDrawProtocolGuid</ProtocolCName>\r
1f86f081 89 </Protocol>\r
90 <Protocol Usage="ALWAYS_CONSUMED">\r
53b86193 91 <ProtocolCName>gEfiOEMBadgingProtocolGuid</ProtocolCName>\r
1f86f081 92 </Protocol>\r
93 <Protocol Usage="ALWAYS_CONSUMED">\r
53b86193 94 <ProtocolCName>gEfiFirmwareVolumeProtocolGuid</ProtocolCName>\r
1f86f081 95 </Protocol>\r
96 <Protocol Usage="ALWAYS_CONSUMED">\r
53b86193 97 <ProtocolCName>gEfiConsoleControlProtocolGuid</ProtocolCName>\r
1f86f081 98 </Protocol>\r
99 <Protocol Usage="ALWAYS_PRODUCED">\r
53b86193 100 <ProtocolCName>gEfiFormCallbackProtocolGuid</ProtocolCName>\r
1f86f081 101 </Protocol>\r
878ddf1f 102 </Protocols>\r
103 <Variables>\r
104 <Variable Usage="ALWAYS_PRODUCED">\r
1f86f081 105 <VariableName>0x0032 0x0035</VariableName>\r
106 <GuidC_Name>g25Guid</GuidC_Name>\r
878ddf1f 107 </Variable>\r
108 </Variables>\r
109 <Guids>\r
1f86f081 110 <GuidCNames Usage="ALWAYS_CONSUMED">\r
53b86193 111 <GuidCName>gEfiGlobalVariableGuid</GuidCName>\r
1f86f081 112 </GuidCNames>\r
878ddf1f 113 </Guids>\r
114 <Externs>\r
1f86f081 115 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
15b06e58 116 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
878ddf1f 117 <Extern>\r
118 <ModuleEntryPoint>DriverSampleInit</ModuleEntryPoint>\r
119 </Extern>\r
120 </Externs>\r
1f86f081 121</ModuleSurfaceArea>