doc: add doc/resource_doc.h to define System > Resource category 09/278809/1
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 26 Jul 2022 07:11:38 +0000 (16:11 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 26 Jul 2022 08:19:17 +0000 (08:19 +0000)
Change-Id: I9ebcb764e98e223a149210d4152ac1d2a3d8701d
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
(cherry picked from commit fae8fb44daca567691f56b1b6d5a90b343c2d11e)

doc/resource-doc.h [new file with mode: 0644]

diff --git a/doc/resource-doc.h b/doc/resource-doc.h
new file mode 100644 (file)
index 0000000..48dccac
--- /dev/null
@@ -0,0 +1,34 @@
+/* MIT License
+ *
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
+ *
+ * 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, sublicense, 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 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 NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS 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_SYSTEM_RESOURCE_DOC_H__
+#define __TIZEN_SYSTEM_RESOURCE_DOC_H__
+
+/**
+ * @ingroup  CAPI_SYSTEM_FRAMEWORK
+ * @defgroup CAPI_SYSTEM_RESOURCE_MODULE Resource
+ *
+ * @brief    The Resource API provides functions to control and monitor system resources.
+ *
+ */
+
+#endif /* __TIZEN_SYSTEM_RESOURCE_DOC_H__ */