Modify all file header to follow doxygen format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4906 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-03-19 03:23:16 +00:00
parent 1564e9ac2c
commit 6ae8142848
72 changed files with 144 additions and 144 deletions

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Tiano PEIM to provide the platform support functionality within Windows Tiano PEIM to provide the platform support functionality within Windows
--*/ **/

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -20,7 +20,7 @@ Abstract:
the CPU-specific setjump/long pair. Other services are not implemented the CPU-specific setjump/long pair. Other services are not implemented
in this driver. in this driver.
--*/ **/
#include "CpuDriver.h" #include "CpuDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
NT Emulation Architectural Protocol Driver as defined in Tiano. NT Emulation Architectural Protocol Driver as defined in Tiano.
--*/ **/
#ifndef _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_ #ifndef _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_
#define _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_ #define _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -21,7 +21,7 @@ Abstract:
the implementations of architectural protocols and the PCI Root the implementations of architectural protocols and the PCI Root
Bridge I/O Protocol. Bridge I/O Protocol.
--*/ **/
#include <CpuDriver.h> #include <CpuDriver.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Revision History Revision History
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
Defines data structure that is the volume header found.These data is intent Defines data structure that is the volume header found.These data is intent
to decouple FVB driver with FV header. to decouple FVB driver with FV header.
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Firmware volume block driver for Intel Firmware Hub (FWH) device Firmware volume block driver for Intel Firmware Hub (FWH) device
--*/ **/
#ifndef _FW_BLOCK_SERVICE_H #ifndef _FW_BLOCK_SERVICE_H
#define _FW_BLOCK_SERVICE_H #define _FW_BLOCK_SERVICE_H

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
Public include file for the WinNt Library Public include file for the WinNt Library
--*/ **/
#ifndef __WIN_NT_INCLUDE_H__ #ifndef __WIN_NT_INCLUDE_H__
#define __WIN_NT_INCLUDE_H__ #define __WIN_NT_INCLUDE_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Nt Autoscan PPI Nt Autoscan PPI
--*/ **/
#ifndef __NT_PEI_AUTOSCAN_H__ #ifndef __NT_PEI_AUTOSCAN_H__
#define __NT_PEI_AUTOSCAN_H__ #define __NT_PEI_AUTOSCAN_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
WinNt FWH PPI as defined in Tiano WinNt FWH PPI as defined in Tiano
--*/ **/
#ifndef __NT_PEI_FWH_H__ #ifndef __NT_PEI_FWH_H__
#define __NT_PEI_FWH_H__ #define __NT_PEI_FWH_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
When the PEI core is done it calls the DXE IPL via PPI When the PEI core is done it calls the DXE IPL via PPI
--*/ **/
#ifndef __NT_PEI_LOAD_FILE_H__ #ifndef __NT_PEI_LOAD_FILE_H__
#define __NT_PEI_LOAD_FILE_H__ #define __NT_PEI_LOAD_FILE_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
WinNt Thunk interface PPI WinNt Thunk interface PPI
--*/ **/
#ifndef __NT_PEI_WIN_NT_THUNK_H__ #ifndef __NT_PEI_WIN_NT_THUNK_H__
#define __NT_PEI_WIN_NT_THUNK_H__ #define __NT_PEI_WIN_NT_THUNK_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#ifndef __WIN_NT_IO_H__ #ifndef __WIN_NT_IO_H__
#define __WIN_NT_IO_H__ #define __WIN_NT_IO_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -25,7 +25,7 @@ Abstract:
YOU MUST include EfiWinNT.h in place of Efi.h to make this file compile. YOU MUST include EfiWinNT.h in place of Efi.h to make this file compile.
--*/ **/
#ifndef __WIN_NT_THUNK_H__ #ifndef __WIN_NT_THUNK_H__
#define __WIN_NT_THUNK_H__ #define __WIN_NT_THUNK_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
Public include file for the WinNt Library Public include file for the WinNt Library
--*/ **/
#ifndef __WIN_NT_DXE_H__ #ifndef __WIN_NT_DXE_H__
#define __WIN_NT_DXE_H__ #define __WIN_NT_DXE_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
Public include file for the WinNt Library Public include file for the WinNt Library
--*/ **/
#ifndef __WIN_NT_PEIM_H__ #ifndef __WIN_NT_PEIM_H__
#define __WIN_NT_PEIM_H__ #define __WIN_NT_PEIM_H__

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
to produce PeCoff library class. to produce PeCoff library class.
--*/ **/
#include <PiDxe.h> #include <PiDxe.h>
#include <Guid/PeiPeCoffLoader.h> #include <Guid/PeiPeCoffLoader.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
WinNt Library WinNt Library
--*/ **/
#include <PiDxe.h> #include <PiDxe.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2004 - 2006, Intel Corporation Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This file include all platform action which can be customized This file include all platform action which can be customized
by IBV/OEM. by IBV/OEM.
--*/ **/
#include "BdsPlatform.h" #include "BdsPlatform.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2004 - 2006, Intel Corporation Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Head file for BDS Platform specific code Head file for BDS Platform specific code
--*/ **/
#ifndef _BDS_PLATFORM_H #ifndef _BDS_PLATFORM_H
#define _BDS_PLATFORM_H #define _BDS_PLATFORM_H

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2004 - 2006, Intel Corporation Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
Defined the platform specific device path which will be used by Defined the platform specific device path which will be used by
platform Bbd to perform the platform policy connect. platform Bbd to perform the platform policy connect.
--*/ **/
#include "BdsPlatform.h" #include "BdsPlatform.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
Revision History Revision History
--*/ **/
#include <PiPei.h> #include <PiPei.h>
#include <IndustryStandard/PeImage.h> #include <IndustryStandard/PeImage.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
to produce PeCoff library class. to produce PeCoff library class.
--*/ **/
#include <PiPei.h> #include <PiPei.h>
#include <Guid/PeiPeCoffLoader.h> #include <Guid/PeiPeCoffLoader.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
to produce PeCoff library class. to produce PeCoff library class.
--*/ **/
#include <PiPei.h> #include <PiPei.h>
#include <Guid/PeiPeCoffLoader.h> #include <Guid/PeiPeCoffLoader.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
--*/ **/
#include "Metronome.h" #include "Metronome.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
--*/ **/
#ifndef _NT_THUNK_METRONOME_H_ #ifndef _NT_THUNK_METRONOME_H_
#define _NT_THUNK_METRONOME_H_ #define _NT_THUNK_METRONOME_H_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
Misc class required EFI Device Path definitions (Ports, slots & Misc class required EFI Device Path definitions (Ports, slots &
onboard devices) onboard devices)
--*/ **/
#ifndef _MISC_DEVICE_PATH_H #ifndef _MISC_DEVICE_PATH_H
#define _MISC_DEVICE_PATH_H #define _MISC_DEVICE_PATH_H

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Header file for MiscSubclass Driver. Header file for MiscSubclass Driver.
--*/ **/
#ifndef _MISC_SUBCLASS_DRIVER_H #ifndef _MISC_SUBCLASS_DRIVER_H
#define _MISC_SUBCLASS_DRIVER_H #define _MISC_SUBCLASS_DRIVER_H

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -18,7 +18,7 @@ Abstract:
This driver parses the mMiscSubclassDataTable structure and reports This driver parses the mMiscSubclassDataTable structure and reports
any generated data to the DataHub. any generated data to the DataHub.
--*/ **/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
NT Emulation Architectural Protocol Driver as defined in Tiano NT Emulation Architectural Protocol Driver as defined in Tiano
--*/ **/
#include <PiDxe.h> #include <PiDxe.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Reset Architectural Protocol as defined in Tiano under NT Emulation Reset Architectural Protocol as defined in Tiano under NT Emulation
--*/ **/
#include <PiDxe.h> #include <PiDxe.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -16,7 +16,7 @@ Abstract:
A simple FV stack so the SEC can extract the SEC Core from an A simple FV stack so the SEC can extract the SEC Core from an
FV. FV.
--*/ **/
#include "SecMain.h" #include "SecMain.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -26,7 +26,7 @@ Abstract:
This code produces 128 K of temporary memory for the PEI stack by directly This code produces 128 K of temporary memory for the PEI stack by directly
allocate memory space with ReadWrite and Execute attribute. allocate memory space with ReadWrite and Execute attribute.
--*/ **/
#include "SecMain.h" #include "SecMain.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -16,7 +16,7 @@ Module Name:
Abstract: Abstract:
Include file for Windows API based SEC Include file for Windows API based SEC
--*/ **/
#include <stdio.h> #include <stdio.h>
#include <Base.h> #include <Base.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -32,7 +32,7 @@ Abstract:
gWinNt is a a public exported global that contains the initialized gWinNt is a a public exported global that contains the initialized
data. data.
--*/ **/
#include "SecMain.h" #include "SecMain.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -21,7 +21,7 @@ Abstract:
timer service. In the future, the Thread creation should possibly be timer service. In the future, the Thread creation should possibly be
abstracted by the CPU architectural protocol abstracted by the CPU architectural protocol
--*/ **/
#include "Timer.h" #include "Timer.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
This Timer module uses an NT Thread to simulate the timer-tick driven This Timer module uses an NT Thread to simulate the timer-tick driven
timer service. timer service.
--*/ **/
#ifndef _TIMER_H_ #ifndef _TIMER_H_
#define _TIMER_H_ #define _TIMER_H_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Revision History Revision History
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#include <Uefi.h> #include <Uefi.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>
#include <Protocol/ComponentName.h> #include <Protocol/ComponentName.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#include <Uefi.h> #include <Uefi.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#include <Uefi.h> #include <Uefi.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>
#include <Protocol/BlockIo.h> #include <Protocol/BlockIo.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -58,7 +58,7 @@ Abstract:
* Other names and brands may be claimed as the property of others. * Other names and brands may be claimed as the property of others.
--*/ **/
#include <Uefi.h> #include <Uefi.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>
#include <Protocol/WinNtThunk.h> #include <Protocol/WinNtThunk.h>

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -22,7 +22,7 @@ Abstract:
* Other names and brands may be claimed as the property of others. * Other names and brands may be claimed as the property of others.
--*/ **/
#ifndef _WIN_NT_BLOCK_IO_H_ #ifndef _WIN_NT_BLOCK_IO_H_
#define _WIN_NT_BLOCK_IO_H_ #define _WIN_NT_BLOCK_IO_H_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*+++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -220,7 +220,7 @@ Returns:
None None
--*/ **/
// TODO: This - add argument and description to function comment // TODO: This - add argument and description to function comment
// TODO: ControllerHandle - add argument and description to function comment // TODO: ControllerHandle - add argument and description to function comment
// TODO: RemainingDevicePath - add argument and description to function comment // TODO: RemainingDevicePath - add argument and description to function comment

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -205,7 +205,7 @@ Returns:
TODO: add return values TODO: add return values
--*/ **/
; ;
// //

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
Revision History Revision History
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -17,7 +17,7 @@ Abstract:
PEIM to build GUIDed HOBs for platform specific flash map PEIM to build GUIDed HOBs for platform specific flash map
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#include "WinNtSerialIo.h" #include "WinNtSerialIo.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -43,7 +43,7 @@ Abstract:
If Handle(1) contains a gEfiWinNtSerialPortGuid protocol then the driver is If Handle(1) contains a gEfiWinNtSerialPortGuid protocol then the driver is
loaded on the device. loaded on the device.
--*/ **/
#include "WinNtSerialIo.h" #include "WinNtSerialIo.h"

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -16,7 +16,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#ifndef _WIN_NT_SERIAL_IO_ #ifndef _WIN_NT_SERIAL_IO_
#define _WIN_NT_SERIAL_IO_ #define _WIN_NT_SERIAL_IO_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses
// //

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006 - 2007, Intel Corporation Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -22,7 +22,7 @@ Abstract:
* Other names and brands may be claimed as the property of others. * Other names and brands may be claimed as the property of others.
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -22,7 +22,7 @@ Abstract:
* Other names and brands may be claimed as the property of others. * Other names and brands may be claimed as the property of others.
--*/ **/
#ifndef _WIN_NT_SIMPLE_FILE_SYSTEM_H_ #ifndef _WIN_NT_SIMPLE_FILE_SYSTEM_H_
#define _WIN_NT_SIMPLE_FILE_SYSTEM_H_ #define _WIN_NT_SIMPLE_FILE_SYSTEM_H_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -24,7 +24,7 @@ Abstract:
protocol on this handle. This driver can only support one one WinNtThunk protocol protocol on this handle. This driver can only support one one WinNtThunk protocol
in the system, since the device path is hard coded. in the system, since the device path is hard coded.
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -15,7 +15,7 @@ Module Name:
Abstract: Abstract:
--*/ **/
#ifndef _WIN_NT_THUNK_H_ #ifndef _WIN_NT_THUNK_H_
#define _WIN_NT_THUNK_H_ #define _WIN_NT_THUNK_H_

View File

@ -1,4 +1,4 @@
/*++ /**@file
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@ Abstract:
Revision History Revision History
--*/ **/
// //
// The package level header files this module uses // The package level header files this module uses