50 lines
1.3 KiB
INI
50 lines
1.3 KiB
INI
## @file
|
|
# TODO: modify this
|
|
# Component description file for the TelemetryFviLib
|
|
#
|
|
# Copyright (c) 2018 - 2020, Intel Corporation. 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 = 0x00010006
|
|
BASE_NAME = DxeTelemetryFviLib
|
|
FILE_GUID = b65fb823-1308-4e12-9b1b-c5ef16fb2bc2
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = TelemetryFviLib
|
|
CONSTRUCTOR = DxeTelemetryFviLibConstructor
|
|
DESTRUCTOR = DxeTelemetryFviLibDestructor
|
|
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
DebugLib
|
|
BaseMemoryLib
|
|
UefiLib
|
|
MemoryAllocationLib
|
|
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[Sources]
|
|
DxeTelemetryFviLib.c
|
|
DxeTelemetryFviLib.h
|
|
|
|
[Protocols]
|
|
gBdsAllDriversConnectedProtocolGuid ## CONSUMES
|
|
|
|
[Guids]
|
|
gTelemetryVersionRecord2Guid ## SOMETIMES_CONSUMES
|
|
gPlatformAcpiUpdateEventGuid ## CONSUMES
|