You've already forked DasharoModulePkg
mirror of
https://github.com/Dasharo/DasharoModulePkg.git
synced 2026-03-06 14:50:17 -08:00
352f8ecff9
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
## @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]
|
|
Include
|
|
|
|
[LibraryClasses]
|
|
## @libraryclass Provides a platform-specific method to return the password policy.
|
|
PlatformPasswordLib|Include/Library/PlatformPasswordLib.h
|
|
|
|
[Guids]
|
|
gDasharoSystemFeaturesGuid = { 0xd15b327e, 0xff2d, 0x4fc1, {0xab, 0xf6, 0xc1, 0x2b, 0xd0, 0x8c, 0x13, 0x59 } }
|
|
gDasharoSystemFeaturesTokenSpaceGuid = {0xc7d52e10, 0xadec, 0x4d49, { 0x9e, 0xc5, 0xb8, 0xcf, 0xcd, 0x4b, 0x9d, 0xb9 }}
|
|
gUserAuthFeaturePkgTokenSpaceGuid = {0xa2793a6e, 0x6af1, 0x45c4, {0x88, 0x4d, 0x3d, 0x0c, 0x7a, 0xfe, 0x91, 0xc6}}
|
|
## Include Include/Guid/UserAuthentication.h
|
|
gUserAuthenticationGuid = { 0xee24a7f7, 0x606b, 0x4724, { 0xb3, 0xc9, 0xf5, 0xae, 0x4a, 0x3b, 0x81, 0x65}}
|
|
|
|
[Ppis]
|
|
|
|
[Protocols]
|
|
gDasharoNetworkBootPolicyGuid = { 0xdef83d91, 0x4613, 0x474c, {0xa7, 0xad, 0xf7, 0x79, 0x10, 0x11, 0x43, 0xf2 }}
|
|
|
|
[PcdsFixedAtBuild]
|
|
gDasharoSystemFeaturesTokenSpaceGuid.PcdShowMenu|FALSE|BOOLEAN|0x00000001
|
|
|
|
[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx]
|
|
## Indicate whether the password is cleared.
|
|
# When it is configured to Dynamic or DynamicEx, it can be set through detection using
|
|
# a platform-specific method (e.g. Board Jumper set) in a actual platform in early boot phase.<BR><BR>
|
|
# @Prompt The password clear status
|
|
gUserAuthFeaturePkgTokenSpaceGuid.PcdPasswordCleared|FALSE|BOOLEAN|0xF0000001
|