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