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