Fix build break in osp-installer. 51/10951/1 accepted/tizen/20131015.161649 accepted/tizen/20131016.005148 accepted/tizen/20131112.015550 accepted/tizen_ivi_stable/20131116.111623 submit/tizen/20131015.141049 submit/tizen_ivi_stable/20131116.100915
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Tue, 15 Oct 2013 12:19:42 +0000 (14:19 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Tue, 15 Oct 2013 12:21:26 +0000 (14:21 +0200)
Libprivilege-control did not contain definitions of
* perm_app_setup_path
* app_setup_path
functions.

Change-Id: Iea127337b88d1ba72dcf456828bcfd051d83b2bc
Signed-off-by: Bartlomiej Grzelewski <b.grzelewski@samsung.com>
src/privilege-control.c

index 3d9552d..4f117fc 100644 (file)
@@ -1633,3 +1633,11 @@ out:
 
        return PC_OPERATION_SUCCESS;
 }
+
+API int perm_app_setup_path(const char* pkg_id, const char* path, app_path_type_t app_path_type, ...) {
+    return PC_ERR_INVALID_OPERATION;
+}
+API int app_setup_path(const char* pkg_id, const char* path, app_path_type_t app_path_type, ...) {
+    return PC_ERR_INVALID_OPERATION;
+}
+