X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsimulation%2Fsecurity-manager.h;h=36b1b3208189060153e9d9269c2bc3b2b39fab0a;hb=9680a57f258d4118416104c224153a0292b7328e;hp=6bc379a7ffb415e07b06da79ac98cedee76dea69;hpb=f4c7d5544f91dc10539439e59e622cc40decda1a;p=src%2Fapp-framework-main.git diff --git a/src/simulation/security-manager.h b/src/simulation/security-manager.h index 6bc379a..36b1b32 100644 --- a/src/simulation/security-manager.h +++ b/src/simulation/security-manager.h @@ -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. @@ -52,6 +52,9 @@ static int diese = 0; #define security_manager_app_install(r) \ (printf("security_manager_app_install(%p)\n",r), SECURITY_MANAGER_SUCCESS) +#define security_manager_app_uninstall(r) \ + (printf("security_manager_app_uninstall(%p)\n",r), SECURITY_MANAGER_SUCCESS) + #define security_manager_prepare_app(a) \ (printf("security_manager_prepare_app(%s)\n",a), SECURITY_MANAGER_SUCCESS)