Re-establish custom provider 22/73722/6
authorSomin Kim <somin926.kim@samsung.com>
Thu, 9 Jun 2016 08:45:14 +0000 (17:45 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 17 Jun 2016 10:28:10 +0000 (03:28 -0700)
commit634756f89d4b0588885d512524a32dc0ce9ae1f2
tree5413d452ebfe46aa737febc79838e5f013186815
parentacf4e1bc3f23a9642a8da38290fa2e154708d54c
Re-establish custom provider

Change-Id: I58f9f6e99f1d4b881cbcda57bfb80ced85a1147b
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
12 files changed:
include/ProviderList.h
include/ProviderTypes.h
packaging/context-provider.spec
src/CMakeLists.txt
src/custom/CMakeLists.txt
src/custom/CreateProvider.cpp [new file with mode: 0644]
src/custom/CustomBase.cpp [deleted file]
src/custom/CustomManager.cpp [moved from src/custom/CustomContextProvider.cpp with 50% similarity]
src/custom/CustomManager.h [new file with mode: 0644]
src/custom/CustomProvider.cpp [new file with mode: 0644]
src/custom/CustomProvider.h [moved from src/custom/CustomBase.h with 52% similarity]
src/custom/CustomTypes.h [new file with mode: 0644]