Rearrange featuresThe backends are different things compared to generic code. Today,these are all included in the /include folder, but it's not very clearwhat options control which backends, or
Rearrange featuresThe backends are different things compared to generic code. Today,these are all included in the /include folder, but it's not very clearwhat options control which backends, or how things map together. Thisalso means that we can't separate ownership between the variouscompanies.This commit is a proposal to try to create a features folder,separated by the code for the various backends, to make interactingwith this easier. It takes the formfeatures/<option name>/files.hppfeatures/<option name>/files_test.hppNote, redfish-core was already at top level, and contains lots of code,so to prevent lots of conflicts, it's simply symlinked into that folderto make clear that it is a backend, but not to move the implementationand cause code conflicts.Tested: Unit tests pass. Code compiles.Change-Id: Idcc80ffcfd99c876734ee41d53f894ca5583fed5Signed-off-by: Ed Tanous <etanous@nvidia.com>
show more ...