Support YUV decoding for JPEG
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-environment-variable.h
index ae968d3..43b0758 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__
-#define __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__
+#ifndef DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H
+#define DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
-#define __DALI_ENVIRONMENT_VARIABLE_H__
+#define DALI_ENVIRONMENT_VARIABLE_H
 
 #include <cstddef>
 
 namespace Dali
 {
-
 namespace EnvironmentVariable
 {
+const char* GetEnvironmentVariable(const char* variable);
 
-const char * GetEnvironmentVariable( const char * variable );
+void SetTestingEnvironmentVariable(bool);
 
-void SetTestingEnvironmentVariable( bool );
+void SetTestEnvironmentVariable(const char* variable, const char* value);
 
 } // namespace EnvironmentVariable
 
 } // namespace Dali
 
-
-#endif /* __DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H__ */
+#endif // DALI_TOOLKIT_ENVIRONMENT_VARIABLE_H