Move DCP spec manifests out to a TOML file.

This commit is contained in:
John Beisley
2022-06-10 07:20:09 +01:00
parent 3db7296aeb
commit 9d4879e3c6
4 changed files with 31 additions and 19 deletions

View File

@ -0,0 +1,10 @@
[[DCPS]]
Path = "standardizeddcps/Internet Gateway_2/UPnP-gw-IGD-TestFiles-20101210.zip"
[[DCPS.Services]]
Package = "lanhostconfigmanagement1"
ServiceType = "urn:schemas-upnp-org:service:LANHostConfigManagement:1"
Path = "xml data files/service/LANHostConfigManagement1.xml"
[[DCPS.Services]]
Package = "wanpppconnection1"
ServiceType = "urn:schemas-upnp-org:service:WANPPPConnection:1"
Path = "xml data files/service/WANPPPConnection1.xml"