Split libhost.h into multiple headers and cleanup (dotnet/core-setup#5391)
authorVitek Karas <vitek.karas@microsoft.com>
Fri, 8 Mar 2019 21:49:23 +0000 (13:49 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2019 21:49:23 +0000 (13:49 -0800)
commit7ca91e5b04070620897d58377512775b77568689
tree39f0a189eb1e5fc9dacb3c0e0fe08928dd971093
parente4d2091aa51e963d21c7e9d6ae4193b8b0669ce5
Split libhost.h into multiple headers and cleanup (dotnet/core-setup#5391)

Commit migrated from https://github.com/dotnet/core-setup/commit/3586f526ae50b9c1f7e31019a317a7358f1f2170
16 files changed:
src/installer/corehost/cli/args.cpp
src/installer/corehost/cli/args.h
src/installer/corehost/cli/deps_resolver.cpp
src/installer/corehost/cli/fxr/CMakeLists.txt
src/installer/corehost/cli/fxr/corehost_init.h [new file with mode: 0644]
src/installer/corehost/cli/fxr/framework_info.h
src/installer/corehost/cli/fxr/fx_muxer.cpp
src/installer/corehost/cli/fxr/fx_muxer.h
src/installer/corehost/cli/fxr/hostfxr.cpp
src/installer/corehost/cli/fxr/sdk_info.h
src/installer/corehost/cli/host_interface.h [new file with mode: 0644]
src/installer/corehost/cli/hostpolicy.cpp
src/installer/corehost/cli/hostpolicy/CMakeLists.txt
src/installer/corehost/cli/hostpolicy_init.h [new file with mode: 0644]
src/installer/corehost/cli/libhost.cpp [deleted file]
src/installer/corehost/cli/libhost.h [deleted file]