-
Notifications
You must be signed in to change notification settings - Fork 13
/
bareBoot.dec
49 lines (41 loc) · 2.59 KB
/
bareBoot.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
## @file
#
# This Package provides all definitions(including functions, MACROs, structures and library classes)
# and libraries instances, which are only used by bareBoot platform.
#
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License which 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 = bareBoot
PACKAGE_GUID = 151B568B-B390-4cf1-ABD6-228E0AB96F57
PACKAGE_VERSION = 0.4
[Includes]
Include
[Guids]
gEfiPciExpressBaseAddressGuid = {0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0 }}
gEfiAcpiDescriptionGuid = {0x3c699197, 0x093c, 0x4c69, {0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9 }}
gEfiFlashMapHobGuid = { 0xb091e7d2, 0x5a0, 0x4198, {0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 }}
gEfiBareBootPkgGuid = {0x31a5a82e, 0x63e0, 0x9c4b, {0x49, 0xac, 0x85, 0xab, 0xb2, 0x02, 0x3d, 0x40 }}
## Include/Guid/PciOptionRomTable.h
gEfiPciOptionRomTableGuid = { 0x7462660F, 0x1CBD, 0x48DA, { 0xAD, 0x11, 0x91, 0x71, 0x79, 0x13, 0x83, 0x1C }}
## Include/Guid/ConsoleOutConfig.h
gBareBootConsoleOutConfigGuid = { 0xED150714, 0xDF30, 0x407D, { 0xB2, 0x4A, 0x4B, 0x74, 0x2F, 0xD5, 0xCE, 0xA2 }}
## Include/Guid/DxeCoreFileName.h
gDxeCoreFileNameGuid = { 0xD6A2CB7F, 0x6A18, 0x4e2f, { 0xB4, 0x3B, 0x99, 0x20, 0xA7, 0x33, 0x70, 0x0A }}
## Include/Guid/LdrMemoryDescriptor.h
gLdrMemoryDescriptorGuid = { 0x7701d7e5, 0x7d1d, 0x4432, { 0xa4, 0x68, 0x67, 0x3d, 0xab, 0x8a, 0xde, 0x60 }}
[PcdsFixedAtBuild]
gEfiBareBootPkgGuid.PcdFontsFile |{ 0xfb, 0x73, 0xb4, 0x8c, 0x27, 0x3d, 0x65, 0x40, 0xfb, 0xa5, 0x3a, 0xe4, 0x34, 0xf0, 0x9d, 0x65 }|VOID*|0x00000001
gEfiBareBootPkgGuid.PcdBBLogoFile |{ 0x78, 0xa0, 0x0b, 0xf6, 0x50, 0xc0, 0x4a, 0xb2, 0xb4, 0xb3, 0x5c, 0x9b, 0x84, 0x40, 0x84, 0x77 }|VOID*|0x00000002
gEfiBareBootPkgGuid.PcdAppleGrayLogoFile |{ 0x7e, 0x7f, 0x9f, 0x69, 0x22, 0x95, 0x46, 0x0c, 0xab, 0xf9, 0x5b, 0x74, 0x46, 0xdb, 0x27, 0x7a }|VOID*|0x00000003
gEfiBareBootPkgGuid.PcdAppleWhiteLogoFile |{ 0x92, 0xd1, 0xcb, 0x97, 0x5c, 0x01, 0x4d, 0x8b, 0x9d, 0x87, 0x32, 0x3f, 0x23, 0x9e, 0xfd, 0x54 }|VOID*|0x00000004