diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2018-12-15 12:00:04 +0000 |
---|---|---|
committer | Sami Mujawar <sami.mujawar@arm.com> | 2019-02-19 10:37:29 +0000 |
commit | 6b085d3cb34fa2b5874740989f50a3af26a9ea47 (patch) | |
tree | 1dd7092bbcb1b093945bdefb433d221afc6aa6e5 /DynamicTablesPkg/DynamicTablesPkg.dec | |
parent | ee6e66686cfa531b471f677b698214db47740dce (diff) | |
download | edk2-6b085d3cb34fa2b5874740989f50a3af26a9ea47.tar.gz |
DynamicTablesPkg: Configuration Manager Protocol
Introduce configuration manager protocol interface
that is used by the dynamic tables framework core
to communicate with configuration manager.
Configuration manager is a platform specific module
that implements the configuration manager protocol.
Table generators use this interface to retrieve the
hardware information from the configuration manager.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
Diffstat (limited to 'DynamicTablesPkg/DynamicTablesPkg.dec')
-rw-r--r-- | DynamicTablesPkg/DynamicTablesPkg.dec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DynamicTablesPkg/DynamicTablesPkg.dec b/DynamicTablesPkg/DynamicTablesPkg.dec index b1a6c64948..e5e731085a 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.dec +++ b/DynamicTablesPkg/DynamicTablesPkg.dec @@ -22,3 +22,8 @@ [Includes]
Include
+[Protocols]
+
+ # Configuration Manager Protocol GUID
+ gEdkiiConfigurationManagerProtocolGuid = { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
+
|