TianoCore EDK2 master
|
#include <RedfishCommon.h>
#include <Protocol/EdkIIRedfishCredential2.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/PrintLib.h>
#include <Library/RedfishCredentialLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/RedfishHttpLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/RedfishDebugLib.h>
Go to the source code of this file.
Data Structures | |
struct | REDFISH_SERVICE_LIST |
struct | REDFISH_CREDENTIAL_PRIVATE |
Macros | |
#define | REDFISH_CREDENTIAL_DEBUG DEBUG_VERBOSE |
#define | REDFISH_MANAGER_ACCOUNT_COLLECTION_URI L"AccountService/Accounts" |
#define | REDFISH_URI_LENGTH 128 |
Definition of Redfish Credential DXE driver.
(C) Copyright 2020 Hewlett Packard Enterprise Development LP
(C) Copyright 2024 American Megatrends International LLC
Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RedfishCredentialDxe.h.
#define REDFISH_CREDENTIAL_DEBUG DEBUG_VERBOSE |
Definition at line 30 of file RedfishCredentialDxe.h.
#define REDFISH_MANAGER_ACCOUNT_COLLECTION_URI L"AccountService/Accounts" |
Definition at line 31 of file RedfishCredentialDxe.h.
#define REDFISH_URI_LENGTH 128 |
Definition at line 32 of file RedfishCredentialDxe.h.