add privilege enum type
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Tue, 29 Oct 2013 04:32:10 +0000 (13:32 +0900)
committerjunsuk77.oh <junsuk77.oh@samsung.com>
Tue, 29 Oct 2013 04:32:10 +0000 (13:32 +0900)
Change-Id: Ia81285c292a9648fedbd40843ff9edd55092f90c
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
packaging/app2sd.spec
plugin/app2sd/src/app2sd_internals.c

index 5f6a216..0530695 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       app2sd
 Summary:    Application installation on external memory
-Version:    0.5.24
+Version:    0.5.26
 Release:    1
 Group:      Application Framework/Application Installer
 License:    Apache-2.0
index 663c489..b87737e 100755 (executable)
@@ -46,6 +46,7 @@ enum path_type {
        PATH_GROUP_RW,
        PATH_PUBLIC_RO,
        PATH_SETTINGS_RW,
+       PATH_NPRUNTIME,
        PATH_ANY_LABEL
 };