OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleIcon.h
Go to the documentation of this file.
1
13#ifndef APPLE_ICON_H
14#define APPLE_ICON_H
15
19#define APPLE_ICNS_MAGIC SIGNATURE_32 ('i', 'c', 'n', 's')
20
24#define APPLE_ICNS_IC07 SIGNATURE_32 ('i', 'c', '0', '7')
25#define APPLE_ICNS_IC13 SIGNATURE_32 ('i', 'c', '1', '3')
26#define APPLE_ICNS_IT32 SIGNATURE_32 ('i', 't', '3', '2')
27#define APPLE_ICNS_T8MK SIGNATURE_32 ('t', '8', 'm', 'k')
28
32#define APPLE_DISK_ICON_DIMENSION 128U
33
34#pragma pack(push, 1)
35
39typedef struct APPLE_ICNS_RECORD_ {
40 UINT32 Type;
41 UINT32 Size;
42 UINT8 Data[];
44
45#pragma pack(pop)
46
47#endif // APPLE_ICON_H
struct APPLE_ICNS_RECORD_ APPLE_ICNS_RECORD