[Tizen S] Integrate app types(dotnet, dotnet-nui)
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / exec / launcher.cc
index d26d7f9..d7cc8e6 100644 (file)
@@ -53,7 +53,7 @@ int main(int argc, char *argv[])
        bool paddingExist = false;
        bool profile = false;
        const char* appType = "dotnet";
-       const char* UIFWType = "ElmSharp";
+       const char* UIFWType = "NUI";
        const char* appRootPath = NULL;
        char appId[APPID_MAX_LENGTH] = {0,};