]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Jan 2011 02:12:32 +0000 (02:12 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Jan 2011 02:12:32 +0000 (02:12 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11256 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueConfig.h

index 3513f87d69f02a1956a5d526affb17a1d8bb7a2d..f81abace89b3ff142baf76c698f7af18871ac7e1 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -92,17 +92,21 @@ Abstract:
 //\r
 // debug print level\r
 //\r
+#ifndef EDKII_GLUE_DebugPrintErrorLevel\r
 #define EDKII_GLUE_DebugPrintErrorLevel         (EFI_D_ERROR|EFI_D_INFO)\r
+#endif\r
 \r
 //\r
 // debug propery mask\r
 //\r
+#ifndef EDKII_GLUE_DebugPropertyMask\r
 #define EDKII_GLUE_DebugPropertyMask           (  DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED                \\r
                                                   | DEBUG_PROPERTY_DEBUG_PRINT_ENABLED               \\r
                                                   | DEBUG_PROPERTY_DEBUG_CODE_ENABLED                \\r
                                                   | DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED              \\r
                                                   | DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED           \\r
                                                )\r
+#endif\r
 \r
 //\r
 // clear memory value\r