]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashAuthenticatedDxe.inf
1 #/** @file
2 #
3 # Component description file for NorFlashAuthenticatedDxe module
4 #
5 # Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
6 # Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = NorFlashAuthenticatedDxe
21 FILE_GUID = 10B86CEA-F2FE-456A-B1C7-4F506CA46005
22 MODULE_TYPE = DXE_RUNTIME_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = NorFlashInitialise
25
26 [Sources.common]
27 NorFlashDxe.c
28 NorFlashFvbDxe.c
29 NorFlashBlockIoDxe.c
30 NorFlashAuthenticatedVariableDep.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 ArmPlatformPkg/ArmPlatformPkg.dec
36 SecurityPkg/SecurityPkg.dec
37
38 [LibraryClasses]
39 IoLib
40 BaseLib
41 DebugLib
42 HobLib
43 NorFlashPlatformLib
44 UefiLib
45 UefiDriverEntryPoint
46 UefiBootServicesTableLib
47 UefiRuntimeLib
48 DxeServicesTableLib
49
50 [Guids]
51 gEfiSystemNvDataFvGuid
52 gEfiAuthenticatedVariableGuid
53 gEfiEventVirtualAddressChangeGuid
54
55 [Protocols]
56 gEfiBlockIoProtocolGuid
57 gEfiDevicePathProtocolGuid
58 gEfiFirmwareVolumeBlockProtocolGuid
59 gEfiDiskIoProtocolGuid
60
61 [Pcd.common]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
68
69 gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked
70
71 [Depex]
72 #
73 # NorFlashAuthenticatedDxe must be loaded before VariableAuthenticatedRuntimeDxe
74 # in case empty flash needs populating with default values
75 #
76 BEFORE gVariableAuthenticatedRuntimeDxeFileGuid