player_uids.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
- /************************************************************************
- * player_uids.h.h
- * -----------------
- *
- * Synopsis:
- *
- * uids for player app
- *
- *
- * Target:
- * Symbian OS
- *
- *
- * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- ************************************************************************/
-
- #ifndef PLAYERUIDS_INC__
- #define PLAYERUIDS_INC__
- // system includes
- #include <eikenv.h>
- #include <e32def.h>
- // uid initializer
- #define HXPLAYER_APPUID { 0x10009D06 }
- namespace CHXAvMisc
- {
- // Unique ids for this product...
- const TUid KAppUID = HXPLAYER_APPUID;
- const TUid KHelpUID = HXPLAYER_APPUID;
- const TUid KScreenSaverUID = {0x100056cf};
- }
- #endif // PLAYERUIDS_INC__