Changeset 10125

Show
Ignore:
Timestamp:
07/08/10 10:04:56 (3 years ago)
Author:
Snyder.Jason
Message:

generated nodes now are now named DeviceManager?_<node name> in the dcd file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/WaveDev/wavedev/XML_gen/application_gen.py

    r9643 r10125  
    468468        deviceconfigurationNode.setAttribute("id", unicode(devconf) ) 
    469469 
    470     deviceconfigurationNode.setAttribute("name", unicode(dmName) ) 
     470    deviceconfigurationNode.setAttribute("name", unicode(dmName + "_" + nodeName) ) 
    471471 
    472472    devicemanagersoftpkgNode = deviceconfigurationNode.getElementsByTagName("devicemanagersoftpkg")[0]