Last change
on this file since 77662 was 77662, checked in by vboxsync, 6 years ago |
EFI: First step in UDK2018 merge. Does not build yet.
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Null instance of PCI Host Bridge Library with empty functions.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # This program and the accompanying materials are licensed and made available
|
---|
7 | # under the terms and conditions of the BSD License which accompanies this
|
---|
8 | # distribution. The full text of the license may be found at
|
---|
9 | # http://opensource.org/licenses/bsd-license.php
|
---|
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
|
---|
12 | # IMPLIED.
|
---|
13 | #
|
---|
14 | #
|
---|
15 | ##
|
---|
16 |
|
---|
17 | [Defines]
|
---|
18 | INF_VERSION = 0x00010005
|
---|
19 | BASE_NAME = PciHostBridgeLibNull
|
---|
20 | MODULE_UNI_FILE = PciHostBridgeLibNull.uni
|
---|
21 | FILE_GUID = A19A6C36-7053-4E2C-8BD0-E8286230E473
|
---|
22 | MODULE_TYPE = DXE_DRIVER
|
---|
23 | VERSION_STRING = 1.0
|
---|
24 | LIBRARY_CLASS = PciHostBridgeLib
|
---|
25 |
|
---|
26 | #
|
---|
27 | # The following information is for reference only and not required by the build
|
---|
28 | # tools.
|
---|
29 | #
|
---|
30 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
31 | #
|
---|
32 |
|
---|
33 | [Sources]
|
---|
34 | PciHostBridgeLibNull.c
|
---|
35 |
|
---|
36 | [Packages]
|
---|
37 | MdePkg/MdePkg.dec
|
---|
38 | MdeModulePkg/MdeModulePkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.