
#include <twl/tcl.h>
typedef enum
{
TCL_KEY_TYPE_LAUNCHER = 0 ,
TCL_KEY_TYPE_APPLICATION ,
TCL_KEY_TYPE_UNKNOWN ,
TCL_KEY_TYPE_MAX
} TCLKeyType;
Signature type applied to the photo.
Photos captured by the Nintendo DSi camera and Nintendo DSi Menu are signed with the launcher key, but others are signed with the general key. (JPEG images must be saved with a signature.)
It is not necessary to be concerned with the type for each application.
The constants are explained in the following list.
| TCL_KEY_TYPE_LAUNCHER | Signature with the launcher key. |
| TCL_KEY_TYPE_APPLICATION | Signature with the general key. |
| TCL_KEY_TYPE_UNKNOWN | Unknown what key was used for the signature because decoding has not occurred even once after being managed. |
2008/10/07 Initial version.
CONFIDENTIAL