this repo has no description
1#ifndef _ACMDEFS_H_
2#define _ACMDEFS_H_
3#include <CoreFoundation/CFString.h>
4
5// No one knows what these are for
6
7// Someone please reverse-engineer this,
8// these are guessed and not verified
9
10#define kACMPolicyDeviceOwnerAuthentication "ACMPolicyDeviceOwnerAuthentication"
11#define kACMPassphrasePurposeGeneral "ACMPassphrasePurposeGeneral"
12#define kACMScopeContext "ACMScopeContext"
13
14#endif