source: svn/trunk/newcon3bcm2_21bu/rockford/bsp/AVS/7552/README.TXT

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 485 bytes
Line 
1AVS Integration Notes
2The original AVS files have .o extension. That does not work well with
3DTA build and release structure. When integrating new files from CFE or
4original AVS source perform following steps:
5- copy new object files in to this directory
6- rename .o files to .pof files, overwriting original files
7- test that AVS is working correctly
8- check in new .pof files
9
10You can use following bash command for bulk renaming:
11for f in *.o; do echo $f `basename $f .o`.pof ; done
Note: See TracBrowser for help on using the repository browser.