]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the inconsistent guid for terminal driver which is used in GeneralBds libary.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 Apr 2007 08:10:56 +0000 (08:10 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 Apr 2007 08:10:56 +0000 (08:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2572 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Library/EdkGenericPlatformBdsLib/BootMaint/UpdatePage.c
EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/UpdatePage.c

index dfc12dca933b3316ef8eb410b925edf32c642b28..05b912c300efedce70c859ba66b0e8d6ff23e4d5 100644 (file)
@@ -1,6 +1,7 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
+/**@file\r
+  Dynamically Update the pages.\r
+  \r
+Copyright (c) 2006 - 2007 Intel Corporation.\r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -9,21 +10,13 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-Module Name:\r
-\r
-  UpdatePage.c\r
-    \r
-AgBStract:\r
-\r
-  Dynamically Update the pages\r
-\r
---*/\r
+**/\r
 \r
 #include "Bds.h"\r
 #include "BootMaint.h"\r
 \r
 EFI_GUID gTerminalDriverGuid = {\r
 \r
 #include "Bds.h"\r
 #include "BootMaint.h"\r
 \r
 EFI_GUID gTerminalDriverGuid = {\r
-  0x10634d8e, 0x1c05, 0x46cb, {0xbb, 0xc, 0x5a, 0xfd, 0xc8, 0x29, 0xa8, 0xc8}\r
+  0x9E863906, 0xA40F, 0x4875, {0x97, 0x7F, 0x5B, 0x93, 0xFF, 0x23, 0x7F, 0xC6}\r
 };\r
 \r
 VOID\r
 };\r
 \r
 VOID\r
index 1134c950e5aa73e723e4506611360df0f998b114..435b0753d47c72b51858e5bf52df0e4e038828e8 100644 (file)
@@ -1,6 +1,7 @@
-/*++\r
-\r
-Copyright (c) 2006 - 2007, Intel Corporation\r
+/**@file\r
+  Dynamically Update the pages.\r
+  \r
+Copyright (c) 2006 - 2007 Intel Corporation.\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -9,22 +10,14 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  UpdatePage.c\r
-\r
-AgBStract:\r
-\r
-  Dynamically Update the pages\r
-\r
---*/\r
+**/\r
 \r
 #include "Generic/Bds.h"\r
 #include "BootMaint.h"\r
 #include "BdsPlatform.h"\r
 \r
 EFI_GUID gTerminalDriverGuid = {\r
 \r
 #include "Generic/Bds.h"\r
 #include "BootMaint.h"\r
 #include "BdsPlatform.h"\r
 \r
 EFI_GUID gTerminalDriverGuid = {\r
-  0x10634d8e, 0x1c05, 0x46cb, 0xbb, 0xc, 0x5a, 0xfd, 0xc8, 0x29, 0xa8, 0xc8\r
+  0x9E863906, 0xA40F, 0x4875, {0x97, 0x7F, 0x5B, 0x93, 0xFF, 0x23, 0x7F, 0xC6}\r
 };\r
 \r
 VOID\r
 };\r
 \r
 VOID\r