build: Install provisioning ESException.h 16/110916/1
authorJihun Ha <jihun.ha@samsung.com>
Wed, 18 Jan 2017 08:28:59 +0000 (17:28 +0900)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 18 Jan 2017 13:43:36 +0000 (14:43 +0100)
Add ESException.h to 'inc' folder and a list of install target headers

Change-Id: Ib0b7e7bbab9cf5d8f7cc0c69e223d966e4b055b0
Signed-off-by: Jihun Ha <jihun.ha@samsung.com>
Origin: https://gerrit.iotivity.org/gerrit/#/c/16521/
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
service/easy-setup/mediator/richsdk/SConscript
service/easy-setup/mediator/richsdk/inc/ESException.h [moved from service/easy-setup/mediator/richsdk/src/ESException.h with 100% similarity]

index 6a39b74..0c706bd 100755 (executable)
@@ -146,7 +146,7 @@ if target_os in ['android','linux','ios']:
                easy_setup_env.InstallTarget(es_sdk_shared, 'libESMediatorRich')
                easy_setup_env.AppendUnique(LINKFLAGS = ['-Wl,-soname,libESMediatorRich.so'])
 
-filenames = [ 'ESRichCommon.h', 'EasySetup.hpp', 'RemoteEnrollee.h' ]
+filenames = [ 'ESException.h', 'ESRichCommon.h', 'EasySetup.hpp', 'RemoteEnrollee.h' ]
 for filename in filenames:
        easy_setup_env.UserInstallTargetHeader('inc/' + filename, "service/easy-setup", filename)