File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ set(INSTALL_HEADERS
2121 aos_core_cm_database
2222 aos_core_cm_fileserver
2323 aos_core_cm_iamclient
24+ aos_core_cm_imagemanager
2425 aos_core_cm_networkmanager
2526 aos_core_cm_nodeinfoprovider
2627 aos_core_cm_smcontroller
@@ -56,6 +57,7 @@ add_subdirectory(communication)
5657add_subdirectory (database)
5758add_subdirectory (fileserver)
5859add_subdirectory (iamclient)
60+ add_subdirectory (imagemanager)
5961add_subdirectory (monitoring)
6062add_subdirectory (networkmanager)
6163add_subdirectory (nodeinfoprovider)
Original file line number Diff line number Diff line change @@ -20,13 +20,23 @@ set(SOURCES imagemanager.cpp)
2020# Headers
2121# ######################################################################################################################
2222
23- set (HEADERS itf/imagemanager.hpp itf/imageunpacker.hpp itf/storage.hpp itf/imagestatusprovider.hpp imagemanager.hpp)
23+ set (HEADERS
24+ config.hpp
25+ imagemanager.hpp
26+ itf/blobinfoprovider.hpp
27+ itf/imagemanager.hpp
28+ itf/iteminfoprovider.hpp
29+ itf/itemstatusprovider.hpp
30+ itf/storage.hpp
31+ )
2432
2533# ######################################################################################################################
2634# Libraries
2735# ######################################################################################################################
2836
29- set (LIBRARIES aos::core::common::tools)
37+ set (LIBRARIES aos::core::cm::fileserver aos::core::common::crypto aos::core::common::downloader
38+ aos::core::common::ocispec aos::core::common::spaceallocator aos::core::common::tools
39+ )
3040
3141# ######################################################################################################################
3242# Target
You can’t perform that action at this time.
0 commit comments