Remove symbol : ckmc_label_shared_owner 21/49521/1
authorKyungwook Tak <k.tak@samsung.com>
Wed, 14 Oct 2015 08:01:41 +0000 (17:01 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Wed, 14 Oct 2015 08:01:41 +0000 (17:01 +0900)
Change-Id: I40ba69c4e64ed7d5c1f7f9750b0a161adbd1aa15
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/include/ckmc/ckmc-type.h
src/manager/client-capi/ckmc-type.cpp

index 596dfa6..507d223 100644 (file)
@@ -61,21 +61,6 @@ extern "C" {
 KEY_MANAGER_CAPI extern char const * const ckmc_label_name_separator;
 
 /**
- * This is deprecated: Tizen 3.0 does not use smack labels directly.
- *                     You should use pkgId instead.
- *
- * @brief Shared owner label
- * @since_tizen 3.0
- * @remarks Shared database label - user may be given permission to access shared
- *          database items. In such case, the alias should contain shared database
- *          label.
- *
- * @see #ckmc_label_name_separator
- * @see key-manager_doc.h
- */
-KEY_MANAGER_CAPI extern char const * const ckmc_label_shared_owner;
-
-/**
  * @brief Separator between alias and owner id.
  * @since_tizen 3.0
  * @remarks Alias can be provided as an alias alone, or together with owner id.
index c1db6c0..57071f0 100644 (file)
@@ -67,7 +67,6 @@ int _ckmc_load_cert_from_x509(X509 *xCert, ckmc_cert_s **cert)
 
 
 const char * const ckmc_label_name_separator    = CKM::LABEL_NAME_SEPARATOR;
-const char * const ckmc_label_shared_owner      = CKM::OWNER_ID_SYSTEM;
 const char * const ckmc_owner_id_separator      = CKM::LABEL_NAME_SEPARATOR;
 const char * const ckmc_owner_id_system         = CKM::OWNER_ID_SYSTEM;