Revert "Add document file" 68/317668/1
authorJinbong Lee <jinbong.lee@samsung.com>
Mon, 6 Jan 2025 10:45:04 +0000 (10:45 +0000)
committerJinbong Lee <jinbong.lee@samsung.com>
Mon, 6 Jan 2025 10:45:04 +0000 (10:45 +0000)
Revert submission 317006

Reason for revert: for applying tizen_9.0's code

Reverted changes: /gerrit/q/submissionid:317006

Change-Id: I0f6d0e1d12831460b78f0e8179791e0942c97b96

doc/hal_tbm_doc.h [deleted file]

diff --git a/doc/hal_tbm_doc.h b/doc/hal_tbm_doc.h
deleted file mode 100644 (file)
index 46482a2..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-/**************************************************************************
- *
- * 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_API_TBM provides functions for managing graphic buffer.
- *
- * @section HALAPI_HAL_API_TBM_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