A few clicks I think not. Took me a while to figure it out.
You need to use the uidemo folder structure that is included with inflexion as a framework. You need a link between your code and the UI Runtime engine, there is a tool supplied with UI called UIintegrator.exe this creates the APIs to talk to the runtime engine.
Your code, the ROM and the integrator.c file need to be compiled together, the uidemo gives you everything you need to build packages, just hack the makefile to in the uidemo folder dump you ROM and integrator.c file into the correct folder and then run make from the terminal window. All the other files and folders don't need to be touched, the makefile will walk you through how everything is bundled together.