Add smack label to internal-test as System
[platform/upstream/csr-framework.git] / doc / csr-framework_doc.h
1 /*
2  * Copyright (c) 2016 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 #ifndef __TIZEN_CORE_CSR_FRAMEWORK_DOC_H__
17 #define __TIZEN_CORE_CSR_FRAMEWORK_DOC_H__
18
19
20 /**
21  * @ingroup CAPI_SECURITY_FRAMEWORK
22  * @defgroup CAPI_CSR_FRAMEWORK_MODULE CSR
23  * @brief The CSR (Content Screening & Reputation) is an anti malware module. It provides Content Screening Service and Web Protection Service to protect a device and an user.
24  * @section CAPI_CSR_FRAMEWORK_MODULE_OVERVIEW Overview
25  * <table>
26  *   <tr><th>API</th><th>Description</th></tr>
27  *   <tr>
28  *     <td> @ref CAPI_CSR_FRAMEWORK_CS_MODULE</td>
29  *     <td> Provides APIs scanning contents for data, files, and directories to detect malwares.</td>
30  *   </tr>
31  *   <tr>
32  *     <td> @ref CAPI_CSR_FRAMEWORK_WP_MODULE</td>
33  *     <td> Provides APIs checking URL reputation to see if the URL is risky or not.</td>
34  *   </tr>
35  *   <tr>
36  *     <td> @ref CAPI_CSR_FRAMEWORK_ADMIN_MODULE</td>
37  *     <td> Provides APIs managing underlying anti malware engines.</td>
38  *   </tr>
39  * </table>
40  * The CSR (Content Screening & Reputation) is an anti malware moodule. It provides Content Screening Service and Web Protection Service to protect a device and an user
41  * The Content Screening Service enables caller modules and applications to scan the content for data, files, and directories.
42  * The Web Protection Service enables caller modules and applications to check if a URL they want to access is risky or not.
43  */
44 #endif /* __TIZEN_CORE_CSR_FRAMEWORK_DOC_H__ */