]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa
429009175400a61952a4cf89155d8a3a3e6a2c66
[mirror_edk2.git] / EdkModulePkg / Universal / MonotonicCounter / RuntimeDxe / MonotonicCounter.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaHeader>
14 <BaseName>MonotonicCounter</BaseName>
15 <ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
16 <ComponentType>RT_DRIVER</ComponentType>
17 <Guid>AD608272-D07F-4964-801E-7BD3B7888652</Guid>
18 <Version>0</Version>
19 <Abstract>Component description file for DiskIo module.</Abstract>
20 <Description>FIX ME!</Description>
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
22 <License>
23 All rights reserved. This program and the accompanying materials
24 are licensed and made available under the terms and conditions of the BSD License
25 which accompanies this distribution. The full text of the license may be found at
26 http://opensource.org/licenses/bsd-license.php
27 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
28 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
29 </License>
30 <Created>2006-03-22 14:36</Created>
31 <Specification>0</Specification>
32 </MsaHeader>
33 <LibraryClassDefinitions>
34 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">DxeRuntimeDriverLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">UefiRuntimeServicesTableLib</LibraryClass>
42 </LibraryClassDefinitions>
43 <SourceFiles>
44 <Filename>MonotonicCounter.c</Filename>
45 <Filename>MonotonicCounter.h</Filename>
46 <Filename>MonotonicCounter.dxs</Filename>
47 </SourceFiles>
48 <Includes>
49 <PackageName>MdePkg</PackageName>
50 <PackageName>EdkModulePkg</PackageName>
51 </Includes>
52 <Protocols>
53 <Protocol Usage="ALWAYS_PRODUCED">MonotonicCounter</Protocol>
54 </Protocols>
55 <Variables>
56 <Variable Usage="PRIVATE">
57 <String>MTC</String>
58 <Guid>0xeb704011, 0x1402, 0x11d3, 0x8e, 0x77, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b</Guid>
59 </Variable>
60 </Variables>
61 <Externs>
62 <Extern>
63 <ModuleEntryPoint>MonotonicCounterDriverInitialize</ModuleEntryPoint>
64 </Extern>
65 <Extern>
66 <SetVirtualAddressMapCallBack></SetVirtualAddressMapCallBack>
67 <ExitBootServicesCallBack></ExitBootServicesCallBack>
68 </Extern>
69 </Externs>
70 </ModuleSurfaceArea>