upnp/upnpstack/serviceframework/inc/upnpserviceliterals.h
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies  this distribution, and is available 
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Declares string definitions for service xml
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef UPNPSERVICELITERALS_H_
       
    20 #define UPNPSERVICELITERALS_H_
       
    21 
       
    22 _LIT8( KUpnpScpd,                    "scpd" );
       
    23 _LIT8( KUpnpSpecVersion,             "specVersion" );
       
    24 _LIT8( KUpnpActionList,              "actionList" );
       
    25 _LIT8( KUpnpAction,                  "action" );
       
    26 _LIT8( KUpnpName,                    "name" );
       
    27 _LIT8( KUpnpArgumentList,            "argumentList" );
       
    28 _LIT8( KUpnpArgument,                "argument" );
       
    29 _LIT8( KUpnpDirection,               "direction" );
       
    30 _LIT8( KUpnpRelatedStateVariable,    "relatedStateVariable" );
       
    31 _LIT8( KUpnpIn,                      "in" );
       
    32 _LIT8( KUpnpOut,                     "out" );
       
    33 _LIT8( KUpnpRetval,                  "retval" );
       
    34 _LIT8( KUpnpServiceStateTable,       "serviceStateTable" );
       
    35 _LIT8( KUpnpStateVariable,           "stateVariable" );
       
    36 _LIT8( KUpnpDataType,                "dataType" );
       
    37 _LIT8( KUpnpDefaultValue,            "defaultValue" );
       
    38 _LIT8( KUpnpSendEvents,              "sendEvents" );
       
    39 _LIT8( KYes,                         "yes" );
       
    40 _LIT8( KUpnpAllowedValueList,        "allowedValueList" );
       
    41 _LIT8( KUpnpAllowedValue,            "allowedValue" );
       
    42 _LIT8( KUpnpAllowedValueRange,       "allowedValueRange" );
       
    43 _LIT8( KUpnpMinimum,                 "minimum" );
       
    44 _LIT8( KUpnpMaximum,                 "maximum" );
       
    45 _LIT8( KUpnpStep,                    "step" );
       
    46 _LIT8( KServiceNamespaceUri,         "urn:schemas-upnp-org:service-1-0" );
       
    47 
       
    48 #endif /*UPNPSERVICELITERALS_H_*/