Add privilege information to the API descriptions 77/142177/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 3 Aug 2017 02:57:43 +0000 (11:57 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 3 Aug 2017 04:01:23 +0000 (04:01 +0000)
Change-Id: I886f5e6a1b2f2df3e49d7ebe22fe527b06da9d3f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/job_scheduler_types_internal.h

index fee01ab3dbd4d0a46e86dd56f1e4b2ae14908b1b..4c58af6b4afa324ff24bc4d26f5461ae94b44150 100644 (file)
@@ -87,6 +87,8 @@
  * @details    It can be used as a trigger or a requirement. Available attributes and their values are:
  *                     - "State" &isin; {"Disabled", "Unconnected", "Connected"}
  *                     - "BSSID": a BSSID string, which can be acquired using the Wi-Fi Manager API
+ *
+ * @privilege  http://tizen.org/privilege/network.get
  */
 #define CTX_SCHED_URI_WIFI                     CTX_SCHED_URI_PREFIX "state/wifi"
 
  * @details    It can be used as a trigger. Available attributes and their values are:
  *                     - "Event" &isin; {"In", "Out"}
  *                     - "PlaceId": a place ID registered by the Geofence Manager API
+ *
+ * @privilege  http://tizen.org/privilege/location
  */
 #define CTX_SCHED_URI_GEOFENCE         CTX_SCHED_URI_PREFIX "event/geofence"