ViewRegistryHelper class is moved to Application side
authordongsug.song <dongsug.song@samsung.com>
Tue, 2 May 2017 03:49:35 +0000 (12:49 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 2 May 2017 08:41:43 +0000 (17:41 +0900)
commitd1dbf6d0b68f6a490b2e842fd446ab517b110f86
tree5880a74e99bac83418a70e9308763eaf1ab21b42
parentb6ccda01dc12b66d05e367feb31a9caae00bc261
ViewRegistryHelper class is moved to Application side

- ViewRegistryHelper class is only required for the application which uses Dali json theme/style Builder
- ViewRegistryHelper uses C# System.Runtime library and this causes some delay at launching time (ex: KantM board, 300ms delay)
- This is not needed for all application (no need to included in NUI) so it is moved to application side.

Conflicts:
NUISamples/NUISamples/NUISamples.TizenTV/examples/Main.cs

Change-Id: I5ee38801a1f81991f9d6e76a0cbaa6b59d4a3d4f
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
NUISamples/NUISamples/NUISamples.TizenTV/NUISamples.TizenTV.csproj
NUISamples/NUISamples/NUISamples.TizenTV/examples/Main.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/date-picker-using-json/ViewRegistryHelper.cs [moved from src/Tizen.NUI/src/internal/ViewRegistryHelper.cs with 66% similarity]
NUISamples/NUISamples/NUISamples.TizenTV/examples/date-picker-using-json/date-picker-using-json.cs [moved from NUISamples/NUISamples/NUISamples.TizenTV/examples/date-picker-using-json.cs with 97% similarity]
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/internal/Application.cs