Skip to content

Commit

Permalink
Add empty package
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Jun 2, 2022
1 parent 5837fbe commit 1b3d21e
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DasharoModuleComponents.dsc.inc
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
#
##
15 changes: 15 additions & 0 deletions DasharoModuleComponents.uni
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."
24 changes: 24 additions & 0 deletions DasharoModulePkg.dec
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]
25 changes: 25 additions & 0 deletions DasharoModulePkg.dsc
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

0 comments on commit 1b3d21e

Please sign in to comment.