forked from acidanthera/OcSupportPkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOcSupportPkg.dec
123 lines (90 loc) · 4.71 KB
/
OcSupportPkg.dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
## @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
OcAppleImageVerificationLib|Include/Library/OcAppleImageVerificationLib.h
## @libraryclass
OcAppleKernelLib|Include/Library/OcAppleKernelLib.h
## @libraryclass
OcCompressionLib|Include/Library/OcCompressionLib.h
## @libraryclass
OcCpuLib|Include/Library/OcCpuLib.h
## @libraryclass
OcCryptoLib|Include/Library/OcCryptoLib.h
## @libraryclass
OcDataHubLib|Include/Library/OcDataHubLib.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
OcProtocolLib|Include/Library/OcProtocolLib.h
## @libraryclass
OcSerializeLib|Include/Library/OcSerializeLib.h
## @libraryclass
OcSmbiosLib|Include/Library/OcSmbiosLib.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