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