upnp/upnpstack/serviceframework/inc/upnpserviceliterals.h
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:38:08 +0100
branchCompilerCompatibility
changeset 8 92b4d337bbaf
parent 0 f5a58ecadc66
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

/** @file
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies  this distribution, and is available 
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Declares string definitions for service xml
*
*/


#ifndef UPNPSERVICELITERALS_H_
#define UPNPSERVICELITERALS_H_

_LIT8( KUpnpScpd,                    "scpd" );
_LIT8( KUpnpSpecVersion,             "specVersion" );
_LIT8( KUpnpActionList,              "actionList" );
_LIT8( KUpnpAction,                  "action" );
_LIT8( KUpnpName,                    "name" );
_LIT8( KUpnpArgumentList,            "argumentList" );
_LIT8( KUpnpArgument,                "argument" );
_LIT8( KUpnpDirection,               "direction" );
_LIT8( KUpnpRelatedStateVariable,    "relatedStateVariable" );
_LIT8( KUpnpIn,                      "in" );
_LIT8( KUpnpOut,                     "out" );
_LIT8( KUpnpRetval,                  "retval" );
_LIT8( KUpnpServiceStateTable,       "serviceStateTable" );
_LIT8( KUpnpStateVariable,           "stateVariable" );
_LIT8( KUpnpDataType,                "dataType" );
_LIT8( KUpnpDefaultValue,            "defaultValue" );
_LIT8( KUpnpSendEvents,              "sendEvents" );
_LIT8( KYes,                         "yes" );
_LIT8( KUpnpAllowedValueList,        "allowedValueList" );
_LIT8( KUpnpAllowedValue,            "allowedValue" );
_LIT8( KUpnpAllowedValueRange,       "allowedValueRange" );
_LIT8( KUpnpMinimum,                 "minimum" );
_LIT8( KUpnpMaximum,                 "maximum" );
_LIT8( KUpnpStep,                    "step" );
_LIT8( KServiceNamespaceUri,         "urn:schemas-upnp-org:service-1-0" );

#endif /*UPNPSERVICELITERALS_H_*/