]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/Literals.c
ShellPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / Literals.c
CommitLineData
d41bc92c 1/** @file\r
2 Definitions of ASCII string literals used by DP.\r
3\r
115eae65 4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
56ba3746 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
d41bc92c 6**/\r
115eae65 7#include <Guid/ExtendedFirmwarePerformance.h>\r
d41bc92c 8\r
9// ASCII String literals which probably don't need translation\r
115eae65
DB
10CHAR8 const ALit_TimerLibError[] = "Timer library instance error!\n";\r
11CHAR8 const ALit_SEC[] = SEC_TOK;\r
12CHAR8 const ALit_DXE[] = DXE_TOK;\r
13CHAR8 const ALit_PEI[] = PEI_TOK;\r
14CHAR8 const ALit_BDS[] = BDS_TOK;\r
15CHAR8 const ALit_START_IMAGE[] = START_IMAGE_TOK;\r
16CHAR8 const ALit_LOAD_IMAGE[] = LOAD_IMAGE_TOK;\r
17CHAR8 const ALit_DB_START[] = DRIVERBINDING_START_TOK;\r
18CHAR8 const ALit_DB_SUPPORT[] = DRIVERBINDING_SUPPORT_TOK;\r
19CHAR8 const ALit_DB_STOP[] = DRIVERBINDING_STOP_TOK;\r
20\r
21CHAR8 const ALit_BdsTO[] = "BdsTimeOut";\r
22CHAR8 const ALit_PEIM[] = "PEIM";\r