Last change
on this file since 86513 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
816 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Null instance of Debug Agent Library with empty functions.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = DebugAgentLibNull
|
---|
13 | MODULE_UNI_FILE = DebugAgentLibNull.uni
|
---|
14 | FILE_GUID = 4904B42F-9FC0-4c2e-BB3F-A2AB35123530
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = DebugAgentLib
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources.common]
|
---|
26 | DebugAgentLibNull.c
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 | MdeModulePkg/MdeModulePkg.dec
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.