diff options
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Include/Library/WinNtLib.h | 32 | ||||
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dec | 6 |
2 files changed, 14 insertions, 24 deletions
diff --git a/Nt32Pkg/Include/Library/WinNtLib.h b/Nt32Pkg/Include/Library/WinNtLib.h index 9210a572b5..0d202257c4 100644 --- a/Nt32Pkg/Include/Library/WinNtLib.h +++ b/Nt32Pkg/Include/Library/WinNtLib.h @@ -1,28 +1,22 @@ -/*++
-
-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
-which accompanies this distribution. The full text of the license may be found at
-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:
-
- WinNtLib.h
+/** @file
+ Public include file for the WinNt Library
-Abstract:
+Copyright (c) 2006 - 2007, 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
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
- Public include file for the WinNt Library
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
---*/
+**/
#ifndef __WIN_NT_LIB_H__
#define __WIN_NT_LIB_H__
-#include <WinNtThunk.h>
+#include <Protocol/WinNtThunk.h>
+
extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;
-#endif
\ No newline at end of file +#endif
diff --git a/Nt32Pkg/Nt32Pkg.dec b/Nt32Pkg/Nt32Pkg.dec index 0476aeb28b..02c19e005a 100644 --- a/Nt32Pkg/Nt32Pkg.dec +++ b/Nt32Pkg/Nt32Pkg.dec @@ -37,11 +37,7 @@ #
################################################################################
[Includes.common]
- Include # FlashLayout WinNtDxe WinNtPeim
- Include/Library # EdkGenericBdsLib WinNtLib
- Include/Ppi # NtAutoscan NtFwh NtPeiLoadFile NtThunk
- Include/Common # WinNTInclude
- Include/Protocol # WinNtIo WinNtThunk
+ Include # Root include for the package
################################################################################
|