You've already forked DasharoModulePkg
mirror of
https://github.com/Dasharo/DasharoModulePkg.git
synced 2026-03-06 14:50:17 -08:00
16 lines
537 B
Plaintext
16 lines
537 B
Plaintext
|
|
// /** @file
|
||
|
|
// Dasharo Module Package
|
||
|
|
//
|
||
|
|
// This Package provides cryptographic-related libraries for UEFI security modules.
|
||
|
|
// It also provides a test application to test libraries.
|
||
|
|
//
|
||
|
|
// Copyright (c) 2022, 3mdeb Sp. z o.o. All rights reserved.<BR>
|
||
|
|
//
|
||
|
|
// SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
//
|
||
|
|
// **/
|
||
|
|
|
||
|
|
#string STR_PACKAGE_ABSTRACT #language en-US "Provides Dasharo-related modules"
|
||
|
|
|
||
|
|
#string STR_PACKAGE_DESCRIPTION #language en-US "This package provides modules that are used in Dasharo firmware."
|