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