add code for update api level

Signed-off-by: gaoshuyang <gaoshuyang2@huawei.com>
This commit is contained in:
gaoshuyang 2023-09-15 10:07:10 +08:00
parent 71b6555cd8
commit bcb6604881

View File

@ -1548,7 +1548,7 @@ declare namespace huks {
* Auth type for always valid.
*
* @syscap SystemCapability.Security.Huks.Extension
* @since 10
* @since 11
*/
HUKS_AUTH_ACCESS_ALWAYS_VALID = 1 << 2
}