mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
add asset account enc tag
Signed-off-by: Cai Xincheng <caixincheng@huawei.com>
This commit is contained in:
parent
a1fe6b2164
commit
630acaae27
@ -205,6 +205,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 13
|
||||
*/
|
||||
ASSET_TAG_REQUIRE_ATTR_ENCRYPTED = ASSET_TYPE_BOOL | 0x47,
|
||||
} Asset_Tag;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user