diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 05:27:08 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 05:27:08 +0000 |
commit | 55256f511d4c32ba0eeb07b73bf1d107834ffb46 (patch) | |
tree | 485c99e4ea15f6eb3fdfc97385c67500078f20f0 /MdePkg/Library/FvbServiceLib/FvbServiceLib.inf | |
parent | 464cf9884f0680fef4393e9305f4ef4ab3be02af (diff) | |
download | edk2-platforms-55256f511d4c32ba0eeb07b73bf1d107834ffb46.tar.xz |
Update supported module type of MDE library instances according to MDE library spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6261 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/FvbServiceLib/FvbServiceLib.inf')
-rw-r--r-- | MdePkg/Library/FvbServiceLib/FvbServiceLib.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf b/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf index 54bddcb0e6..b019232f69 100644 --- a/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf +++ b/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf @@ -2,7 +2,7 @@ # FvbService Library for UEFI drivers
#
# This library instance provide sevice functions to access Firmware Volume Block protocol.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -18,9 +18,9 @@ INF_VERSION = 0x00010005
BASE_NAME = FvbServiceLib
FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67
- MODULE_TYPE = DXE_RUNTIME_DRIVER
+ MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = FvbServiceLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION
+ LIBRARY_CLASS = FvbServiceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|