mirror of https://github.com/acidanthera/audk.git
Export EDKII_GLUE_DebugPrintErrorLevel and EDKII_GLUE_DebugPropertyMask macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11256 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8322eb77ce
commit
c10dc4c120
|
@ -1,6 +1,6 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2004 - 2011, 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
|
||||
|
@ -92,17 +92,21 @@ Abstract:
|
|||
//
|
||||
// debug print level
|
||||
//
|
||||
#ifndef EDKII_GLUE_DebugPrintErrorLevel
|
||||
#define EDKII_GLUE_DebugPrintErrorLevel (EFI_D_ERROR|EFI_D_INFO)
|
||||
#endif
|
||||
|
||||
//
|
||||
// debug propery mask
|
||||
//
|
||||
#ifndef EDKII_GLUE_DebugPropertyMask
|
||||
#define EDKII_GLUE_DebugPropertyMask ( DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED \
|
||||
| DEBUG_PROPERTY_DEBUG_PRINT_ENABLED \
|
||||
| DEBUG_PROPERTY_DEBUG_CODE_ENABLED \
|
||||
| DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED \
|
||||
| DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED \
|
||||
)
|
||||
#endif
|
||||
|
||||
//
|
||||
// clear memory value
|
||||
|
|
Loading…
Reference in New Issue