diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:49 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:49 +0000 |
commit | 712389b8482a4c90c7f83d1c3ddc5865c86793fc (patch) | |
tree | 296ccecf618b42a4a2e5648d09e5635db1848e31 /UefiCpuPkg/CpuDxe | |
parent | 87d08179fa01a3e7a4fc9a7484c2ed68713be89b (diff) | |
download | edk2-platforms-712389b8482a4c90c7f83d1c3ddc5865c86793fc.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@10345 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuDxe')
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index 01ec1efb08..caf33da75d 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -16,7 +16,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = CpuDxe
- FILE_GUID = 62D171CB-78CD-4480-8678-C6A2A797A8DE
+ FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
|