diff options
author | Kinney, Michael D <michael.d.kinney@intel.com> | 2018-04-04 20:31:06 +0300 |
---|---|---|
committer | Kinney, Michael D <michael.d.kinney@intel.com> | 2018-08-03 00:46:18 +0300 |
commit | b0bacc003a6890d1881ea269d785d42928a7f340 (patch) | |
tree | 673b7012685a2926f42ec42580780e556724e58b /FmpDevicePkg/FmpDxe/FmpDxe.uni | |
parent | 403d4bcdec33630b37b4830eb4a521b906870ede (diff) | |
download | edk2-b0bacc003a6890d1881ea269d785d42928a7f340.tar.xz |
FmpDevicePkg: Add FmpDxe module
https://bugzilla.tianocore.org/show_bug.cgi?id=922
Based on content from the following branch:
https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport/MsCapsuleUpdatePkg
The FmpDxe directory contains 2 INF files. FmpDxe.inf
is a DXE driver that is used in a platform to add a
Firmware Management Protocol for firmware device that
supports firmware updates.
FmpDxeLib.inf is a NULL library instance with the exact
same functionality as FmpDxe.inf, but allows the the
Firmware Management Protocol feature to be added to
an existing device driver.
The FmpDxe component is intended to be used "as is"
with no need for any device specific or platform specific
changes.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'FmpDevicePkg/FmpDxe/FmpDxe.uni')
-rw-r--r-- | FmpDevicePkg/FmpDxe/FmpDxe.uni | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.uni b/FmpDevicePkg/FmpDxe/FmpDxe.uni new file mode 100644 index 0000000000..502ec0660d --- /dev/null +++ b/FmpDevicePkg/FmpDxe/FmpDxe.uni @@ -0,0 +1,20 @@ +// /** @file
+// Produces a Firmware Management Protocol that supports updates to a firmware
+// image stored in a firmware device with platform and firmware device specific
+// information provided through PCDs and libraries.
+//
+// Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD License
+// which accompanies this distribution. The full text of the license may be found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//
+// **/
+
+#string STR_MODULE_ABSTRACT #language en-US "Produces a Firmware Management Protocol to support firmware updates"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Produces a Firmware Management Protocol that supports updates to a firmware image stored in a firmware device with platform and firmware device specific information provided through PCDs and libraries."
|