Fix issue in labelling files
[src/app-framework-main.git] / src / simulation / security-manager.h
index 59c356d..d7ea57c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016, 2017 IoT.bzh
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -25,9 +25,11 @@ enum lib_retcode {
        SECURITY_MANAGER_ERROR_ACCESS_DENIED
 };
 enum app_install_path_type {
+       SECURITY_MANAGER_PATH_PRIVATE,
+       SECURITY_MANAGER_PATH_PUBLIC,
        SECURITY_MANAGER_PATH_PUBLIC_RO,
+       SECURITY_MANAGER_PATH_RW,
        SECURITY_MANAGER_PATH_RO,
-       SECURITY_MANAGER_PATH_RW
 };
 typedef void app_inst_req;
 static int diese = 0;