diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-23 07:06:23 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-23 07:06:23 +0000 |
commit | 3db510989eb500296c3f4839c427325a02aea2e3 (patch) | |
tree | ecbfd9a1ddf5c6c0f418414f9810842a90dd4683 /IntelFrameworkModulePkg/Include/Guid | |
parent | 351986ae7d534c9d032d2218ea1e9f5ce7d2ecf1 (diff) | |
download | edk2-platforms-3db510989eb500296c3f4839c427325a02aea2e3.tar.xz |
Correct all header files for doxygen format and correct the license issue for VgaClass driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3401 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Guid')
4 files changed, 17 insertions, 44 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h index d5496483b5..88774dbdfb 100644 --- a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h +++ b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h @@ -1,5 +1,7 @@ -/*++
-
+/**@file
+ GUID used to identify Data Hub records that originate from the Tiano
+ ReportStatusCode API.
+
Copyright (c) 2006, 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
@@ -9,16 +11,8 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- StatusCode.h
-
-Abstract:
-
- GUID used to identify Data Hub records that originate from the Tiano
- ReportStatusCode API.
+**/
---*/
#ifndef __STATUS_CODE_H__
#define __STATUS_CODE_H__
diff --git a/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h b/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h index fb80d1954b..7a6bd06d10 100644 --- a/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h +++ b/IntelFrameworkModulePkg/Include/Guid/MemoryStatusCodeRecord.h @@ -1,5 +1,6 @@ -/*++
-
+/**@file
+ GUID used to identify status code records HOB that originate from the PEI status code
+
Copyright (c) 2006, 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
@@ -9,15 +10,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- MemoryStatusCodeRecord.h
-
-Abstract:
-
- GUID used to identify status code records HOB that originate from the PEI status code
-
---*/
+**/
#ifndef __MEMORY_STATUS_CODE_RECORD_H__
#define __MEMORY_STATUS_CODE_RECORD_H__
diff --git a/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h b/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h index 3d750cb854..197a0465b7 100644 --- a/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h +++ b/IntelFrameworkModulePkg/Include/Guid/PciHotplugDevice.h @@ -1,5 +1,6 @@ -/*++
-
+/**@file
+ GUIDs used to indicate the device is Pccard hotplug device
+
Copyright (c) 2006, 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
@@ -9,15 +10,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- PciHotplugDevice.h
-
-Abstract:
-
- GUIDs used to indicate the device is Pccard hotplug device
-
---*/
+**/
#ifndef __PCI_HOTPLUG_DEVICE_GUID_H_
#define __PCI_HOTPLUG_DEVICE_GUID_H_
diff --git a/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h b/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h index 0ba44dbed4..ef9e345de5 100644 --- a/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h +++ b/IntelFrameworkModulePkg/Include/Guid/PciOptionRomTable.h @@ -1,5 +1,6 @@ -/*++
-
+/**@file
+ GUID and data structure used to describe the list of PCI Option ROMs present in a system.
+
Copyright (c) 2006, 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
@@ -9,15 +10,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- PciOptionRomTable.h
-
-Abstract:
-
- GUID and data structure used to describe the list of PCI Option ROMs present in a system.
-
---*/
+**/
#ifndef __PCI_OPTION_ROM_TABLE_GUID_H_
#define __PCI_OPTION_ROM_TABLE_GUID_H_
|