]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/FSVariable/FSVariable.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
CommitLineData
6bfbb5f0 1## @file\r
9071550e 2#\r
b1f700a8
HT
3# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
9071550e 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
6bfbb5f0 20##\r
9071550e 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
9071550e 28 ENTRY_POINT = VariableServiceInitialize\r
29 \r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 DuetPkg/DuetPkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34\r
6bfbb5f0 35[Sources]\r
9071550e 36 FSVariable.h\r
37 VariableStorage.h\r
38 FSVariable.c\r
39 FileStorage.c\r
40 MemStorage.c\r
41\r
6bfbb5f0 42[LibraryClasses]\r
9071550e 43 PcdLib\r
44 BaseMemoryLib\r
45 BaseLib\r
46 UefiBootServicesTableLib\r
47 UefiRuntimeLib\r
48 DebugLib\r
49 UefiLib\r
50 HobLib\r
51 DxeServicesTableLib\r
52 DevicePathLib\r
53 UefiDriverEntryPoint\r
54\r
55[Guids]\r
9071550e 56 gEfiFlashMapHobGuid\r
3709c4cd 57 gEfiVariableGuid\r
a24b4043 58 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid\r
fa8a1af2 59 \r
9071550e 60[Protocols]\r
61 gEfiVariableArchProtocolGuid\r
62 gEfiVariableWriteArchProtocolGuid\r
63 gEfiSimpleFileSystemProtocolGuid\r
64 gEfiBlockIoProtocolGuid\r
65\r
66[Pcd]\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
e5653d94 68 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
a24b4043 69 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
fa8a1af2 71\r
eb16e240 72[Depex]\r
73 TRUE\r