--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/upnp/upnpstack/serviceframework/inc/upnpserviceliterals.h Tue Feb 02 01:12:20 2010 +0200
@@ -0,0 +1,48 @@
+/** @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_*/