From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- .../Universal/DevicePathDxe/DevicePathDxe.uni | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 roms/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.uni (limited to 'roms/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.uni') diff --git a/roms/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.uni b/roms/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.uni new file mode 100644 index 000000000..05337a7b2 --- /dev/null +++ b/roms/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.uni @@ -0,0 +1,19 @@ +// /** @file +// Device path driver that produces three UEFI device path protocols. +// +// This driver produces Device Path Utilities protocol and optionally +// DevicePahtToText and DevicePathFromText protocols based on feature flags +// PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText +// respectively. +// +// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+// +// SPDX-License-Identifier: BSD-2-Clause-Patent +// +// **/ + + +#string STR_MODULE_ABSTRACT #language en-US "Produces three UEFI device path protocols" + +#string STR_MODULE_DESCRIPTION #language en-US "This driver produces Device Path Utilities protocol and optionally DevicePahtToText and DevicePathFromText protocols based on feature flags PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText respectively." + -- cgit