config.xml

I’m having some issues with the settings in config.xml, i’ve included the following plugins:

 	<gap:plugin name="org.apache.cordova.device" />
	<gap:plugin name="org.apache.cordova.camera" />
	<gap:plugin name="org.apache.cordova.file" />
	<gap:plugin name="org.apache.cordova.file-transfer" />
	<gap:plugin name="org.apache.cordova.splashscreen" />
	<gap:plugin name="com.phonegap.plugin.statusbar" />

But the following line of my code results in an error:

uuid = device.uuid 

This results in a ‘device is not defined’ error message in my debugger.
Previously before I used a config.xml this line of code worked just fine, so I’m sure I am missing something in my config.xml to make this work. I just don’t know what.