upnp/upnpstack/serviceframework/inc/upnpserviceliterals.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:12:20 +0200
changeset 0 f5a58ecadc66
permissions -rw-r--r--
Revision: 201003

/** @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_*/