Well guys just got some info from my research and well here it goes.
The PS3 freinds list loads via a predefined xml file sent to your ps3 that is encrypted.
This list is very simple actually
<psn_friend>
<onlineid>ONLINE ID HERE</onlineid>
<quick_friend>false</quick_friend>
<current_presence>offline</current_presence>
<current_game>Last sign in 34 minutes ago</current_game>
<current_avatar>/PSN_Images//avatar/WWS_E/E0007.png</current_avatar>
<comment>null</comment>
<trophy><level>4</level>
<platinum>0</platinum>
<gold>2</gold>
<silver>9</silver>
<bronze>80</bronze>
</trophy>
</psn_friend>
Thats all that defines a freind. this list is limited to 100 freinds for normal accounts and 200 for dev accounts.