@Anonymous
Hi Umesh
Sorry, for the delay getting back to you, been away for a days break 
Anyway, I have had a go at modifying a copy of the Fanuc Post Processor for you, looks to be fairly close to what I think you are asking for but it probably needs someone from Fusion to jump in on this one as well, I am a complete novice when it comes to modifying these Fusion Posts !!
One thing I couldn`t find a way to do was get rid of the tool length offset so I managed to get a G49 in there to cancel it in your machine control, that is something I think need the Fusion guys to script for you 
Here is some code that looks close to your last sample :-
O12 (BLOCK TYPE-1)
(TOOL DIA=8. CORNER RAD=2. - BULLNOSE END MILL)
(TOOL DIA=6. CORNER RAD=1.5 - BULLNOSE END MILL)
N10 G21
N15 G00 G17 G40 G49 G80 G90 G62 G64
(2D CONTOUR-1)
(8MM R2 BULL NOSE)
N20 S8000 M03
N25 G00 X26. Y0.
N30 Z10. G49 H02
N35 G00 Z1.
N40 G01 Z-10. F333.
N45 Y21. F1920.
N50 Y26. F480.
N55 X-20. F1920.
N60 G03 X-26. Y20. J-6. F480.
N65 G01 Y-21. F1920.
N70 Y-26. F480.
N75 X21. F1920.
N80 X26. F480.
N85 Y0. F1920.
N90 G00 Z10.
N95 M05
N100 G49
(2D CONTOUR-2)
N105 M01
(6MM R1.5 BULL NOSE)
N110 S5000 M03
N115 G00 X27. Y0.
N120 Z10. G49 H03
N125 G00 Z1.
N130 G01 Z-10. F333.
N135 Y22. F1000.
N140 Y27. F250.
N145 X-20. F1000.
N150 G03 X-27. Y20. J-7.
N155 G01 Y-22.
N160 Y-27. F250.
N165 X22. F1000.
N170 X27. F250.
N175 Y0. F1000.
N180 G00 Z10.
N185 G49
N190 M30
%
The G62/G64 is the automatic corner slowdown that you can set in your control, however it can be done in Fusion under the "Passes" tab using the "Feed Optimization" option, see image below.

Also attached is a small program I did to test the code generation, run it and see if it is close to what you are doing.
Also the modified Fanuc Post for you to try out 

Hope it is all of some small help to you
Regards
Rob