2018-12-15 12:52:30 +01:00
|
|
|
## @file
|
|
|
|
# dec file for Dynamic Tables Framework.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.<BR>
|
|
|
|
#
|
|
|
|
# This program and the accompanying materials are licensed and made available under
|
|
|
|
# the terms and conditions of the BSD License that accompanies this distribution.
|
|
|
|
# The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php.
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
DEC_SPECIFICATION = 0x00010005
|
|
|
|
PACKAGE_NAME = DynamicTablesPkg
|
|
|
|
PACKAGE_GUID = 188EB346-8ABA-460E-A105-0F9D76F7324A
|
|
|
|
PACKAGE_VERSION = 1.0
|
|
|
|
|
|
|
|
[Includes]
|
|
|
|
Include
|
|
|
|
|
2018-12-15 13:00:04 +01:00
|
|
|
[Protocols]
|
|
|
|
|
|
|
|
# Configuration Manager Protocol GUID
|
|
|
|
gEdkiiConfigurationManagerProtocolGuid = { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
|
|
|
|
|
2018-12-15 13:03:40 +01:00
|
|
|
# Dynamic Table Factory Protocol GUID
|
|
|
|
gEdkiiDynamicTableFactoryProtocolGuid = { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }
|
|
|
|
|