few corrections

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2019-10-04 17:09:15 +03:00
parent dd44767345
commit 4beb3b6fd4
7 changed files with 11 additions and 2 deletions

View File

@ -152,6 +152,7 @@
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
OcGuardLib|Library/OcGuardLib/OcGuardLib.inf
MachoLib|Library/MachoLib/MachoLib.inf
#
# Our libs

View File

@ -68,6 +68,9 @@
gAppleApfsPartitionTypeGuid = {0x7C3457EF, 0x0000, 0x11AA, {0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC}}
gAppleApfsContainerInfoGuid = {0x3533CF0D, 0x685F, 0x5EBF, {0x8D, 0xC6, 0x73, 0x93, 0x48, 0x5B, 0xAF, 0xA2}}
gAppleApfsVolumeInfoGuid = {0x900C7693, 0x8C14, 0x58BA, {0xB4, 0x4E, 0x97, 0x45, 0x15, 0xD2, 0x7C, 0x78}}
# Include/Guid/ApplePlatformInfo.h
gAppleKeyboardPlatformInfoGuid = { 0x51871CB9, 0xE25D, 0x44B4, { 0x96, 0x99, 0x0E, 0xE8, 0x64, 0x4C, 0xED, 0x69 }}
[Protocols]

View File

@ -43,8 +43,9 @@
# Fixme
[Packages]
AptioFixPkg/AptioFixPkg.dec
EfiPkg/EfiPkg.dec
# AptioFixPkg/AptioFixPkg.dec
# EfiPkg/EfiPkg.dec
CloverPkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec

View File

@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef AIK_DATA_H
#define AIK_DATA_H
#include <Library/UefiLib.h>
#include <Protocol/AmiKeycode.h>
//

View File

@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef AIK_SHIM_H
#define AIK_SHIM_H
#include <Library/UefiLib.h>
#include <Protocol/AmiKeycode.h>
#include <Protocol/SimpleTextIn.h>
#include <Protocol/SimpleTextInEx.h>

View File

@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef AIK_TARGET_H
#define AIK_TARGET_H
#include <Library/UefiLib.h>
#include <IndustryStandard/AppleHid.h>
#include <Protocol/AppleKeyMapDatabase.h>
#include <Protocol/AmiKeycode.h>

View File

@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef AIK_TRANSLATE_H
#define AIK_TRANSLATE_H
#include <Library/UefiLib.h>
#include <IndustryStandard/AppleHid.h>
#include <Protocol/AmiKeycode.h>