]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / VlanConfigDxe / VlanConfigDxe.inf
1 ## @file
2 # This module provides one way to configurate VALN setting.
3 #
4 # This module produces EFI HII Configuration Access Protocol to provide one way to
5 # configurate VALN setting
6 #
7 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = VlanConfigDxe
21 MODULE_UNI_FILE = VlanConfigDxe.uni
22 FILE_GUID = E4F61863-FE2C-4b56-A8F4-08519BC439DF
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = VlanConfigDriverEntryPoint
26 UNLOAD_IMAGE = NetLibDefaultUnload
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 EBC
31 #
32
33 [Sources]
34 ComponentName.c
35 VlanConfigDriver.c
36 VlanConfigImpl.c
37 VlanConfigImpl.h
38 VlanConfig.vfr
39 VlanConfigStrings.uni
40 VlanConfigNvData.h
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 BaseLib
48 BaseMemoryLib
49 MemoryAllocationLib
50 UefiLib
51 UefiBootServicesTableLib
52 UefiDriverEntryPoint
53 DebugLib
54 NetLib
55 HiiLib
56
57 [Guids]
58 gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED
59 ## SOMETIMES_CONSUMES ## UNDEFINED # HiiIsConfigHdrMatch mVlanStorageName
60 ## SOMETIMES_PRODUCES ## UNDEFINED # HiiConstructConfigHdr mVlanStorageName
61 ## SOMETIMES_PRODUCES ## UNDEFINED # HiiGetBrowserData mVlanStorageName
62 ## SOMETIMES_CONSUMES ## UNDEFINED # HiiSetBrowserData mVlanStorageName
63 ## SOMETIMES_CONSUMES ## HII
64 gVlanConfigFormSetGuid
65
66 [Protocols]
67 gEfiHiiConfigAccessProtocolGuid ## BY_START
68 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
69 gEfiVlanConfigProtocolGuid ## TO_START
70
71 [UserExtensions.TianoCore."ExtraFiles"]
72 VlanConfigDxeExtra.uni