]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.msa
1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib library.
[mirror_edk2.git] / MdeModulePkg / Universal / PcatRealTimeClockRuntimeDxe / RealTimeClockRuntimeDxe.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>PcRtc</ModuleName>
5 <ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
6 <GuidValue>378D7B65-8DA9-4773-B6E4-A47826A833E1</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.</Abstract>
9 <Description>This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
11 <License>
12 Copyright (c) 2006 - 2007 Intel Corporation. <BR>
13 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
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 </License>
21 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
22 </MsaHeader>
23 <ModuleDefinitions>
24 <SupportedArchitectures>IA32 X64 EBC</SupportedArchitectures>
25 <BinaryModule>false</BinaryModule>
26 <OutputFileBasename>PcRtc</OutputFileBasename>
27 </ModuleDefinitions>
28 <LibraryClassDefinitions>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>BaseLib</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>DebugLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>BaseMemoryLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>IoLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>TimerLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>UefiDriverEntryPoint</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiBootServicesTableLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>UefiRuntimeLib</Keyword>
55 </LibraryClass>
56 <LibraryClass Usage="ALWAYS_CONSUMED">
57 <Keyword>UefiRuntimeServicesTableLib</Keyword>
58 </LibraryClass>
59 </LibraryClassDefinitions>
60 <SourceFiles>
61 <Filename>PcRtc.h</Filename>
62 <Filename>PcRtc.c</Filename>
63 <Filename>Ia32PcRtc.dxs</Filename>
64 <Filename>Ia32/Ia32PcRtc.c</Filename>
65 </SourceFiles>
66 <PackageDependencies>
67 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
68 </PackageDependencies>
69 <Protocols>
70 <Protocol Usage="ALWAYS_PRODUCED">
71 <ProtocolCName>gEfiRealTimeClockArchProtocolGuid</ProtocolCName>
72 </Protocol>
73 </Protocols>
74 <Externs>
75 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
76 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
77 <Extern>
78 <ModuleEntryPoint>InitializePcRtc</ModuleEntryPoint>
79 </Extern>
80 </Externs>
81 </ModuleSurfaceArea>