]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Include/PerformanceTokens.h
Update the copyright notice format
[mirror_edk2.git] / PerformancePkg / Include / PerformanceTokens.h
CommitLineData
c06ad33e 1/** @file\r
2 ASCII String Literals with special meaning to Performance measurement and the Dp utility.\r
3\r
92ea1df8 4Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
c06ad33e 5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __PERFORMANCE_TOKENS_H__\r
16#define __PERFORMANCE_TOKENS_H__\r
17\r
18#define SEC_TOK "SEC" ///< SEC Phase\r
19#define DXE_TOK "DXE" ///< DEC Phase\r
20#define SHELL_TOK "SHELL" ///< Shell Phase\r
21#define PEI_TOK "PEI" ///< PEI Phase\r
22#define BDS_TOK "BDS" ///< BDS Phase\r
23#define DRIVERBINDING_START_TOK "DB:Start:" ///< Driver Binding Start() function call\r
24#define DRIVERBINDING_SUPPORT_TOK "DB:Support:" ///< Driver Binding Support() function call\r
25#define LOAD_IMAGE_TOK "LoadImage:" ///< Load a dispatched module\r
26#define START_IMAGE_TOK "StartImage:" ///< Dispatched Modules Entry Point execution\r
27\r
28#endif // __PERFORMANCE_TOKENS_H__\r