component("hwctrl") {
    parent "nu.os.drvr.usb.func"
    version "1.5.0"
    description "This component implements the generic Nucleus USB Function driver."
    enable true
	
    requires("nu.os.conn.usb.func.stack")
    
    library("nucleus.lib") {
        sources { 
            Dir.glob("src/*.c") 
        }
    }
}
