X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/securityd/securityd_service/KeyStore/AppleKeyStoreEvents.h diff --git a/securityd/securityd_service/KeyStore/AppleKeyStoreEvents.h b/securityd/securityd_service/KeyStore/AppleKeyStoreEvents.h new file mode 100644 index 00000000..a1b72ad7 --- /dev/null +++ b/securityd/securityd_service/KeyStore/AppleKeyStoreEvents.h @@ -0,0 +1,9 @@ +/* Copyright (c) 2013 Apple Inc. All Rights Reserved. */ + +#ifndef __APPLEKEYSTORE_EVENTS_H +#define __APPLEKEYSTORE_EVENTS_H + +#define kAppleKeyStoreLockStatusNotificationID "com.apple.keystore.lockstatus" +#define kAppleKeyStoreFirstUnlockNotificationID "com.apple.keystore.firstunlock" + +#endif // __APPLEKEYSTORE_EVENTS_H