rv40
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:7k
- #
- # ***** BEGIN LICENSE BLOCK *****
- # Version: RCSL 1.0/RPSL 1.0
- #
- # Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
- #
- # The contents of this file, and the files included with this file, are
- # subject to the current version of the RealNetworks Public Source License
- # Version 1.0 (the "RPSL") available at
- # http://www.helixcommunity.org/content/rpsl unless you have licensed
- # the file under the RealNetworks Community Source License Version 1.0
- # (the "RCSL") available at http://www.helixcommunity.org/content/rcsl,
- # in which case the RCSL will apply. You may also obtain the license terms
- # directly from RealNetworks. You may not use this file except in
- # compliance with the RPSL or, if you have a valid RCSL with RealNetworks
- # applicable to this file, the RCSL. Please see the applicable RPSL or
- # RCSL for the rights, obligations and limitations governing use of the
- # contents of the file.
- #
- # This file is part of the Helix DNA Technology. RealNetworks is the
- # developer of the Original Code and owns the copyrights in the portions
- # it created.
- #
- # This file, and the files included with this file, is distributed and made
- # available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
- # EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES,
- # INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS
- # FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
- #
- # Technology Compatibility Kit Test Suite(s) Location:
- # http://www.helixcommunity.org/content/tck
- #
- # Contributor(s):
- #
- # ***** END LICENSE BLOCK *****
- #
- UmakefileVersion(2,2)
- project.AddModuleIncludes("common/include",
- "video/include",
- "datatype/rm/include",
- "datatype/common/util/pub",
- "datatype/rm/video/codec/rv89combo",
- "datatype/rm/video/codec/rv89combo/frontend",
- "common/system/pub",
- "common/container/pub",
- "common/runtime/pub")
- project.AddSources( 'frontend/rv30api.cpp')
- if 'symbian' in sysinfo.family_list :
- project.AddDefines('CPK','BUILD_RV789COMBO_DECODER_FRONTEND')
- project.AddLibraries(GetSDKPath("rvcodcom_libs")+'[rvfelib]')
- else :
- project.AddDefines('CPK','BUILD_RV40_FRONTEND')
- # for symbian arm linking order, runtlib should be last
- project.AddLibraries(GetSDKPath("rv89combo_libs")+'[rv4xlib]',
- GetSDKPath("rvcodcom_lib"))
- project.AddModuleLibraries(
- "datatype/common/util[dtutillib]",
- "common/util[utillib]",
- "common/dbgtool[debuglib]",
- "common/system[syslib]",
- "common/container[contlib]",
- "common/runtime[runtlib]"
- )
- project.ExportFunction("PNCodec_Open",
- "HX_MOFTAG moftFormatTag,HXCODEC *codecRef",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_Close",
- "HXCODEC codecRef",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_GetUIName",
- "HXCODEC codecRef,char *nameBuf",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_GetVersion",
- "HXCODEC codecRef, ULONG32 *pVersion",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_QueryMediaFormat",
- "HXCODEC codecRef,HX_MOF * pmofIn, "
- "HX_MOF * pmofOut, UINT16 ioDirection",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_PreferredMediaFormat",
- "HXCODEC codecRef,HX_MOF * pmofIn, "
- "HX_MOF * pmofOut, UINT16 ioDirection",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_GetMediaFormats",
- "HXCODEC codecRef, UINT16 ioDirection, "
- "FP_MEDIAFORMATSCALLBACK fpCallback, void *userData",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_StreamOpen",
- "HXCODEC codecRef,HXSTREAM *streamRef,HXCODEC_INIT *params",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNCodec_Input",
- "HXCODEC codecRef, HXCODEC_DATA *pData",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_Close",
- "HXSTREAM streamRef",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_SetDataCallback",
- "HXSTREAM streamRef,HXSTREAM callbackRef,"
- "HXMEMORY memoryRef, FP_STREAM_DATA data_callback",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_GetStreamHeaderSize",
- "HXSTREAM streamRef, ULONG32 *puSize",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_GetStreamHeader",
- "HXSTREAM streamRef, HX_MOF *pHeader",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_Input",
- "HXSTREAM streamRef, HXSTREAM fromStreamRef, "
- "HXCODEC_DATA *pData",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_SetOutputPacketSize",
- "HXSTREAM streamRef,ULONG32 prefSize, "
- "ULONG32 maxSize,ULONG32 *actualSize",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_GetInputBufferSize",
- "HXSTREAM streamRef,ULONG32 *puSize",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_GetProperty",
- "HXSTREAM streamRef, ULONG32 prop, void *pValue",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_SetProperty",
- "HXSTREAM streamRef, ULONG32 prop, void *pValue",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_OpenSettingsBox",
- "HXSTREAM streamRef, void * platformData",
- "datatype/rm/include",
- "hxcodec.h")
- project.ExportFunction("PNStream_GetIPNUnknown",
- "HXSTREAM streamRef",
- "datatype/rm/include",
- "hxcodec.h")
- DLLTarget('rv40')
- DependTarget()