]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
Add VLAN support.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / VlanConfigDxe / VlanConfigDxe.inf
1 ## @file
2 # Component description file for VLAN configuration module.
3 #
4 # Copyright (c) 2009, Intel Corporation.
5 # All rights reserved. This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = VlanConfigDxe
18 FILE_GUID = E4F61863-FE2C-4b56-A8F4-08519BC439DF
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = VlanConfigDriverEntryPoint
22 UNLOAD_IMAGE = NetLibDefaultUnload
23
24
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
27 #
28
29 [Sources.common]
30 ComponentName.c
31 VlanConfigDriver.c
32 VlanConfigImpl.c
33 VlanConfigImpl.h
34 VlanConfig.vfr
35 VlanConfigStrings.uni
36 VlanConfigNvData.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 BaseMemoryLib
45 MemoryAllocationLib
46 UefiLib
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 DebugLib
50 NetLib
51 HiiLib
52
53 [Guids]
54 gEfiIfrTianoGuid
55
56 [Protocols]
57 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
58 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
59 gEfiVlanConfigProtocolGuid ## CONSUMES