servicediscoveryandcontrol/pnp/test/upnp/upnputils/strings/UpnpStringConstants.st
changeset 0 f5a58ecadc66
child 5 8116cc943311
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 #
       
     2 # Copyright (c) 2008 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 the License "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:
       
    15 #
       
    16 fstringtable UPnP
       
    17 #
       
    18 #Standard tokens specified in UPnP Device Architecture
       
    19 EInfinite infinite
       
    20 ENS ns
       
    21 #
       
    22 #UPnP Headers
       
    23 ENTS NTS
       
    24 ENT NT
       
    25 EUSN USN
       
    26 EMX MX
       
    27 EST ST
       
    28 ETimeout Timeout
       
    29 ESEQ SEQ
       
    30 EMAN MAN
       
    31 ESoapAction SoapAction
       
    32 EExt Ext
       
    33 ESID SID
       
    34 ECallback Callback
       
    35 #
       
    36 #UPnP request methods
       
    37 ENotify NOTIFY
       
    38 EMSearch M-SEARCH
       
    39 EMPost M-POST
       
    40 ESubscribe SUBSCRIBE
       
    41 EUnsubscribe UNSUBSCRIBE
       
    42 #
       
    43 #Standard constants
       
    44 ETextXml text/xml
       
    45 EUtf8 utf-8
       
    46 EUpnpEvent upnp:event
       
    47 EUpnpPropChange upnp:propchange
       
    48 ESoapUrl http://schemas.xmlsoap.org/soap/envelope
       
    49 ESoapHeader 01-SOAPACTION
       
    50 ENsParam 01
       
    51 #
       
    52 #Standard response status codes
       
    53 ENotFound Not Found
       
    54 EBadRequest Bad request
       
    55 EInternalServerError Internal Server Error
       
    56 ENotImplemented Not Implemented
       
    57 EPreconditionFailed Precondition Failed
       
    58 EMethodNotAllowed Method Not Allowed
       
    59 EOk OK
       
    60 EUnsupportedMediaType Unsupported Media Type
       
    61 ERequestTimeout Request Timeout