Added the AMT sample app from the IntelAMTSDK. It pulls in all cpp and
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 30 Jul 2008 22:01:08 +0000 (22:01 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 30 Jul 2008 22:01:08 +0000 (22:01 +0000)
commit44c2b1f9a9f8a2e032432ff958bc62a550c265cb
tree39e48ed76cd062ade54be20ae65c4ba111f2e997
parentd49c3efc5307d1b5f16300fdf965b17cca3bca35
Added the AMT sample app from the IntelAMTSDK.  It pulls in all cpp and
include files necessary to compile it.
51 files changed:
cmdamt/Include/CommonDefinitions.h [new file with mode: 0644]
cmdamt/Include/IMRSDK.h [new file with mode: 0644]
cmdamt/Include/StatusCodeDefinitions.h [new file with mode: 0644]
cmdamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/CertStore.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/CircuitBreakerInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/Common.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/EITInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/EndpointAccessControlInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/EndpointAccessControlInterface.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/EventManagerClientInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/EventManagerInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/EventManagerInterface.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/FirmwareUpdateInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/GeneralInfoInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/HardwareAssetInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/NetworkAdministrationInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/NetworkTimeInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/RedirectionInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/RemoteControlInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/SecurityAdministrationInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/SecurityAdministrationInterface.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/StorageAdministrationInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/StorageInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/UserNotificationInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/WirelessConfigurationInterface.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/WirelessConfigurationInterface.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/XProfile.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/gNameSpaces.dat [new file with mode: 0644]
cmdamt/Include/WSDL/wsman.wsdl [new file with mode: 0644]
cmdamt/Include/WSDL/wsman.xsd [new file with mode: 0644]
cmdamt/Include/WSDL/wsmancat.xsd [new file with mode: 0644]
cmdamt/Include/digcalc.h [new file with mode: 0644]
cmdamt/Include/httpDigest.h [new file with mode: 0644]
cmdamt/Include/iamt_api.h [new file with mode: 0644]
cmdamt/Include/soapH.h [new file with mode: 0644]
cmdamt/Include/soapStub.h [new file with mode: 0644]
cmdamt/Include/stdsoap2.h [new file with mode: 0644]
cmdamt/Makefile [new file with mode: 0644]
cmdamt/README [new file with mode: 0644]
cmdamt/RemoteControlSample.cpp [new file with mode: 0644]
cmdamt/RemoteControlSoapBinding.nsmap [new file with mode: 0644]
cmdamt/RemoteControlTypes.h [new file with mode: 0644]
cmdamt/Utils.cpp [new file with mode: 0644]
cmdamt/digcalc.cpp [new file with mode: 0644]
cmdamt/httpDigest.cpp [new file with mode: 0644]
cmdamt/soapC.cpp [new file with mode: 0644]
cmdamt/soapClient.cpp [new file with mode: 0644]
cmdamt/stdsoap2.cpp [new file with mode: 0644]