]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Component description file for Device Path Driver.\r
4#\r
5# This driver implement these three UEFI deveice path protocols (\r
6# DevicePathUtilities, DevicePahtToText and DevicePathFromText) and install them.\r
7#\r
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
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
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
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
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DevicePathDxe\r
22 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = DevicePathEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 DevicePathUtilities.c\r
35 DevicePathToText.c\r
36 DevicePathFromText.c\r
37 DevicePath.h\r
38 DevicePath.c\r
39\r
40[Packages]\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 MdePkg/MdePkg.dec\r
43\r
44[LibraryClasses]\r
45 PcdLib\r
46 DevicePathLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 BaseLib\r
51 UefiDriverEntryPoint\r
52 PrintLib\r
53 DebugLib\r
54\r
55[Guids]\r
56 gEfiVTUTF8Guid # ALWAYS_CONSUMED\r
57 gEfiVT100Guid # ALWAYS_CONSUMED\r
58 gEfiVT100PlusGuid # ALWAYS_CONSUMED\r
59 gEfiPcAnsiGuid # ALWAYS_CONSUMED\r
60\r
61[Protocols]\r
62 gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
63 gEfiDevicePathFromTextProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
64 gEfiDevicePathUtilitiesProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
65 gEfiDebugPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66\r
67[FeaturePcd.common]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText\r
70\r
71[Depex]\r
72 TRUE\r
73\r