
idf_component_register(
    SRCS
    "ui_comp_startmeeting.c"
    "ui_comp.c"
    "ui_Screen1.c"
    "ui.c"
    "ui_comp_hook.c"
    "ui_helpers.c"
    "ui_img_background_small_png.c"
    "ui_img_lamp_28_png.c"
    "ui_events.c"
     

	INCLUDE_DIRS "."
    PRIV_REQUIRES lvgl-3)
