]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
ArmPlatformPkg/Drivers/NorFlashDxe: Directly implement DiskIO protocol
[mirror_edk2.git] / ArmPlatformPkg / Drivers / NorFlashDxe / NorFlashDxe.inf
index 97c66008f613cd838449cb758ff066cebd983b07..3003e1213d8eb0987822ac94c3ad480b0dcda44a 100644 (file)
@@ -2,7 +2,7 @@
 #  \r
 #  Component description file for NorFlashDxe module\r
 #  \r
-#  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>\r
 #  \r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -18,7 +18,7 @@
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ArmVeNorFlashDxe\r
   FILE_GUID                      = 93E34C7E-B50E-11DF-9223-2443DFD72085\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = NorFlashInitialise\r
 \r
   UefiLib\r
   UefiDriverEntryPoint\r
   UefiBootServicesTableLib\r
+  UefiRuntimeLib\r
+  DxeServicesTableLib\r
 \r
 [Guids]\r
   gEfiSystemNvDataFvGuid\r
   gEfiVariableGuid\r
+  gEfiEventVirtualAddressChangeGuid\r
 \r
 [Protocols]\r
   gEfiBlockIoProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
   gEfiFirmwareVolumeBlockProtocolGuid\r
+  gEfiDiskIoProtocolGuid\r
   \r
 [Pcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r