component("mse") {
    parent "nu.os.conn.usb.func.hid"
    version "1.0.0"
    description "This component implements the USB Function HID Mouse component."
    enable true
    runlevel 8

    requires("nu.os.conn.usb.func.hid.class")

    library("nucleus.lib") {
        sources {
            Dir.glob("*.c")
        }
    }

}


