Last change
on this file since 107932 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
727 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # CcExit Base Support Library.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020, Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2020 - 2022, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = CcExitLibNull
|
---|
13 | MODULE_UNI_FILE = CcExitLibNull.uni
|
---|
14 | FILE_GUID = 3cd7368f-ef9b-4a9b-9571-2ed93813677e
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = CcExitLib
|
---|
18 |
|
---|
19 | [Sources.common]
|
---|
20 | CcExitLibNull.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
25 |
|
---|
26 | [LibraryClasses]
|
---|
27 | BaseLib
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.