OpenCorePkg/OcSupportPkg.dec
2019-04-09 19:15:23 +03:00

139 lines
5.1 KiB
Plaintext

## @file
# Copyright (C) 2018, vit9696. All rights reserved.<BR>
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
##
[Defines]
PACKAGE_NAME = OcSupportPkg
PACKAGE_GUID = 6B1D3AB4-5C85-462D-9DC5-480F8B17D5CB
PACKAGE_VERSION = 1.0
DEC_SPECIFICATION = 0x00010005
[Includes]
Include
[Guids]
gOcLogVariableGuid = { 0x4D1FDA02, 0x38C7, 0x4A6A, { 0x9C, 0xC6, 0x4B, 0xCC, 0xA8, 0xB3, 0x01, 0x02 }}
## OcSupport package token space guid
gOcSupportPkgTokenSpaceGuid = { 0x38D40CB0, 0x7E37, 0x4CAA, { 0x91, 0xD3, 0x00, 0x47, 0x70, 0xA8, 0x73, 0x77 }}
gOcCustomSmbiosTableGuid = { 0xEB9D2D35, 0x2D88, 0x11D3, { 0x9A, 0x16, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
[Protocols]
gOcLogProtocolGuid = { 0xDBB6008F, 0x89E4, 0x4272, { 0x98, 0x81, 0xCE, 0x3A, 0xFD, 0x97, 0x24, 0xD0 }}
[PcdsFeatureFlag]
## Indicates if Apple Thunderbolt NHI protocol is called during device property export.<BR><BR>
# TRUE - Apple Thunderbolt NHI protocol will be called.<BR>
# FALSE - Apple Thunderbolt NHI protocol will not be called.<BR>
# @Prompt Inform Thunderbolt devices about device property export.
gOcSupportPkgTokenSpaceGuid.PcdEnableAppleThunderboltSync|FALSE|BOOLEAN|0x00000000
## Indicates if NVRAM properties are used to initialize device property database.<BR><BR>
# TRUE - NVRAM properties initialize device property database.<BR>
# FALSE - NVRAM properties do not initialize device property database.<BR>
# @Prompt Register a protocol installation notify for Apple KeyMap Database when not found initially.
gOcSupportPkgTokenSpaceGuid.PcNvramInitDevicePropertyDatabase|FALSE|BOOLEAN|0x00000001
[LibraryClasses]
## @libraryclass
OcAcpiLib|Include/Library/OcAcpiLib.h
## @libraryclass
OcAppleBootPolicyLib|Include/Library/OcAppleBootPolicyLib.h
## @libraryclass
OcAppleChunklistLib|Include/Library/OcAppleChunklistLib.h
## @libraryclass
OcAppleDiskImageLib|Include/Library/OcAppleDiskImageLib.h
## @libraryclass
OcAppleImageVerificationLib|Include/Library/OcAppleImageVerificationLib.h
## @libraryclass
OcAppleKernelLib|Include/Library/OcAppleKernelLib.h
## @libraryclass
OcAppleKeysLib|Include/Library/OcAppleKeysLib.h
## @libraryclass
OcBootManagementLib|Include/Library/OcBootManagementLib.h
## @libraryclass
OcCompressionLib|Include/Library/OcCompressionLib.h
## @libraryclass
OcConfigurationLib|Include/Library/OcConfigurationLib.h
## @libraryclass
OcCpuLib|Include/Library/OcCpuLib.h
## @libraryclass
OcCryptoLib|Include/Library/OcCryptoLib.h
## @libraryclass
OcDataHubLib|Include/Library/OcDataHubLib.h
## @libraryclass
OcDebugLogLib|Include/Library/OcDebugLogLib.h
## @libraryclass
OcDevicePathLib|Include/Library/OcDevicePathLib.h
## @libraryclass
OcDevicePropertyLib|Include/Library/OcDevicePropertyLib.h
## @libraryclass
OcFileLib|Include/Library/OcFileLib.h
## @libraryclass
OcFirmwarePasswordLib|Include/Library/OcFirmwarePasswordLib.h
## @libraryclass
OcGuardLib|Include/Library/OcGuardLib.h
## @libraryclass
OcMachoLib|Include/Library/OcMachoLib.h
## @libraryclass
OcMiscLib|Include/Library/OcMiscLib.h
## @libraryclass
OcPngLib|Include/Library/OcPngLib.h
## @libraryclass
OcSerializeLib|Include/Library/OcSerializeLib.h
## @libraryclass
OcSmbiosLib|Include/Library/OcSmbiosLib.h
## @libraryclass
OcStorageLib|Include/Library/OcStorageLib.h
## @libraryclass
OcStringLib|Include/Library/OcStringLib.h
## @libraryclass
OcTemplateLib|Include/Library/OcTemplateLib.h
## @libraryclass
OcTimerLib|Include/Library/OcTimerLib.h
## @libraryclass
OcVirtualFsLib|Include/Library/OcVirtualFsLib.h
## @libraryclass
OcXmlLib|Include/Library/OcXmlLib.h