38 lines
1.2 KiB
INI
38 lines
1.2 KiB
INI
## @file
|
|
# Component description file for EFI MEBx Setup Browser
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014, Insyde Software Corporation. 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.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = MebxSetupBrowser
|
|
FILE_GUID = b62efbbb-3923-4cb9-a6e8-db818e828a80
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
VERSION_STRING = 1.0
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Binaries.X64]
|
|
PE32|MebxSetupBrowser.efi
|
|
|
|
[Packages]
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
MdePkg/MdePkg.dec
|
|
|
|
[Depex]
|
|
gDxeAmtPolicyGuid AND
|
|
gEfiSimpleTextOutProtocolGuid AND
|
|
gEfiSimpleTextInProtocolGuid
|