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