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

Symbian

开发平台:

Visual C++

  1. /*****************************************************************************
  2.  * chxavmiscconstants.h
  3.  * --------------------
  4.  *
  5.  * Synopsis:
  6.  * Misc constants for chxav player.
  7.  *
  8.  *
  9.  *
  10.  * Target:
  11.  * Symbian OS
  12.  *
  13.  *
  14.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  15.  *
  16.  *****************************************************************************/
  17. #ifndef _chxavmiscconstants_h_
  18. #define _chxavmiscconstants_h_
  19. // system includes
  20. #include <eikenv.h>
  21. #include <f32file.h>
  22. namespace CHXAvMisc
  23. {
  24.     const TInt k_defaultArrayGranularity    = 4;
  25.     const TInt k_cxMaxPopupListBoxLine      = 107; //laf
  26.     _LIT(KOneSpace, " ");
  27.     const TUint KListColumnDelimiter        = 't';
  28.     const TInt KIdxMmcDrive = EDriveE; // assumed mmc drive
  29.     const TInt KAVPMaxNakedFileName = 40; // max for name part of file path
  30.     //
  31.     // paths
  32.     //
  33.     _LIT(KAVPAvkonImagePath,"\system\data\avkon.mbm");
  34. } // ns CHXAvMisc
  35. #endif // _chxavmiscconstants_h_