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)
commit385faa9be07b8f67d8fc4f1b39c3105417a4fa8d
treeff6b99306dc05d41b642791cc8d85dc655a2990c
parent436b2eb28b044c227341baa9f37a32235a2220f8
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>
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/ViewRegistryHelper.cs [deleted file]