]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
CommitLineData
95276127 1#/** @file\r
572f5d8a 2#\r
13d40edd 3# Component description file for Device Path Driver.\r
572f5d8a 4#\r
13d40edd 5# This driver implement these three UEFI deveice path protocols (\r
6# DevicePathUtilities, DevicePahtToText and DevicePathFromText) and install them.\r
572f5d8a 7#\r
13d40edd 8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
95276127 9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
13d40edd 11# which accompanies this distribution. The full text of the license may be found at\r
95276127 12# http://opensource.org/licenses/bsd-license.php\r
572f5d8a 13#\r
95276127 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
572f5d8a 16#\r
95276127 17#**/\r
18\r
95276127 19[Defines]\r
20 INF_VERSION = 0x00010005\r
06733a9e 21 BASE_NAME = DevicePathDxe\r
95276127 22 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
95276127 25 ENTRY_POINT = DevicePathEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
95276127 33[Sources.common]\r
34 DevicePathUtilities.c\r
35 DevicePathToText.c\r
36 DevicePathFromText.c\r
37 DevicePath.h\r
38 DevicePath.c\r
95276127 39\r
40[Packages]\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 MdePkg/MdePkg.dec\r
43\r
95276127 44[LibraryClasses]\r
45 PcdLib\r
46 DevicePathLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 BaseLib\r
51 UefiDriverEntryPoint\r
52 PrintLib\r
53 DebugLib\r
54\r
95276127 55[Guids]\r
56 gEfiVTUTF8Guid # ALWAYS_CONSUMED\r
57 gEfiVT100Guid # ALWAYS_CONSUMED\r
58 gEfiVT100PlusGuid # ALWAYS_CONSUMED\r
59 gEfiPcAnsiGuid # ALWAYS_CONSUMED\r
60\r
95276127 61[Protocols]\r
62 gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
63 gEfiDevicePathFromTextProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
64 gEfiDevicePathUtilitiesProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
65 gEfiDebugPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66\r
b3af5df6 67[FeaturePcd.common]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText\r
95276127 70\r
b3bc6cd9 71[Depex]\r
72 TRUE\r
73\r