player_uids.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
源码类别:

Symbian

开发平台:

Visual C++

  1. /************************************************************************
  2.  * player_uids.h.h
  3.  * -----------------
  4.  *
  5.  * Synopsis:
  6.  *
  7.  * uids for player app
  8.  *
  9.  *
  10.  * Target:
  11.  * Symbian OS
  12.  *
  13.  *
  14.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  15.  *
  16.  ************************************************************************/
  17.  
  18. #ifndef PLAYERUIDS_INC__
  19. #define PLAYERUIDS_INC__
  20. // system includes
  21. #include <eikenv.h>
  22. #include <e32def.h>
  23. // uid initializer
  24. #define HXPLAYER_APPUID  { 0x10009D06 } 
  25. namespace CHXAvMisc
  26. {
  27.     // Unique ids for this product...
  28.     const TUid KAppUID = HXPLAYER_APPUID;
  29.     const TUid KHelpUID = HXPLAYER_APPUID;
  30.     const TUid KScreenSaverUID = {0x100056cf}; 
  31. #endif // PLAYERUIDS_INC__