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