bioexamplebif.rss
上传用户:sempras
上传日期:2007-03-04
资源大小:821k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. #include <biftool.rh>
  2. RESOURCE BIO_INFO_FILE
  3. {
  4. message_type_uid=0x1000ffff;        // just an example uid for the message, might overlap with something else
  5. message_parser_uid=0x101F402B;      // my reserved uid for the message parser
  6. message_app_uid=0x101F402A;         // my reserved uid for the message viewer app
  7. message_appctrl_uid=0x00000000;     // no control in use
  8. description="BIOexample";
  9. icons_filename="bioexample.mbm";
  10. icon_zoom_levels = {1};
  11. ids=
  12. {
  13. ID
  14. {
  15. type=ENbs;
  16. confidence=EPossible;
  17. character_set=KCharSetDefault;
  18. text="//BIOEX";
  19. }
  20. }; // this message is received only on SMS bearer, else other id fields would be defined here (EWap, EIana)
  21. }