mirror of https://github.com/acidanthera/audk.git
39 lines
1.1 KiB
INI
39 lines
1.1 KiB
INI
|
## @file
|
||
|
# Null instance of HOB Library.
|
||
|
#
|
||
|
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||
|
# Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
|
||
|
#
|
||
|
# This program and the accompanying materials
|
||
|
# are licensed and made available under the terms and conditions of the BSD License
|
||
|
# which accompanies this distribution. The full text of the license may be found at
|
||
|
# http://opensource.org/licenses/bsd-license.php.
|
||
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||
|
#
|
||
|
#
|
||
|
##
|
||
|
|
||
|
[Defines]
|
||
|
INF_VERSION = 0x0001001B
|
||
|
BASE_NAME = BaseHobLibNull
|
||
|
MODULE_UNI_FILE = BaseHobLibNull.uni
|
||
|
FILE_GUID = a89dea6f-c9a0-40be-903c-7cac2ef8a0e7
|
||
|
MODULE_TYPE = BASE
|
||
|
VERSION_STRING = 1.0
|
||
|
LIBRARY_CLASS = HobLib
|
||
|
|
||
|
|
||
|
#
|
||
|
# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
|
||
|
#
|
||
|
|
||
|
[Sources]
|
||
|
BaseHobLibNull.c
|
||
|
|
||
|
[Packages]
|
||
|
MdePkg/MdePkg.dec
|
||
|
|
||
|
[LibraryClasses]
|
||
|
DebugLib
|