The Footprint Report Format

The footprint report is created at the end of each build. The report has environmental information for the whole build, followed by detailed explosion information about each fully footprinted target.

The format of the footprinting report is as follows:

<SerenaExecutableFootprint>

<Workset>prod:proj</Workset>

 <BuildConfig>

  <ConfigName>ccccc</ConfigName>

  <ConfigDescription>ddddddd</ConfigDescription>

 </BuildConfig>

<Environment>

 <Node>lllllll</Node>

 <Directory>stem</Directory>

 <Area>area name</Area>

 <DimensionsUser>dimuser</DimensionsUser>

 <RemoteUser>platformuser</RemoteUser>

 <SubmitData>job(Jnnnnnn)</SubmitData>

 <Created>dd-mmm-yy</Created>

</Environment>

<Module>

   :

   :

</Module>

</SerenaExecutableFootprint>

Where:

The <Module> section is included once for each fully-footprinted program object and has the following format:

<Module>

<Name>LOAD/module.LOAD;v</Name>

<ItemSpec>product:Item spec.A-EXE;v</ItemSpec>

<LibraryFileName>module name.load/v</LibraryFileName>

<Dep>

 :

 :

</Dep>

:

:

</Module>

Each <Dep> section has the following contents:

<Dep>

 <Name>type/wsname.type;v/Name>

 <ItemSpec>prod:itemspec.A-SRC;v</ItemSpec>

 <LibraryFileName>name In ItemLibrary/v</LibraryFileName>

</Dep>