]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
29017bad074e00d77e81afd94e446a8c600997c8
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
1 ## @file
2 # Device path driver that produces three UEFI device path protocols.
3 #
4 # This driver produces Device Path Utilities protocol and optionally
5 # DevicePahtToText and DevicePathFromText protocols based on feature flags
6 # PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText
7 # respectively.
8 #
9 # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = DevicePathDxe
23 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 ENTRY_POINT = DevicePathEntryPoint
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources]
35 DevicePath.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 DevicePathLib
43 UefiBootServicesTableLib
44 UefiDriverEntryPoint
45
46 [Protocols]
47 gEfiDevicePathToTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## PRODUCES
48 gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## PRODUCES
49 gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES
50
51 [FeaturePcd]
52 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText
53 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText
54
55 [Depex]
56 TRUE