Generate BREW .mif file from Command line
Most of the BREW developers know how to create BREW .mif files using a BREW mif editor. But with the latest BREW SDK Tools 1.0.1, we can create the .mif file using the the BREW resource compiler (similar to creating .bar resource files).
For this, we have to create a .mfx file which is a XML representation of .mif binary file similar to .bar file’s XML equivalent .bfx file. Then we can use the brew resource compiler (brewrc) to generate the .mif file from .mfx file as shown below.
“C:\Program Files\BREW SDK Tools 1.0.1\ResourceEditor\brewrc” -o ./mif/testing.mif
Continue reading @ http://www.devx.com/wireless/Article/33417/1954?pf=true
leave a comment