Split getting init info for app/lib into separate helper function from executing...
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Thu, 11 Apr 2019 22:01:27 +0000 (15:01 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2019 22:01:27 +0000 (15:01 -0700)
commit2aa48dc3fa8e72b3d42926e7c92bf6aa6697b5b1
tree2e459a7454ea5afee8da2b361e114bae2cd58641
parentb04d8e7a21dfe1fd87e0da90fc03c2534d770bdd
Split getting init info for app/lib into separate helper function from executing runtime (dotnet/core-setup#5758)

* Split processing config for app/lib into separate function from
loading/executing runtime
* Pull hostpolicy resolving/loading out of fx_muxer.cpp

Commit migrated from https://github.com/dotnet/core-setup/commit/d221fe769b321d2f8d689fb0fd97243c5f77b7b0
src/installer/corehost/cli/fxr/CMakeLists.txt
src/installer/corehost/cli/fxr/fx_muxer.cpp
src/installer/corehost/cli/fxr/fx_muxer.h
src/installer/corehost/cli/fxr/hostpolicy_resolver.cpp [new file with mode: 0644]
src/installer/corehost/cli/fxr/hostpolicy_resolver.h [new file with mode: 0644]