]> git.proxmox.com Git - mirror_edk2.git/blob - EdkUnixPkg/Dxe/UnixThunk/Chipset/Reset/Reset.msa
Unix version of EFI emulator
[mirror_edk2.git] / EdkUnixPkg / Dxe / UnixThunk / Chipset / Reset / Reset.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>Reset</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>f3613084-8985-11db-8c26-0040d02b1835</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Unix Emulation Reset Architectural Protocol Driver as defined in TIANO</Abstract>
9 <Description>
10 This Reset module simulates system reset by process exit on NT.
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>Reset</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>BaseLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>DebugLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>UefiLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiDriverEntryPoint</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UnixLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>MemoryAllocationLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>UefiBootServicesTableLib</Keyword>
47 </LibraryClass>
48 </LibraryClassDefinitions>
49 <SourceFiles>
50 <Filename>Reset.c</Filename>
51 <Filename>Reset.dxs</Filename>
52 </SourceFiles>
53 <PackageDependencies>
54 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
55 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
56 <Package PackageGuid="f2805c44-8985-11db-9e98-0040d02b1835"/>
57 </PackageDependencies>
58 <Protocols>
59 <Protocol Usage="ALWAYS_PRODUCED">
60 <ProtocolCName>gEfiResetArchProtocolGuid</ProtocolCName>
61 </Protocol>
62 </Protocols>
63 <Externs>
64 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
65 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
66 <Extern>
67 <ModuleEntryPoint>InitializeUnixReset</ModuleEntryPoint>
68 </Extern>
69 </Externs>
70 </ModuleSurfaceArea>