diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:09 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:09 +0000 |
commit | 5009ddf9303f35f32d8dd1d417842ffa66e7f778 (patch) | |
tree | 65f4739d8adc9acf06942476b133fa351737d966 /DuetPkg/BootSector/BootSector.inf | |
parent | 46d45cde432be20cfaa88875871a1194a14e3ad8 (diff) | |
download | edk2-platforms-5009ddf9303f35f32d8dd1d417842ffa66e7f778.tar.xz |
Update the modules with the different module GUID to avoid the different modules with the same module GUID.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10342 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/BootSector.inf')
-rw-r--r-- | DuetPkg/BootSector/BootSector.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index 3be9cb5938..a8785a7695 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -14,7 +14,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = BootSector
- FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C
+ FILE_GUID = C89D72CE-E21A-4c71-BA79-770EF373D6DA
MODULE_TYPE = USER_DEFINED
VERSION_STRING = 1.0
CUSTOM_MAKEFILE = MSFT|Makefile
|