From fca56b1b127a2d0c87858c136ec89e993702b2d0 Mon Sep 17 00:00:00 2001 From: Jaemin Ryu Date: Thu, 31 Mar 2016 09:59:51 +0900 Subject: [PATCH] Exclude security policy mode from public Change-Id: I29541fcbc1aff5e0c7b28f37d53fd20f8bb1d71c Signed-off-by: Jaemin Ryu --- doc/doxygen.cfg | 4 +++- doc/dpm_doc.h | 34 ++++++---------------------------- 2 files changed, 9 insertions(+), 29 deletions(-) diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 87f9a09..aa7578d 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -745,7 +745,9 @@ WARN_LOGFILE = INPUT = mainpage.dox \ dpm_doc.h \ - ../libs/dpm + ../libs/dpm/device-policy-client.h \ + ../libs/dpm/password.h \ + ../libs/dpm/zone.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/doc/dpm_doc.h b/doc/dpm_doc.h index e144b0f..9ff3491 100755 --- a/doc/dpm_doc.h +++ b/doc/dpm_doc.h @@ -56,19 +56,13 @@ * * Maximum failed password attempts * Specifies how many times a user can enter the wrong password before - * the device wipes its data.The Device Policy API also allows to - * remotely reset the device to factory defaults. + * the device wipes its data. * * * Maximum inactivity time lock - * Specifies the maximum number of secoinds of inactivity time before + * Specifies the maximum number of seconds of inactivity time before * the screen timeout occurs * - * - * Require storage encryption - * Specifies that the storage should be encrypted, if the device - * supports it. - * * * *
@@ -99,14 +93,8 @@ * dpm/password.h * * - * Security - * Provide functionality to control security such as encryption - * and device wipe - * dpm/security.h - * - * * Zone - * Provide functionality to control application containers + * Provide functionality to interact with application container * dpm/zone.h * * @@ -114,8 +102,9 @@ * * @subsection Privilege * In order to use privileged APIs, the client must be registered to the device policy - * manager as the device policy client. Other unregistered application are only allowed to - * subscribe policy change notification published by the device policy manager. + * manager as the device policy client by enrollment process. Other unregistered + * application are only allowed to subscribe policy change notification published by + * the device policy manager. *
* @defgroup CAPI_DPM_POLICY_CLIENT_MODULE Policy Client Interface * @brief The policy client provides functions required to access the device policy APIs. @@ -141,17 +130,6 @@ * is only available for the registered device policy client which is enrolled to the device * by enrollment process. * - * @defgroup CAPI_DPM_SECURITY_POLICY_MODULE Security policy group - * @brief Security policy group provides APIs to control security related - * functionality on the device such as device encryption, and wipe. - * @ingroup CAPI_DPM_FRAMEWORK - * @section CAPI_DPM_SECURITY_POLICY_MODULE_HEADER Required Header - * \#include - * @section CAPI_DPM_SECURITY_POLICY_MODULE_OVERVIEW Overview - * This module provides APIs to control security functionality such as device encryption and - * wipe. Any API which requires privileges is only available for the registered device policy - * client which is enrolled to the device by enrollment process. - * * @defgroup CAPI_DPM_ZONE_POLICY_MODULE Zone policy group * @brief Zone policy group provides APIs to control containers * @ingroup CAPI_DPM_FRAMEWORK -- 2.7.4