]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/FSVariable/FSVariable.inf
Fix some bugs in FSVariable and BdsPlatform for duet platform.
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
CommitLineData
9071550e 1#/*++\r
2#\r
3# Copyright (c) 2006 - 2007, Intel Corporation \r
4# All rights reserved. This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# FSVariable.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for variable module\r
19#\r
20#--*/\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = FSVariable\r
25 FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C\r
26 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30 ENTRY_POINT = VariableServiceInitialize\r
31 \r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 DuetPkg/DuetPkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[Sources.common]\r
38 FSVariable.h\r
39 VariableStorage.h\r
40 FSVariable.c\r
41 FileStorage.c\r
42 MemStorage.c\r
43\r
44[LibraryClasses.common]\r
45 PcdLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 UefiBootServicesTableLib\r
49 UefiRuntimeLib\r
50 DebugLib\r
51 UefiLib\r
52 HobLib\r
53 DxeServicesTableLib\r
54 DevicePathLib\r
55 UefiDriverEntryPoint\r
56\r
57[Guids]\r
58 gEfiHobListGuid\r
59 gEfiFlashMapHobGuid\r
60\r
61[Protocols]\r
62 gEfiVariableArchProtocolGuid\r
63 gEfiVariableWriteArchProtocolGuid\r
64 gEfiSimpleFileSystemProtocolGuid\r
65 gEfiBlockIoProtocolGuid\r
66\r
67[Pcd]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
e5653d94 69 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
9071550e 70\r
eb16e240 71[Depex]\r
72 TRUE\r