softbus_package(softbus_storage)

add_library(softbus_storage STATIC
    src/StorageService.cpp
)

softbus_export_include(softbus_storage "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(softbus_storage PUBLIC softbus_core softbus_bus)
