ActivationBlocksTransition: Create constructor

Change-Id: Ib676859bcedd198bdff407a73bdf128c5db4200c
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed
tree: cfa0e1c27f53304600bac3692f6f5e03e27a3e2b
  1. m4/
  2. test/
  3. .gitignore
  4. activation.hpp
  5. bootstrap.sh
  6. configure.ac
  7. generate-squashfs
  8. item_updater.cpp
  9. item_updater.hpp
  10. item_updater_main.cpp
  11. LICENSE
  12. Makefile.am
  13. README.md
  14. version_host_software_manager.cpp
  15. version_host_software_manager.hpp
  16. version_host_software_manager_main.cpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.