SET(CMAKE_CXX_FLAGS "${OSP_DEBUG_FLAGS} ${OSP_OPT_FLAGS} ${CMAKE_CXX_FLAGS} ${EXTRA_CFLAGS} ${OSP_COMPILER_FLAGS}")
TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp -losp-appfw -lxml2 -lpkgmgr_installer -lpkgmgr_parser -lglib-2.0 -lapp2ext" -Wl,--allow-shlib-undefined)
-TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib -ldrm-service-core-intel")
+#TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib -ldrm-service-core-intel")
ADD_SUBDIRECTORY(plugin)
BuildRequires: pkgconfig(app2sd)
BuildRequires: pkgconfig(libwbxml2)
BuildRequires: pkgconfig(osp-appfw)
-BuildRequires: pkgconfig(drm-service-core-intel-plugin)
+#BuildRequires: pkgconfig(drm-service-core-intel)
BuildRequires: osp-appfw-internal-devel
BuildRequires: boost-devel
#include "InstallerDefs.h"
#include "InstallerUtil.h"
-#include <drm-oem-intel.h>
+//#include <drm-oem-intel.h>
using namespace Osp::Base;
using namespace Osp::Base::Collection;
pFilePath = _StringConverter::CopyToCharArrayN(path);
TryCatch(pFilePath, r = GetLastResult(), "[osp-installer] pFilePath is null");
- isDrm = drm_oem_intel_isDrmFile(pFilePath);
+// isDrm = drm_oem_intel_isDrmFile(pFilePath);
if(isDrm == 1)
{
AppLogTag(OSP_INSTALLER, "IsDrmFile() called, packagePath=%ls is drm file", path.GetPointer());
pFilePath = _StringConverter::CopyToCharArrayN(packagePath);
TryCatch(pFilePath, r = GetLastResult(), "[osp-installer] pFilePath is null");
- result = drm_oem_intel_decrypt_package(pFilePath, pFilePath);
+// result = drm_oem_intel_decrypt_package(pFilePath, pFilePath);
if(result == 1)
{
AppLogTag(OSP_INSTALLER, "DecryptPackage() called, packagePath=%ls, decrpyt success", packagePath.GetPointer());