38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
## @file
|
|
# L05 RTK USB LAN Driver
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2019, 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.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = L05RtkUsbUndiDxe
|
|
FILE_GUID = C6D357E3-26E2-4F3B-A088-EACD131D2A64
|
|
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.Ia32]
|
|
PE32|IA32/RtkUsbUndiDxe.efi|*
|
|
|
|
[Binaries.X64]
|
|
PE32|X64/RtkUsbUndiDxe.efi|*
|
|
|
|
[Packages]
|
|
InsydeNetworkPkg/InsydeNetworkPkg.dec
|
|
|
|
[Depex]
|
|
gEfiNetworkStackUndiDependencyGuid
|