mirror of https://github.com/acidanthera/audk.git
33 lines
820 B
INI
33 lines
820 B
INI
|
## @file
|
||
|
# Mock implementation of the UEFI Boot Services Table Library.
|
||
|
#
|
||
|
# Copyright (c) Microsoft Corporation.
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
#
|
||
|
##
|
||
|
|
||
|
[Defines]
|
||
|
INF_VERSION = 0x00010005
|
||
|
BASE_NAME = MockUefiBootServicesTableLib
|
||
|
FILE_GUID = 67EA4614-E276-49EC-9AE6-B97ACCEA676E
|
||
|
MODULE_TYPE = HOST_APPLICATION
|
||
|
VERSION_STRING = 1.0
|
||
|
LIBRARY_CLASS = UefiBootServicesTableLib|HOST_APPLICATION
|
||
|
|
||
|
#
|
||
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
||
|
#
|
||
|
|
||
|
[Sources]
|
||
|
MockUefiBootServicesTableLib.cpp
|
||
|
|
||
|
[LibraryClasses]
|
||
|
GoogleTestLib
|
||
|
|
||
|
[Packages]
|
||
|
MdePkg/MdePkg.dec
|
||
|
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
||
|
|
||
|
[BuildOptions]
|
||
|
MSFT:*_*_*_CC_FLAGS = /EHsc
|