summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/EdkIIGluePcdPciExpressLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/EdkIIGluePcdPciExpressLib.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/EdkIIGluePcdPciExpressLib.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/EdkIIGluePcdPciExpressLib.h b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/EdkIIGluePcdPciExpressLib.h
deleted file mode 100644
index 5c9450ad8d..0000000000
--- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/EdkIIGluePcdPciExpressLib.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*++
-
-Copyright (c) 2004 - 2006, 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:
-
- EdkIIGluePcdPciExpressLib.h
-
-Abstract:
-
- PCD values for library customization
-
---*/
-
-#ifndef __EDKII_GLUE_PCD_PCI_EXPRESS_LIB_H__
-#define __EDKII_GLUE_PCD_PCI_EXPRESS_LIB_H__
-
-//
-// Following Pcd values are hard coded at compile time.
-// Override these through compiler option "/D" in PlatformTools.env if needed
-//
-
-
-//
-// PciExpress Pcds
-//
-#ifndef __EDKII_GLUE_PCD_PcdPciExpressBaseAddress__
-#define __EDKII_GLUE_PCD_PcdPciExpressBaseAddress__ EDKII_GLUE_PciExpressBaseAddress
-#endif
-
-#include "Pcd/EdkIIGluePcd.h"
-#endif