DrmTypes.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. // $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/LibDrmCommon/DrmTypes.h 4     2/15/04 7:41p Lotan $
  2. // Copyright (c) 2003 DivXNetworks, Inc. http://www.divxnetworks.com
  3. // All rights reserved.
  4. //
  5. // This software is the confidential and proprietary information of DivXNetworks
  6. // Inc. ("Confidential Information").  You shall not disclose such Confidential
  7. // Information and shall use it only in accordance with the terms of the license
  8. // agreement you entered into with DivXNetworks, Inc.
  9. #ifndef DRM_DEFINES_H
  10. #define DRM_DEFINES_H
  11. #include "Config.h" // Global Configuration - do not remove!
  12. #include "Includesysdefs.h"
  13. #ifdef AVI_DRM_SUPPORT
  14. #include "PlaycoreNav_ClipsAviDrmlibDrmCommonDrmTypeDefs.h"
  15. static CONST DrmUseLimitIdInfo useLimitIdInfo[USE_LIMITS] =
  16. {
  17. { USE_LIMIT_ID_UNLIMITED, 0 } ,
  18. { USE_LIMIT_ID_ONE, 1 } ,
  19. { USE_LIMIT_ID_THREE, 3 } ,
  20. { USE_LIMIT_ID_FIVE, 5 } ,
  21. { USE_LIMIT_ID_SEVEN, 7 } ,
  22. { USE_LIMIT_ID_TEN, 10 } ,
  23. { USE_LIMIT_ID_TWENTY, 20 } ,
  24. { USE_LIMIT_ID_THIRTY, 30 }
  25. };
  26. static uint8_t nullGuard[OWNER_GUARD_BYTES] = {0,0,0};
  27. #endif // AVI_DRM_SUPPORT
  28. #endif // DRM_DEFINES_H