Last change
on this file since 85718 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
715 bytes
|
Line | |
---|
1 | // /** @file
|
---|
2 | // XCODE5 CPU Exception Handler library instance for SEC/PEI modules.
|
---|
3 | //
|
---|
4 | // CPU Exception Handler library instance for SEC/PEI modules when built
|
---|
5 | // using the XCODE5 toolchain.
|
---|
6 | //
|
---|
7 | // Copyright (C) 2020, Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
8 | // Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
9 | //
|
---|
10 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | //
|
---|
12 | // **/
|
---|
13 |
|
---|
14 |
|
---|
15 | #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for SEC/PEI modules with the XCODE5 toolchain."
|
---|
16 |
|
---|
17 | #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for SEC/PEI modules with the XCODE5 toolchain."
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.