summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.c')
-rw-r--r--EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.c b/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.c
deleted file mode 100644
index a6f673e969..0000000000
--- a/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.c
+++ /dev/null
@@ -1,28 +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:
-
- FlashMap.c
-
-Abstract:
-
- Flash Map PPI GUID as defined in Tiano
-
---*/
-
-#include "Tiano.h"
-#include "Pei.h"
-#include EFI_PPI_DEFINITION (FlashMap)
-
-EFI_GUID gPeiFlashMapPpiGuid = PEI_FLASH_MAP_PPI_GUID;
-
-EFI_GUID_STRING(&gPeiFlashMapPpiGuid, "Flash Map", "Flash Map PPI");