From: MichaƂ Szaknis Date: Mon, 21 Jun 2021 13:56:13 +0000 (+0200) Subject: Replace the deprecated flag with new one. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fcore%2Fsecurity%2Ftrusted%2Funified-ta-devkit.git Replace the deprecated flag with new one. Change-Id: Ie381d76c361f7a487b6957207d48c08ea7c68727 --- diff --git a/examples/ta/ta2/src/ta.c b/examples/ta/ta2/src/ta.c index aaaf876..11200a6 100644 --- a/examples/ta/ta2/src/ta.c +++ b/examples/ta/ta2/src/ta.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 - 2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2017 - 2021 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,11 +54,7 @@ static TEE_Result save(uint32_t num) TEE_DATA_FLAG_ACCESS_READ | TEE_DATA_FLAG_ACCESS_WRITE | TEE_DATA_FLAG_ACCESS_WRITE_META | -#if defined(TEF_BUILD_SIMULATOR) - TEE_DATA_FLAG_EXCLUSIVE, -#else TEE_DATA_FLAG_OVERWRITE, -#endif TEE_HANDLE_NULL, 0, 0, &obj);