• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1##  <at> file
2# Component description file for Marvell Yukon II SNP module.
3#
4# Copyright (c) 2011-2016, ARM Ltd. All rights reserved.<BR>
5#
6# This program and the accompanying materials are licensed
7# and made available under the terms and conditions of the BSD License which
8# accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14##
15
16[Defines]
17  INF_VERSION                    = 0x00010005
18  BASE_NAME                      = MarvellYukonDxe
19  FILE_GUID                      = d7de5d0c-99f8-4970-b85c-c19df8997d7d
20  MODULE_TYPE                    = UEFI_DRIVER
21  VERSION_STRING                 = 1.0
22  ENTRY_POINT                    = InitializeMarvellYukonDriver
23
24#
25# The following information is for reference only and not required by the build tools.
26#
27#  DRIVER_BINDING                =  gMarvellYukonDriverBinding
28#  COMPONENT_NAME                =  gSimpleNetworkComponentName
29#  COMPONENT_NAME2               =  gSimpleNetworkComponentName2
30#
31
32[Sources]
33  Snp.c
34  DriverBinding.c
35  ComponentName.c
36  e1000phy.c
37  if_msk.c
38
39[Packages]
40  MdeModulePkg/MdeModulePkg.dec
41  MdePkg/MdePkg.dec
42  NetworkPkg/NetworkPkg.dec
43
44[LibraryClasses]
45  BaseLib
46  BaseMemoryLib
47  DebugLib
48  DevicePathLib
49  IoLib
50  MemoryAllocationLib
51  NetLib
52  TimerLib
53  UefiBootServicesTableLib
54  UefiDriverEntryPoint
55  UefiLib
56
57[Protocols]
58  gEfiDevicePathProtocolGuid
59  gEfiMetronomeArchProtocolGuid
60  gEfiPciIoProtocolGuid
61  gEfiPxeBaseCodeProtocolGuid
62  gEfiSimpleNetworkProtocolGuid
63
64[Depex]
65  TRUE
66