Change-Id: Ibe8b8d1eca3eb22afaf419624ac1b031d9a7a2e4
Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
#include "InstallerUtil.h"
#include "InstallerUtil.h"
-#define OSP_INSTALLER_VERSION "version=[20130611.1]"
+#define OSP_INSTALLER_VERSION "version=[20130611.2]"
#define DIR_BIN L"/bin"
#define DIR_INFO L"/info"
#define DIR_BIN L"/bin"
#define DIR_INFO L"/info"
SignatureStep::OnStateContextAudit(void)
{
InstallerError error = INSTALLER_ERROR_NONE;
SignatureStep::OnStateContextAudit(void)
{
InstallerError error = INSTALLER_ERROR_NONE;
TryCatch(__pContext->__pAppDataList, error = INSTALLER_ERROR_NONE, "__pContext->__pAppDataList is null.");
if (__pContext->__privilegeLevel == PRIVILEGE_LEVEL_PLATFORM)
TryCatch(__pContext->__pAppDataList, error = INSTALLER_ERROR_NONE, "__pContext->__pAppDataList is null.");
if (__pContext->__privilegeLevel == PRIVILEGE_LEVEL_PLATFORM)
pAppData->__launchingHistoryVisible = L"True";
}
}
pAppData->__launchingHistoryVisible = L"True";
}
}
if (pAppData->__isSubMode == true)
{
AppLog("pAppData->__isSubMode(%d) does not be allowed in public privilege level",
if (pAppData->__isSubMode == true)
{
AppLog("pAppData->__isSubMode(%d) does not be allowed in public privilege level",
pAppData->__pFeatureList->Remove(launchOnBoot);
}
}
pAppData->__pFeatureList->Remove(launchOnBoot);
}
}
GoNextState();
return error;
}
GoNextState();
return error;
}