Last change
on this file since 101297 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
653 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Null instance of CPU Library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = BaseCpuLibNull
|
---|
12 | MODULE_UNI_FILE = BaseCpuLibNull.uni
|
---|
13 | FILE_GUID = 8A29AAA5-0FB7-44CC-8709-1344FE89B878
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = CpuLib
|
---|
17 |
|
---|
18 | #
|
---|
19 | # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64
|
---|
20 | #
|
---|
21 |
|
---|
22 | [Sources]
|
---|
23 | BaseCpuLibNull.c
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.