From 1300abedcfd72fc04dadaa9fb5bccd118e4d3004 Mon Sep 17 00:00:00 2001 From: renjiecui Date: Tue, 11 Jun 2024 17:06:09 +0800 Subject: [PATCH] add el5 Signed-off-by: renjiecui --- .../relational_store/include/relational_store.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/distributeddatamgr/relational_store/include/relational_store.h b/distributeddatamgr/relational_store/include/relational_store.h index ff8863e40..f4d6a4703 100644 --- a/distributeddatamgr/relational_store/include/relational_store.h +++ b/distributeddatamgr/relational_store/include/relational_store.h @@ -92,6 +92,12 @@ typedef enum Rdb_SecurityArea { * @brief Security Area 4. */ RDB_SECURITY_AREA_EL4, + /** + * @brief Security Area 5. + * + * @since 12 + */ + RDB_SECURITY_AREA_EL5, } Rdb_SecurityArea; /** -- Gitee