diff options
author | Jungki Kwak <jungki.kwak@samsung.com> | 2012-08-23 16:29:47 +0900 |
---|---|---|
committer | Jungki Kwak <jungki.kwak@samsung.com> | 2012-08-23 16:29:47 +0900 |
commit | 2557ee9eb550edc5b3053f46a8ee61d53a5236f7 (patch) | |
tree | 7402d678e4e241f390e2044707aafc59da0c0c8f /src/agent/download-agent-debug.c | |
parent | 69a03608a6adc6a82eafd778739c1f02c34d976e (diff) | |
download | download-provider-2557ee9eb550edc5b3053f46a8ee61d53a5236f7.tar.gz download-provider-2557ee9eb550edc5b3053f46a8ee61d53a5236f7.tar.bz2 download-provider-2557ee9eb550edc5b3053f46a8ee61d53a5236f7.zip |
Remove DRM dependency
The drm download is removed.
modified: packaging/download-provider.spec
modified: src/agent/CMakeLists.txt
modified: src/agent/download-agent-debug.c
modified: src/agent/download-agent-dl-mgr.c
modified: src/agent/download-agent-file.c
modified: src/agent/download-agent-http-mgr.c
modified: src/agent/download-agent-http-queue.c
deleted: src/agent/download-agent-plugin-drm.c
modified: src/agent/download-agent-utils.c
modified: src/agent/include/download-agent-debug.h
modified: src/agent/include/download-agent-defs.h
modified: src/agent/include/download-agent-dl-mgr.h
modified: src/agent/include/download-agent-http-queue.h
deleted: src/agent/include/download-agent-plugin-drm.h
modified: src/agent/include/download-agent-utils.h
Diffstat (limited to 'src/agent/download-agent-debug.c')
-rw-r--r-- | src/agent/download-agent-debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/agent/download-agent-debug.c b/src/agent/download-agent-debug.c index 501e0ac..dd5e1c5 100644 --- a/src/agent/download-agent-debug.c +++ b/src/agent/download-agent-debug.c @@ -192,8 +192,6 @@ char *__get_channel_name_from_enum(da_log_channel channel_enum) { return STRING_IT(InstallManager); case FileManager: return STRING_IT(FileManager); - case DRMManager: - return STRING_IT(DRMManager); case DownloadManager: return STRING_IT(DownloadManager); case ClientNoti: |