Add --rm-origin-after-ni option
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / ni_common.h
index 725ae7c..65b21f0 100644 (file)
@@ -38,6 +38,7 @@
 #define NI_FLAGS_MIBC                   0x0100
 #define NI_FLAGS_PRINT_CMD              0x0200
 #define NI_FLAGS_SKIP_RO_APP            0x0400
+#define NI_FLAGS_RM_ORIGIN_AFTER_NI     0x0800
 
 typedef std::function<void (std::string)> afterCreate;