Mark all TEEC APIs as deprecated since Tizen 6.5
[platform/core/webapi/libteec.git] / src / teec / TeecContext.h
index 2e175eb..2d5b6c8 100644 (file)
@@ -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.
@@ -27,8 +27,9 @@
 
 #include <unordered_map>
 #include <string>
-#include <tee_client_api.h>
 
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#include <tee_client_api.h>
 
 namespace extension {
 namespace libteec {