]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
CommitLineData
6bfbb5f0 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
e5eed7d3
HT
9# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials\r
95276127 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
6bfbb5f0 18##\r
95276127 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
6bfbb5f0 34[Sources]\r
95276127 35 DevicePathUtilities.c\r
32e24669 36 DevicePathToText.c ||||PcdDevicePathSupportDevicePathToText\r
37 DevicePathFromText.c ||||PcdDevicePathSupportDevicePathFromText\r
95276127 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
16a747ed 57 gEfiVTUTF8Guid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
58 gEfiVT100Guid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
59 gEfiVT100PlusGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
60 gEfiPcAnsiGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
61 gEfiUartDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
62 gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
48557c65 63 \r
95276127 64[Protocols]\r
364a232c 65 gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
66 gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES\r
16a747ed 67 gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
364a232c 68 gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
95276127 69\r
6bfbb5f0 70[FeaturePcd]\r
b3af5df6 71 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText\r
95276127 73\r
b3bc6cd9 74[Depex]\r
75 TRUE\r