mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driver
NorFlash driver is required by UEFI Variable services to read/write Non-Volatile UEFI variables. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15436 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
18ee5b6d78
commit
000f80f77b
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Component description file for NorFlashDxe module
|
# Component description file for NorFlashDxe module
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@ -18,7 +18,7 @@
|
|||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = ArmVeNorFlashDxe
|
BASE_NAME = ArmVeNorFlashDxe
|
||||||
FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
|
FILE_GUID = 93E34C7E-B50E-11DF-9223-2443DFD72085
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = NorFlashInitialise
|
ENTRY_POINT = NorFlashInitialise
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user