2008-04-17 13:45:02 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
|
|
<group>
|
2009-01-19 18:08:28 +00:00
|
|
|
<module name="ksproxy" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_KSPROXY}" installbase="system32" installname="ksproxy.ax">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="ksproxy.spec" />
|
2008-04-17 13:45:02 +00:00
|
|
|
<include base="ksproxy">.</include>
|
|
|
|
<library>ntdll</library>
|
[KSPROXY]
- Stub interfaces for CBasicAudio, CKsClockForwarder, CVPConfig, CVPVBIConfig, CKsDataTypeHandler, CKsInterfaceHandler, CKsProxy, CKsQualityForwarder
- Implement KsSynchronousDeviceControl, KsOpenDefaultDevice, KsGetMultiplePinFactoryItems, KsGetMediaTypeCount, DllGetClassObject
svn path=/trunk/; revision=45608
2010-02-18 15:24:29 +00:00
|
|
|
<library>kernel32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>ole32</library>
|
|
|
|
<library>setupapi</library>
|
|
|
|
<library>msvcrt</library>
|
2010-03-02 16:27:50 +00:00
|
|
|
<library>strmiids</library>
|
2010-03-04 17:34:22 +00:00
|
|
|
<library>ksuser</library>
|
[KSPROXY]
- Stub interfaces for CBasicAudio, CKsClockForwarder, CVPConfig, CVPVBIConfig, CKsDataTypeHandler, CKsInterfaceHandler, CKsProxy, CKsQualityForwarder
- Implement KsSynchronousDeviceControl, KsOpenDefaultDevice, KsGetMultiplePinFactoryItems, KsGetMediaTypeCount, DllGetClassObject
svn path=/trunk/; revision=45608
2010-02-18 15:24:29 +00:00
|
|
|
<group compilerset="gcc">
|
|
|
|
<compilerflag compiler="cxx">-fno-exceptions</compilerflag>
|
|
|
|
<compilerflag compiler="cxx">-fno-rtti</compilerflag>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<group compilerset="msc">
|
|
|
|
<compilerflag compiler="cxx">/GR-</compilerflag>
|
|
|
|
</group>
|
2010-03-19 15:39:08 +00:00
|
|
|
<file>allocator.cpp</file>
|
[KSPROXY]
- Stub interfaces for CBasicAudio, CKsClockForwarder, CVPConfig, CVPVBIConfig, CKsDataTypeHandler, CKsInterfaceHandler, CKsProxy, CKsQualityForwarder
- Implement KsSynchronousDeviceControl, KsOpenDefaultDevice, KsGetMultiplePinFactoryItems, KsGetMediaTypeCount, DllGetClassObject
svn path=/trunk/; revision=45608
2010-02-18 15:24:29 +00:00
|
|
|
<file>basicaudio.cpp</file>
|
|
|
|
<file>classfactory.cpp</file>
|
|
|
|
<file>clockforward.cpp</file>
|
|
|
|
<file>cvpconfig.cpp</file>
|
|
|
|
<file>cvpvbiconfig.cpp</file>
|
|
|
|
<file>datatype.cpp</file>
|
2010-03-03 03:27:25 +00:00
|
|
|
<file>enum_mediatypes.cpp</file>
|
2010-03-02 20:18:29 +00:00
|
|
|
<file>enumpins.cpp</file>
|
|
|
|
<file>input_pin.cpp</file>
|
[KSPROXY]
- Stub interfaces for CBasicAudio, CKsClockForwarder, CVPConfig, CVPVBIConfig, CKsDataTypeHandler, CKsInterfaceHandler, CKsProxy, CKsQualityForwarder
- Implement KsSynchronousDeviceControl, KsOpenDefaultDevice, KsGetMultiplePinFactoryItems, KsGetMediaTypeCount, DllGetClassObject
svn path=/trunk/; revision=45608
2010-02-18 15:24:29 +00:00
|
|
|
<file>interface.cpp</file>
|
|
|
|
<file>ksproxy.cpp</file>
|
2008-04-17 13:45:02 +00:00
|
|
|
<file>ksproxy.rc</file>
|
2010-03-22 05:03:50 +00:00
|
|
|
<file>mediasample.cpp</file>
|
2010-03-13 17:36:30 +00:00
|
|
|
<file>node.cpp</file>
|
2010-03-02 20:18:29 +00:00
|
|
|
<file>output_pin.cpp</file>
|
[KSPROXY]
- Stub interfaces for CBasicAudio, CKsClockForwarder, CVPConfig, CVPVBIConfig, CKsDataTypeHandler, CKsInterfaceHandler, CKsProxy, CKsQualityForwarder
- Implement KsSynchronousDeviceControl, KsOpenDefaultDevice, KsGetMultiplePinFactoryItems, KsGetMediaTypeCount, DllGetClassObject
svn path=/trunk/; revision=45608
2010-02-18 15:24:29 +00:00
|
|
|
<file>proxy.cpp</file>
|
|
|
|
<file>qualityforward.cpp</file>
|
2008-04-17 13:45:02 +00:00
|
|
|
</module>
|
2008-10-06 10:36:33 +00:00
|
|
|
</group>
|