<?xml version="1.0" encoding="utf-16"?>
<ExtensionPackage>
    <Name>CcxKd</Name>
    <!-- Version will be filled by Debugger team before extension package is published -->
    <Version>$#Engine_version#$</Version>
    <Components>
        <BinaryComponent Name="CcxKd" Type="Engine">
            <Files>
                <File Architecture="Any" Module="winext\ccxkd.dll" FilePathKind="RepositoryRelative"/>
            </Files>
            <EngineCommands>
                <EngineCommand Name="ccxcircuit">
                    <EngineCommandItem>
                        <Syntax>!ccxcircuit</Syntax>
                        <Description>Dump information about a CCXCIRCUIT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxdataformat">
                    <EngineCommandItem>
                        <Syntax>!ccxdataformat</Syntax>
                        <Description>Dump information about a CCXDATAFORMAT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxdataformatlist">
                    <EngineCommandItem>
                        <Syntax>!ccxdataformatlist</Syntax>
                        <Description>Dump information about a CCXDATAFORMATLIST</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxdevice">
                    <EngineCommandItem>
                        <Syntax>!ccxdevice</Syntax>
                        <Description>Dump information about an camera WDFDEVICE</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxelement">
                    <EngineCommandItem>
                        <Syntax>!ccxelement</Syntax>
                        <Description>Dump information about a CCXELEMENT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxevents">
                    <EngineCommandItem>
                        <Syntax>!ccxevents</Syntax>
                        <Description>Dump events information about a CCXOBJECT</Description>
                    </EngineCommandItem>
                </EngineCommand>         
                <EngineCommand Name="ccxfactory">
                    <EngineCommandItem>
                        <Syntax>!ccxfactory</Syntax>
                        <Description>Dump information about a CCXFACTORYCIRCUIT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxmanager">
                    <EngineCommandItem>
                        <Syntax>!ccxmanager</Syntax>
                        <Description>Dump information about a CCXMANAGER</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxmethods">
                    <EngineCommandItem>
                        <Syntax>!ccxmethods</Syntax>
                        <Description>Dump methods information about a CCXOBJECT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxobjbag">
                    <EngineCommandItem>
                        <Syntax>!ccxobjbag</Syntax>
                        <Description>Dump information about a CCXOBJECTBAG</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxobject">
                    <EngineCommandItem>
                        <Syntax>!ccxobject</Syntax>
                        <Description>Dump information about a CCXOBJECT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxpin">
                    <EngineCommandItem>
                        <Syntax>!ccxpin</Syntax>
                        <Description>Dump information about a CCXPIN</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxproperties">
                    <EngineCommandItem>
                        <Syntax>!ccxproperties</Syntax>
                        <Description>Dump properties information about a CCXOBJECT</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxstream">
                    <EngineCommandItem>
                        <Syntax>!ccxstream</Syntax>
                        <Description>Dump information about a CCXSTREAM</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxstreambridge">
                    <EngineCommandItem>
                        <Syntax>!ccxstreambridge</Syntax>
                        <Description>Dump information about a CCXSTREAMBRIDGE</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxstreampointer">
                    <EngineCommandItem>
                        <Syntax>!ccxstreampointer</Syntax>
                        <Description>Dump information about a CCXAVSTREAMPOINTER</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxtarget">
                    <EngineCommandItem>
                        <Syntax>!ccxtarget</Syntax>
                        <Description>Dump information about a CCXTARGET*</Description>
                    </EngineCommandItem>
                </EngineCommand>
                <EngineCommand Name="ccxtemplate">
                    <EngineCommandItem>
                        <Syntax>!ccxtemplate</Syntax>
                        <Description>Dump information about a CCX*TEMPLATE</Description>
                    </EngineCommandItem>
                </EngineCommand>
            </EngineCommands>
        </BinaryComponent>
    </Components>
</ExtensionPackage>

