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