build: improve simulation of security
[src/app-framework-main.git] / src / secmgr-wrap.c
index fee9d64..e4f0a4a 100644 (file)
 #include <errno.h>
 #include <assert.h>
 
+#if SIMULATE_SECURITY_MANAGER
+#include "simulation/security-manager.h"
+#else
 #include <security-manager.h>
+#endif
 
 #include "verbose.h"
 #include "secmgr-wrap.h"