Last change
on this file since 85716 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:
897 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Instance of PCI SegmentInfo Library.
|
---|
3 | #
|
---|
4 | # Default PCI Segment Information Library that shouldn't be used by real platform.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = BasePciSegmentInfoLibNull
|
---|
16 | MODULE_UNI_FILE = BasePciSegmentInfoLibNull.uni
|
---|
17 | FILE_GUID = 36B28584-C6AE-4B1B-A473-A51618EE525A
|
---|
18 | MODULE_TYPE = BASE
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | LIBRARY_CLASS = PciSegmentInfoLib
|
---|
21 |
|
---|
22 | #
|
---|
23 | # The following information is for reference only and not required by the build tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | PciSegmentInfoLib.c
|
---|
30 |
|
---|
31 | [Packages]
|
---|
32 | MdePkg/MdePkg.dec
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | PcdLib
|
---|
36 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.