Clean up the private GUID definition in module Level.

Signed-off-by: lgao4
Reviewed-by: rni2


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12385 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2011-09-20 02:12:45 +00:00
parent d499fad0b0
commit db4d3fa114
10 changed files with 76 additions and 35 deletions

View File

@@ -0,0 +1,23 @@
/** @file
Guid is EDKII DxeCore moudle GUID.
Copyright (c) 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
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.
**/
#ifndef __DXE_CORE_FILE_NAME__
#define __DXE_CORE_FILE_NAME__
#define DXE_CORE_FILE_NAME_GUID \
{ 0xD6A2CB7F, 0x6A18, 0x4e2f, {0xB4, 0x3B, 0x99, 0x20, 0xA7, 0x33, 0x70, 0x0A }}
extern EFI_GUID gDxeCoreFileNameGuid;
#endif