update services/utils/include/drm_log.h.

Signed-off-by: baoxy92 <baoxianyue@hisilicon.com>
This commit is contained in:
baoxy92
2023-12-21 04:28:38 +00:00
committed by Gitee
parent 26f5caea55
commit 6f8ca6ea59
+3 -3
View File
@@ -64,9 +64,9 @@
#endif
#define POINTER_MASK 0x00FFFFFF
#define DATA_MAX_LEN 1 * 1024 * 1024
#define RESPONSE_MAX_LEN 8 * 1024 * 1024
#define REQUEST_MAX_LEN 8 * 1024 * 1024
#define DATA_MAX_LEN (1 * 1024 * 1024)
#define RESPONSE_MAX_LEN (8 * 1024 * 1024)
#define REQUEST_MAX_LEN (8 * 1024 * 1024)
#define IV_MAX_LEN 128
#define KEYID_MAX_LEN 128
#define LICENSEID_MAX_LEN 128