summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.c')
-rw-r--r--EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.c b/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.c
deleted file mode 100644
index 9d7937aee6..0000000000
--- a/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtThunk/NtThunk.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/*++
-
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
-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:
-
- NtThunk.c
-
-Abstract:
-
- Abstraction for the NT Thunk PPI
-
---*/
-
-#include "Tiano.h"
-#include "PeiBind.h"
-#include "PeiApi.h"
-#include EFI_PPI_DEFINITION (NtThunk)
-
-EFI_GUID gPeiNtThunkPpiGuid = PEI_NT_THUNK_GUID;
-
-EFI_GUID_STRING(&gPeiNtThunkPpiGuid, "NtThunk", "NT PEI WINNT THUNK PPI");