Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
drvc.upp
Package: 142_61_thumb_advanced.rar [view]
Upload User: dangjiwu
Upload Date: 2013-07-19
Package Size: 42019k
Code Size: 2k
Category:
Symbian
Development Platform:
Visual C++
- ### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
- ### -*- Mode: Python -*-
- ### files: symbian.pcf -> drvc_symbian.pcf -> drvc
- project.AddSystemLibraries('euser.lib', 'estlib.lib')
- if 'symbian-wins' in sysinfo.family_list:
- project.AddSystemLibraries('ecrt0.lib')
- project.symbianUtil.UseARMICompiler()
- if sysinfo.arch == 'arm':
- project.AddLibraries(GetSDKPath("rv89combo_libs")+'[adec40]')
- else:
- project.AddLibraries(GetSDKPath("rv89combo_libs")+'[cdec40]')
- UmakefileVersion(2,2)
- pass ## pre-processor removed="CPPSuffixRule()"
- project.AddModuleIncludes("common/include", "video/include", "datatype/rm/include", "datatype/common/util/pub", "datatype/rm/video/codec/rv89combo", "datatype/rm/video/codec/rv89combo/frontend", "datatype/rm/video/codec/rv89combo/backend", "common/runtime/pub")
- project.AddSources('backend/drvcapi.cpp')
- project.AddModuleLibraries( "common/dbgtool[debuglib]", "common/runtime[runtlib]", "common/system[syslib]", "common/container[contlib]" )
- if project.IsDefined("HELIX_FEATURE_ANSIC_RV89COMBO"):
- project.AddLibraries(GetSDKPath("rv89combo_c_libs")+"[drvc]")
- else:
- project.AddLibraries(GetSDKPath("rv89combo_libs")+'[drvclib]')
- project.AddLibraries(GetSDKPath("rvcodcom_lib"))
- project.ExportFunction("RV40toYUV420Init", "void *prv10Init,void **global")
- project.ExportFunction("RV40toYUV420Free", "void *global")
- project.ExportFunction("RV40toYUV420Transform", "UCHAR *pRV10Packets, UCHAR *pDecodedFrameBuffer, " "void *pInputParams, void *pOutputParams, void *global", "common/include", "hxtypes.h")
- project.ExportFunction("RV40toYUV420CustomMessage", "void *msg_id, void *global")
- project.ExportFunction("RV40toYUV420HiveMessage", "ULONG32 *msg, void *global", "common/include", "hxtypes.h")
- DLLTarget('drvc')
- pass ## pre-processor removed="DependTarget()"
- ### END UMAKE PRE-PROCESSOR OUTPUT