OpenCore  1.0.4
OpenCore Bootloader
1.0.4
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AppleBless.h File Reference

Go to the source code of this file.

Macros

#define APPLE_BLESSED_SYSTEM_FILE_INFO_GUID
 InformationType GUID used to get the blessed file's path.
 
#define APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID
 InformationType GUID exposed used to get the blessed folder's path.
 
#define APPLE_BLESSED_OSX_FOLDER_INFO_GUID
 InformationType GUID exposed used to get alternative blessed file or folder's path.
 

Variables

EFI_GUID gAppleBlessedSystemFileInfoGuid
 A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FILE_INFO_GUID.
 
EFI_GUID gAppleBlessedSystemFolderInfoGuid
 A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID.
 
EFI_GUID gAppleBlessedOsxFolderInfoGuid
 A global variable storing the GUID of the APPLE_BLESSED_OSX_FOLDER_INFO_GUID.
 

Detailed Description

Copyright (C) 2014 - 2016, Download-Fritz. All rights reserved.
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.

Definition in file AppleBless.h.

Macro Definition Documentation

◆ APPLE_BLESSED_OSX_FOLDER_INFO_GUID

#define APPLE_BLESSED_OSX_FOLDER_INFO_GUID
Value:
{ 0x893CA450, 0x5F5E, 0x48BA, \
{ 0x85, 0x8F, 0x08, 0xC4, 0x5D, 0x80, 0x23, 0x18 } }

InformationType GUID exposed used to get alternative blessed file or folder's path.

Definition at line 53 of file AppleBless.h.

◆ APPLE_BLESSED_SYSTEM_FILE_INFO_GUID

#define APPLE_BLESSED_SYSTEM_FILE_INFO_GUID
Value:
{ 0xCA7E4814, 0x2ADC, 0x4ADD, \
{ 0xAB, 0xFF, 0x73, 0x4E, 0x3C, 0xFE, 0x13, 0xF3 } }

InformationType GUID used to get the blessed file's path.

Definition at line 41 of file AppleBless.h.

◆ APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID

#define APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID
Value:
{ 0x7BD1F02D, 0x9C2F, 0x4581, \
{ 0xBF, 0x12, 0xD5, 0x4a, 0xBA, 0x0D, 0x98, 0xD6 } }

InformationType GUID exposed used to get the blessed folder's path.

Definition at line 47 of file AppleBless.h.

Variable Documentation

◆ gAppleBlessedOsxFolderInfoGuid

EFI_GUID gAppleBlessedOsxFolderInfoGuid
extern

A global variable storing the GUID of the APPLE_BLESSED_OSX_FOLDER_INFO_GUID.

Definition at line 26 of file UserGlobalVar.c.

◆ gAppleBlessedSystemFileInfoGuid

EFI_GUID gAppleBlessedSystemFileInfoGuid
extern

A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FILE_INFO_GUID.

Definition at line 29 of file UserGlobalVar.c.

◆ gAppleBlessedSystemFolderInfoGuid

EFI_GUID gAppleBlessedSystemFolderInfoGuid
extern

A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID.

Definition at line 32 of file UserGlobalVar.c.