]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/FSVariable/FSVariable.inf
SecurityPkg: Add TPM PTP support in TPM2 device lib.
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
CommitLineData
6bfbb5f0 1## @file\r
9071550e 2#\r
c373687e
ED
3# Caution: This file is used for Duet platform only, do not use them in real platform.\r
4# All variable code, variable metadata, and variable data used by Duet platform are on \r
5# disk. They can be changed by user. BIOS is not able to protoect those.\r
6# Duet trusts all meta data from disk. If variable code, variable metadata and variable\r
7# data is modified in inproper way, the behavior is undefined.\r
8#\r
b1f700a8
HT
9# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials \r
9071550e 11# are licensed and made available under the terms and conditions of the BSD License \r
12# which accompanies this distribution. The full text of the license may be found at \r
13# http://opensource.org/licenses/bsd-license.php \r
14# \r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
17# \r
18# Module Name:\r
19#\r
20# FSVariable.inf\r
21#\r
22# Abstract:\r
23#\r
24# Component description file for variable module\r
25#\r
6bfbb5f0 26##\r
9071550e 27\r
28[Defines]\r
29 INF_VERSION = 0x00010005\r
30 BASE_NAME = FSVariable\r
31 FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C\r
32 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
33 VERSION_STRING = 1.0\r
9071550e 34 ENTRY_POINT = VariableServiceInitialize\r
35 \r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 DuetPkg/DuetPkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
6bfbb5f0 41[Sources]\r
9071550e 42 FSVariable.h\r
43 VariableStorage.h\r
44 FSVariable.c\r
45 FileStorage.c\r
46 MemStorage.c\r
47\r
6bfbb5f0 48[LibraryClasses]\r
9071550e 49 PcdLib\r
50 BaseMemoryLib\r
51 BaseLib\r
52 UefiBootServicesTableLib\r
53 UefiRuntimeLib\r
54 DebugLib\r
55 UefiLib\r
56 HobLib\r
57 DxeServicesTableLib\r
58 DevicePathLib\r
59 UefiDriverEntryPoint\r
d7f79118 60 MemoryAllocationLib\r
9071550e 61\r
62[Guids]\r
9071550e 63 gEfiFlashMapHobGuid\r
3709c4cd 64 gEfiVariableGuid\r
a24b4043 65 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
fa8a1af2 66 \r
9071550e 67[Protocols]\r
68 gEfiVariableArchProtocolGuid\r
69 gEfiVariableWriteArchProtocolGuid\r
70 gEfiSimpleFileSystemProtocolGuid\r
71 gEfiBlockIoProtocolGuid\r
72\r
73[Pcd]\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
e5653d94 75 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
a24b4043 76 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
fa8a1af2 78\r
eb16e240 79[Depex]\r
80 TRUE\r