mirror of
https://github.com/acidanthera/audk.git
synced 2025-11-17 20:21:30 +01:00
20 lines
573 B
C
20 lines
573 B
C
/** @file
|
|
AutoGen definitions for edk2 package code consumption in BaseTools.
|
|
|
|
Copyright (c) 2023, Marvin Häuser. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#include <Common/AutoGen.h>
|
|
|
|
GLOBAL_REMOVE_IF_UNREFERENCED GUID gEfiCallerIdGuid = EFI_CALLER_ID_GUID;
|
|
|
|
GLOBAL_REMOVE_IF_UNREFERENCED GUID gEdkiiDscPlatformGuid = EDKII_DSC_PLATFORM_GUID;
|
|
|
|
GLOBAL_REMOVE_IF_UNREFERENCED CHAR8 *gEfiCallerBaseName = "BaseTools";
|
|
|
|
// Definition of SkuId Array
|
|
GLOBAL_REMOVE_IF_UNREFERENCED UINT64 _gPcd_SkuId_Array[] = {0x0};
|
|
|