41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
#;******************************************************************************
|
|
#;* Copyright (c) 1983-2012, 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.
|
|
#;*
|
|
#;******************************************************************************
|
|
#
|
|
# Module Name:
|
|
#
|
|
# UefiLan.inf
|
|
#
|
|
# Abstract:
|
|
#
|
|
# Component description file for include binary UEFI LAN Driver module.
|
|
#
|
|
#--*/
|
|
|
|
[defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = Ax88179
|
|
FILE_GUID = A63E0C24-331C-499f-A838-2C4457C24297
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
VERSION_STRING = 1.0
|
|
|
|
[Binaries.Ia32]
|
|
PE32|IA32\AX88179X_IA32.efi
|
|
|
|
[Binaries.X64]
|
|
PE32|X64\AX88179X_IA64.efi
|
|
|
|
[Packages]
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
InsydeNetworkPkg\InsydeNetworkPkg.dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
|
|
[Depex]
|
|
gEfiNetworkStackUndiDependencyGuid
|