ODK implementation for license release
PiperOrigin-RevId: 580643396 Change-Id: I588ef20587acc347b510dfb7fd9e372d221100a0
This commit is contained in:
@@ -19,7 +19,7 @@ extern "C" {
|
||||
#define ODK_MINOR_VERSION 0
|
||||
|
||||
/* ODK Version string. Date changed automatically on each release. */
|
||||
#define ODK_RELEASE_DATE "ODK v19.0 2023-11-07"
|
||||
#define ODK_RELEASE_DATE "ODK v19.0 2023-11-08"
|
||||
|
||||
/* The lowest version number for an ODK message. */
|
||||
#define ODK_FIRST_VERSION 16
|
||||
@@ -289,6 +289,16 @@ typedef struct {
|
||||
OEMCrypto_KeyObject* key_array;
|
||||
} ODK_Packing_ParsedLicense;
|
||||
|
||||
/**
|
||||
* The parsed release structure does not currently contain information from or
|
||||
* about the license message. This struct is a placeholder for future cases
|
||||
* where data may need to be added to the parsed release.
|
||||
* @version
|
||||
* This struct is new in API version 19.
|
||||
*/
|
||||
typedef struct {
|
||||
} ODK_ParsedRelease;
|
||||
|
||||
/**
|
||||
* The parsed provisioning structure contains information from the license
|
||||
* message. The function ODK_ParseProvisioning will fill in the fields of
|
||||
|
||||
Reference in New Issue
Block a user