]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/PcatCompatible/RealTimeClockRuntimeDxe/PcRtc.msa
add in RealTimeClockRuntimeDxe
[mirror_edk2.git] / IntelFrameworkModulePkg / PcatCompatible / RealTimeClockRuntimeDxe / PcRtc.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>All rights reserved.
12 This software and associated documentation (if any) is furnished
13 under a license and may only be used or copied in accordance
14 with the terms of the license. Except as permitted by such
15 license, no part of this software or documentation may be
16 reproduced, stored in a retrieval system, or transmitted in any
17 form or by any means without the express written consent of
18 Intel Corporation.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32 X64 EBC</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>PcRtc</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>BaseMemoryLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>IoLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>TimerLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>UefiDriverEntryPoint</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>UefiBootServicesTableLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>UefiRuntimeLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>UefiRuntimeServicesTableLib</Keyword>
56 </LibraryClass>
57 </LibraryClassDefinitions>
58 <SourceFiles>
59 <Filename>PcRtc.h</Filename>
60 <Filename>PcRtc.c</Filename>
61 <Filename>Ia32PcRtc.dxs</Filename>
62 <Filename>Ia32/Ia32PcRtc.c</Filename>
63 </SourceFiles>
64 <PackageDependencies>
65 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
66 </PackageDependencies>
67 <Protocols>
68 <Protocol Usage="ALWAYS_PRODUCED">
69 <ProtocolCName>gEfiRealTimeClockArchProtocolGuid</ProtocolCName>
70 </Protocol>
71 </Protocols>
72 <Externs>
73 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
74 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
75 <Extern>
76 <ModuleEntryPoint>InitializePcRtc</ModuleEntryPoint>
77 </Extern>
78 </Externs>
79 </ModuleSurfaceArea>