51 lines
1.8 KiB
INI
51 lines
1.8 KiB
INI
## @file
|
|
# Library classes for enabling/disabling flash write access
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2021, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
##@file
|
|
#
|
|
#@copyright
|
|
# Copyright (c) 2013 - 2016 Intel Corporation. All rights reserved
|
|
# This software and associated documentation (if any) is furnished
|
|
# under a license and may only be used or copied in accordance
|
|
# with the terms of the license. Except as permitted by the
|
|
# license, no part of this software or documentation may be
|
|
# reproduced, stored in a retrieval system, or transmitted in any
|
|
# form or by any means without the express written consent of
|
|
# Intel Corporation.
|
|
# This file contains a 'Sample Driver' and is licensed as such
|
|
# under the terms of your license agreement with Intel or your
|
|
# vendor. This file may be modified by the user, subject to
|
|
# the additional terms of the license agreement.
|
|
#
|
|
#@par Specification Reference:
|
|
##
|
|
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = FwUpdateLib
|
|
FILE_GUID = D09BB657-1C13-4F27-80F4-7FB0AA970FAE
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = FwUpdateLib
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
|
|
[Binaries]
|
|
LIB|FwUpdateEfiLib.lib # From CSME 16.0.0.1302
|
|
|
|
[LibraryClasses]
|
|
|
|
[Protocols]
|
|
gEfiPciRootBridgeIoProtocolGuid
|