# 'port' component below refers to port of Azure IoT for ESP32.

set(srcs
    "mqtt.c" "certificates.c" "custom_hsm_x509.c" 
     "prov_dev_client_ll.c" )

idf_component_register(SRCS "${srcs}"
            INCLUDE_DIRS "." "../../main" 
            REQUIRES spiffs nvs_flash app_update esp-tls esp_adc_cal port )

target_compile_options(${COMPONENT_LIB} PRIVATE -DSET_TRUSTED_CERT_IN_SAMPLES)
