component("appinit") {
    parent "nu.os.svcs"
    description "This component implements the Nucleus Application Initialization component."
    enable true
    
    runlevel 31
    
    option("hibernate_dev") {
        default     true
        description "This marks the component to be hibernate aware"
        enregister  true
        hidden      true
    }

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