-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sergii Dmytruk <[email protected]>
- Loading branch information
1 parent
5837fbe
commit 1b3d21e
Showing
4 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## @file | ||
# Dasharo DSC include file for [Components*] section. | ||
# | ||
# This file can be included to the [Components*] section(s) of a platform DSC file | ||
# by using "!include DasharoModulePkg/DasharoModuleComponents.dsc.inc" to specify the INF files. | ||
# | ||
# Copyright (c) 2022, 3mdeb Sp. z o.o. All rights reserved.<BR> | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
# | ||
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// /** @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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## @file | ||
# Dasharo Module Package | ||
# | ||
# Provides libraries specific to Dasharo firmware. | ||
# | ||
# Copyright (c) 2022, 3mdeb Sp. z o.o. All rights reserved.<BR> | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
# | ||
## | ||
|
||
[Defines] | ||
DEC_SPECIFICATION = 0x00010005 | ||
PACKAGE_NAME = DasharoModulePkg | ||
PACKAGE_GUID = 34B742F3-EB9D-4204-8C9A-E1B47966A61F | ||
PACKAGE_VERSION = 0.1 | ||
PACKAGE_UNI_FILE = DasharoModuleComponents.uni | ||
|
||
[Includes] | ||
|
||
[Guids] | ||
|
||
[Ppis] | ||
|
||
[Protocols] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## @file | ||
# Dasharo Module Package | ||
# | ||
# Copyright (c) 2022, 3mdeb Sp. z o.o. All rights reserved.<BR> | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
# | ||
## | ||
|
||
[Defines] | ||
PLATFORM_NAME = MdeModule | ||
PLATFORM_GUID = D11BE2F6-8BD9-4099-8C73-2E09220FF8DD | ||
PLATFORM_VERSION = 0.1 | ||
DSC_SPECIFICATION = 0x00010005 | ||
OUTPUT_DIRECTORY = Build/DasharoModulePkg | ||
SUPPORTED_ARCHITECTURES = IA32|X64|EBC | ||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT | ||
SKUID_IDENTIFIER = DEFAULT | ||
|
||
[LibraryClasses] | ||
|
||
[Components] | ||
!include DasharoModulePkg/DasharoModuleComponents.dsc.inc | ||
|
||
[BuildOptions] | ||
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES |