~ubuntu-branches/ubuntu/trusty/virtualbox-lts-xenial/trusty-updates

« back to all changes in this revision

Viewing changes to src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2016-02-23 14:28:26 UTC
  • Revision ID: package-import@ubuntu.com-20160223142826-bdu69el2z6wa2a44
Tags: upstream-4.3.36-dfsg
ImportĀ upstreamĀ versionĀ 4.3.36-dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## @file
 
2
# Component name for module Udp4
 
3
#
 
4
# FIX ME!
 
5
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
 
6
#
 
7
#  This program and the accompanying materials
 
8
#  are licensed and made available under the terms and conditions of the BSD License
 
9
#  which accompanies this distribution. The full text of the license may be found at
 
10
#  http://opensource.org/licenses/bsd-license.php
 
11
#
 
12
#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 
13
#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 
14
#
 
15
#
 
16
##
 
17
 
 
18
[Defines]
 
19
  INF_VERSION                    = 0x00010005
 
20
  BASE_NAME                      = Udp4Dxe
 
21
  FILE_GUID                      = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b
 
22
  MODULE_TYPE                    = UEFI_DRIVER
 
23
  VERSION_STRING                 = 1.0
 
24
  ENTRY_POINT                    = Udp4DriverEntryPoint
 
25
  UNLOAD_IMAGE                   = NetLibDefaultUnload
 
26
#
 
27
# The following information is for reference only and not required by the build tools.
 
28
#
 
29
#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
 
30
#
 
31
#  DRIVER_BINDING                =  gUdp4DriverBinding                        
 
32
#  COMPONENT_NAME                =  gUdp4ComponentName
 
33
#  COMPONENT_NAME2               =  gUdp4ComponentName2
 
34
#
 
35
 
 
36
[Sources]
 
37
  Udp4Impl.h
 
38
  Udp4Main.c
 
39
  ComponentName.c
 
40
  Udp4Impl.c
 
41
  Udp4Driver.h
 
42
  Udp4Driver.c
 
43
 
 
44
 
 
45
[Packages]
 
46
  MdePkg/MdePkg.dec
 
47
  MdeModulePkg/MdeModulePkg.dec
 
48
 
 
49
 
 
50
[LibraryClasses]
 
51
  UefiLib
 
52
  BaseLib
 
53
  UefiBootServicesTableLib
 
54
  UefiDriverEntryPoint
 
55
  UefiRuntimeServicesTableLib
 
56
  DebugLib
 
57
  IpIoLib
 
58
  NetLib
 
59
  DpcLib
 
60
 
 
61
[Protocols]
 
62
  gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED
 
63
  gEfiUdp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED
 
64
  gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED
 
65
  gEfiUdp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED
 
66