From 393609c6c3d6a2dbddc8bd653eef048f05b83544 Mon Sep 17 00:00:00 2001 From: "yanghancheng2@huawei.com" Date: Mon, 8 Jul 2024 17:40:32 +0800 Subject: [PATCH] add new tag Signed-off-by: yanghancheng2@huawei.com --- security/asset/inc/asset_type.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/asset/inc/asset_type.h b/security/asset/inc/asset_type.h index 9e17239b0..12285db91 100755 --- a/security/asset/inc/asset_type.h +++ b/security/asset/inc/asset_type.h @@ -208,6 +208,12 @@ typedef enum { * @since 12 */ ASSET_TAG_OPERATION_TYPE = ASSET_TYPE_NUMBER | 0x46, + /** + * A tag whose value is a bool indicating whether the attributes of an asset are required to be encrypted. + * + * @since 12 + */ + ASSET_TAG_REQUIRE_ATTR_ENCRYPTED = TagType.BOOL | 0x47, } Asset_Tag; /** -- Gitee