component("xhci") {
    parent "nu.os.drvr.usb.host"
    version "1.2.0"
    description "This component implements the Nucleus USB XHCI Host Driver"
    enable false
    requires("nu.os.conn.usb.host.stack")
    library("nucleus.lib") {
        sources { 
            Dir.glob("*.c") 
        }
    }
}
