aboutsummaryrefslogtreecommitdiffstats
path: root/package.xml
blob: ffcf9bdaeb450a05906f1fa34245d9b9c56c5480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<package>
    <name>OsmoMGCP</name>
    <namespace>Osmo</namespace>

    <prereq>OsmoLogging</prereq>
    <prereq>OsmoCore</prereq>
    <filein>grammar/MGCPGrammar.st</filein>

    <filein>callagent/MGCPCallAgent.st</filein>
    <filein>callagent/MGCPCommands.st</filein>
    <filein>callagent/MGCPResponse.st</filein>
    <filein>callagent/MGCPEndpoint.st</filein>
    <filein>callagent/MGCPLogArea.st</filein>
    <filein>callagent/MGCPTransaction.st</filein>
    <filein>callagent/MGCPTrunk.st</filein>
    <filein>callagent/MGCPParser.st</filein>

    <test>
        <sunit>Osmo.MGCPGrammarTest</sunit>
        <sunit>Osmo.MGCPCommandTest</sunit>
        <sunit>Osmo.MGCPEndpointAllocTest</sunit>
        <sunit>Osmo.MGCPTransactionTest</sunit>
        <sunit>Osmo.MGCPParserTest</sunit>
        <filein>grammar/MGCPGrammarTest.st</filein>
        <filein>callagent/Tests.st</filein>
    </test>
</package>