]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
ArmPlatformPkg/NorFlashDxe: depend on gEfiCpuArchProtocolGuid
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashDxe.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
1e57a462 3# Component description file for NorFlashDxe module\r
3402aac7 4#\r
000f80f7 5# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>\r
3402aac7 6#\r
1e57a462 7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
3402aac7 11#\r
1e57a462 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 14#\r
1e57a462 15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ArmVeNorFlashDxe\r
20 FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085\r
000f80f7 21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
1e57a462 22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = NorFlashInitialise\r
24\r
25[Sources.common]\r
26 NorFlashDxe.c\r
27 NorFlashFvbDxe.c\r
28 NorFlashBlockIoDxe.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 ArmPlatformPkg/ArmPlatformPkg.dec\r
6281a2ed 34 EmbeddedPkg/EmbeddedPkg.dec\r
1e57a462 35\r
36[LibraryClasses]\r
37 IoLib\r
38 BaseLib\r
39 DebugLib\r
40 HobLib\r
41 NorFlashPlatformLib\r
42 UefiLib\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
2dff0c1a 45 UefiRuntimeLib\r
1dbbfc17 46 DxeServicesTableLib\r
1e57a462 47\r
48[Guids]\r
49 gEfiSystemNvDataFvGuid\r
50 gEfiVariableGuid\r
8753858f 51 gEfiAuthenticatedVariableGuid\r
1dbbfc17 52 gEfiEventVirtualAddressChangeGuid\r
6281a2ed 53 gEdkiiNvVarStoreFormattedGuid ## PRODUCES ## PROTOCOL\r
1e57a462 54\r
55[Protocols]\r
56 gEfiBlockIoProtocolGuid\r
57 gEfiDevicePathProtocolGuid\r
58 gEfiFirmwareVolumeBlockProtocolGuid\r
452a9ee1 59 gEfiDiskIoProtocolGuid\r
3402aac7 60\r
1e57a462 61[Pcd.common]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
3402aac7 68\r
1e57a462 69 gArmPlatformTokenSpaceGuid.PcdNorFlashCheckBlockLocked\r
70\r
71[Depex]\r
96337c6d 72 gEfiCpuArchProtocolGuid\r