diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-05-18 05:30:01 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-05-18 05:30:01 +0000 |
commit | 44cff56257cc2943a94be2ada9b2249a80decc49 (patch) | |
tree | 86c361d387f5e9b554654375f81aae215906d64d /Nt32Pkg | |
parent | 987a8a64a147ff7f0d813487b995fe7eb5aa5423 (diff) | |
download | edk2-platforms-44cff56257cc2943a94be2ada9b2249a80decc49.tar.xz |
Nt32Pkg: Use different FILE_GUID.
Use different FILE_GUID other than the one used by PlatformBootManagerLibNull.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17465 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 7754619b4a..897c5cd2ce 100644 --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -15,7 +15,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = PlatformBootManagerLib
- FILE_GUID = 95C097CC-8943-4038-BB8A-1C70CF2E9F3C
+ FILE_GUID = F0D9063A-DADB-4185-85E2-D7ACDA93F7A6
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
|