DrmTypes.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- // $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/LibDrmCommon/DrmTypes.h 4 2/15/04 7:41p Lotan $
- // Copyright (c) 2003 DivXNetworks, Inc. http://www.divxnetworks.com
- // All rights reserved.
- //
- // This software is the confidential and proprietary information of DivXNetworks
- // Inc. ("Confidential Information"). You shall not disclose such Confidential
- // Information and shall use it only in accordance with the terms of the license
- // agreement you entered into with DivXNetworks, Inc.
- #ifndef DRM_DEFINES_H
- #define DRM_DEFINES_H
- #include "Config.h" // Global Configuration - do not remove!
- #include "Includesysdefs.h"
- #ifdef AVI_DRM_SUPPORT
- #include "PlaycoreNav_ClipsAviDrmlibDrmCommonDrmTypeDefs.h"
- static CONST DrmUseLimitIdInfo useLimitIdInfo[USE_LIMITS] =
- {
- { USE_LIMIT_ID_UNLIMITED, 0 } ,
- { USE_LIMIT_ID_ONE, 1 } ,
- { USE_LIMIT_ID_THREE, 3 } ,
- { USE_LIMIT_ID_FIVE, 5 } ,
- { USE_LIMIT_ID_SEVEN, 7 } ,
- { USE_LIMIT_ID_TEN, 10 } ,
- { USE_LIMIT_ID_TWENTY, 20 } ,
- { USE_LIMIT_ID_THIRTY, 30 }
- };
- static uint8_t nullGuard[OWNER_GUARD_BYTES] = {0,0,0};
- #endif // AVI_DRM_SUPPORT
- #endif // DRM_DEFINES_H