common: code sync with Tizen 2.3
[platform/core/system/libsvi.git] / doc / feedback_doc.h
1 /*
2  * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18 #ifndef __TIZEN_SYSTEM_FEEDBACK_DOC_H__
19 #define __TIZEN_SYSTEM_FEEDBACK_DOC_H__
20
21 /**
22  * @ingroup CAPI_SYSTEM_FRAMEWORK
23  * @defgroup CAPI_SYSTEM_FEEDBACK_MODULE Feedback
24  * @brief  The FEEDBACK API provides functions to play sound or vibration associated with properties.
25  *
26  * @section CAPI_SYSTEM_FEEDBACK_MODULE_HEADER Required Header
27  *   \#include <feedback.h>
28  *
29  * @section CAPI_SYSTEM_FEEDBACK_MODULE_OVERVIEW Overview
30  * The FEEDBACK API provides functions to play sound or vibration associated with properties.
31  * @section CAPI_SYSTEM_FEEDBACK_MODULE_FEATURE Related Features
32  * This API is related with the following features:\n
33  * - http://developer.samsung.com/tizen/feature/haptic\n
34  *
35  * It is recommended to design feature related codes in your application for reliability.\n
36  *
37  * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
38  *
39  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
40  *
41  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
42  *
43  */
44
45 #endif /* __TIZEN_SYSTEM_FEEDBACK_DOC_H__ */