Source: device/RomBuildType.js

/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */


/**
* @memberof device
* @enum {string}
*/
RomBuildType = {
  ENG : "ENG",
  USER : "USER"
};


//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = RomBuildType;
}