diff options
Diffstat (limited to 'domain_api/Config_security.in')
-rw-r--r-- | domain_api/Config_security.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/domain_api/Config_security.in b/domain_api/Config_security.in new file mode 100644 index 0000000..b1aae06 --- /dev/null +++ b/domain_api/Config_security.in @@ -0,0 +1,30 @@ +menu "Security API" +config building-blocks-sub2-domain_API-Security-CSR + bool "CSR" + help + 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. + +config building-blocks-sub2-domain_API-Security-Device_Policy + bool "Device Policy" + help + The Device Policy Management framework provides APIs to create security-aware applications that are useful in enterprise setting. + The primary purpose of the DPMDevice Policy Management framework is to support enterprise applications, which require integration with policies enforced on the device to restrict their operations on some circumstance, such as Exchange ActiveSync or corporate apps. + The device policy API supports the policies listed in the below table, and any application can subscribe those policies by registring policy changed callback to the device policy manager. + +config building-blocks-sub2-domain_API-Security-Device_Certificate + bool "Device Certificate Manager" + help + Device Certificate Manager provides cryptography services for the Iotivity framework with keys and certitifcates embedded into a device. + +config building-blocks-sub2-domain_API-Security-Privilege_Info + bool "Privilege Info" + help + The Privilege Info provides the display name or description of privileges + +config building-blocks-sub2-domain_API-Security-YACA + bool "YACA" + help + The YACA Yet Another Crypto Api provides a crypto functions such as key management, data integrity, data endecryption and low-level RSA operations + +endmenu |