TianoCore EDK2 master
|
#include "TokenMapper.h"
Go to the source code of this file.
Data Structures | |
struct | CmObjectNode |
struct | DynamicPlatformRepositoryInfo |
Typedefs | |
typedef struct CmObjectNode | CM_OBJ_NODE |
typedef enum DynRepoState | EDYNAMIC_REPO_STATE |
typedef struct DynamicPlatformRepositoryInfo | DYNAMIC_PLATFORM_REPOSITORY_INFO |
Enumerations | |
enum | DynRepoState { DynRepoUnInitialised , DynRepoTransient , DynRepoFinalized , DynRepoMax } |
Dynamic Platform Info Repository Internal
Copyright (c) 2021, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DynamicPlatRepoInternal.h.
typedef struct CmObjectNode CM_OBJ_NODE |
CmObj node.
This is a node wrapper around the CM_OBJ_DESCRIPTOR structure. It also allows to bind a token to the CM_OBJ_DESCRIPTOR.
typedef struct DynamicPlatformRepositoryInfo DYNAMIC_PLATFORM_REPOSITORY_INFO |
A structure describing the platform configuration manager repository information
typedef enum DynRepoState EDYNAMIC_REPO_STATE |
Dynamic repository states.
The states must progress as: UnInitialised -> Transient -> Finalized
enum DynRepoState |
Dynamic repository states.
The states must progress as: UnInitialised -> Transient -> Finalized
Definition at line 42 of file DynamicPlatRepoInternal.h.