Add document file 35/317735/1
authorjinbong.lee <jinbong.lee@samsung.com>
Tue, 7 Jan 2025 06:34:40 +0000 (15:34 +0900)
committerjinbong.lee <jinbong.lee@samsung.com>
Tue, 7 Jan 2025 06:34:40 +0000 (15:34 +0900)
Change-Id: Icf6fec9740bd365d3edd58a4159558cc08b93cfe
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
doc/hal_tbm_doc.h [new file with mode: 0755]

diff --git a/doc/hal_tbm_doc.h b/doc/hal_tbm_doc.h
new file mode 100755 (executable)
index 0000000..e7a8964
--- /dev/null
@@ -0,0 +1,60 @@
+/**************************************************************************
+ *
+ * hal-api-tbm
+ *
+ * Copyright 2021 Samsung Electronics co., Ltd. All Rights Reserved.
+ *
+ * Contact: SooChan Lim <sc1.lim@samsung.com>,
+ *          Junkyeong Kim <jk0430.kim@samsung.com>,
+ *          Changyeon Lee <cyeon.lee@samsung.com>
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sub license, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the
+ * next paragraph) shall be included in all copies or substantial portions
+ * of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
+ * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
+ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+**************************************************************************/
+
+
+#ifndef __TIZEN_HAL_TBM_DOC_H__
+#define __TIZEN_HAL_TBM_DOC_H__
+
+
+/**
+ * @file hal_tbm_doc.h
+ * @brief This file contains high level documentation of the HAL TBM.
+ */
+
+/**
+ * @defgroup HALAPI_HAL_TBM_MODULE TBM
+ * @brief The @ref HALAPI_HAL_TBM_MODULE provides functions for managing graphic buffer.
+ *
+ * @section HALAPI_HAL_TBM_MODULE_HEADER Required Header
+ *   \#include <hal-tbm.h>
+ *
+ * @section HALAPI_HAL_TBM_MODULE_OVERVIEW Overview
+ * The TBM functions provides an managing interface of the graphic buffer including:
+ * - Creating a surface with a defined width, height, and format
+ * - Getting a color format list (ex: RGBA8888)
+ * - Accessing the surface
+ * - Getting surface and plane information
+ *
+ * For more information on the TBM features and the macros, see HAL TBM programming guides and tutorials.
+ */
+
+#endif /* __TIZEN_HAL_TBM_DOC_H__ */
\ No newline at end of file