upnp/upnpstack/serviceframework/inc/upnpdeviceliterals.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 device xml
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef UPNPDEVICELITERALS_H_
       
    20 #define UPNPDEVICELITERALS_H_
       
    21 
       
    22 _LIT8( KUpnpDeviceRoot,                  "root" );
       
    23 _LIT8( KUpnpDevice,                      "device" );
       
    24 #ifndef UPNPSERVICELITERALS_H_
       
    25 _LIT8( KUpnpSpecVersion,                 "specVersion" );
       
    26 #endif
       
    27 _LIT8( KUpnpURLBase,                     "URLBase" );
       
    28 _LIT8( KUpnpDeviceType,                  "deviceType" );
       
    29 _LIT8( KUpnpFriendlyName,                "friendlyName" );
       
    30 _LIT8( KUpnpManufacturer,                "manufacturer" );
       
    31 _LIT8( KUpnpManufacturerURL,             "manufacturerURL" );
       
    32 _LIT8( KUpnpModelDescription,            "modelDescription" );
       
    33 _LIT8( KUpnpModelName,                   "modelName" );
       
    34 _LIT8( KUpnpModelNumber,                 "modelNumber" );
       
    35 _LIT8( KUpnpModelURL,                    "modelURL" );
       
    36 _LIT8( KUpnpSerialNumber,                "serialNumber" );
       
    37 _LIT8( KUpnpUDN,                         "UDN" );
       
    38 _LIT8( KUpnpUPC,                         "UPC" );
       
    39 _LIT8( KUpnpIconList,                    "iconList" );
       
    40 _LIT8( KUpnpIcon,                        "icon" );
       
    41 _LIT8( KUpnpMimetype,                    "mimetype" );
       
    42 _LIT8( KUpnpWidth,                       "width" );
       
    43 _LIT8( KUpnpHeight,                      "height" );
       
    44 _LIT8( KUpnpDepth,                       "depth" );
       
    45 _LIT8( KUpnpUrl,                         "url" );
       
    46 _LIT8( KUpnpServiceList,                 "serviceList" );
       
    47 _LIT8( KUpnpService,                     "service" );
       
    48 _LIT8( KUpnpServiceType,                 "serviceType" );
       
    49 _LIT8( KUpnpServiceId,                   "serviceId" );
       
    50 _LIT8( KUpnpSCPDURL,                     "SCPDURL" );
       
    51 _LIT8( KUpnpControlURL,                  "controlURL" );
       
    52 _LIT8( KUpnpEventSubURL,                 "eventSubURL" );
       
    53 _LIT8( KUpnpDeviceList,                  "deviceList" );
       
    54 _LIT8( KUpnpPresentationURL,             "presentationURL" );
       
    55 _LIT8( KDeviceNamespaceUri,              "urn:schemas-upnp-org:device-1-0" );
       
    56 
       
    57 #endif /*UPNPDEVICELITERALS_H_*/