]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Code scrub for DevicePathDxe driver.
[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
25 EDK_RELEASE_VERSION = 0x00090000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = DevicePathEntryPoint\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
95276127 36[Sources.common]\r
37 DevicePathUtilities.c\r
38 DevicePathToText.c\r
39 DevicePathFromText.c\r
40 DevicePath.h\r
41 DevicePath.c\r
95276127 42\r
43[Packages]\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 MdePkg/MdePkg.dec\r
46\r
95276127 47[LibraryClasses]\r
48 PcdLib\r
49 DevicePathLib\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 BaseMemoryLib\r
53 BaseLib\r
54 UefiDriverEntryPoint\r
55 PrintLib\r
56 DebugLib\r
57\r
95276127 58[Guids]\r
59 gEfiVTUTF8Guid # ALWAYS_CONSUMED\r
60 gEfiVT100Guid # ALWAYS_CONSUMED\r
61 gEfiVT100PlusGuid # ALWAYS_CONSUMED\r
62 gEfiPcAnsiGuid # 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