Fixed "extra qualification" syntax errors.
/** @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 device xml
*
*/
#ifndef UPNPDEVICELITERALS_H_
#define UPNPDEVICELITERALS_H_
_LIT8( KUpnpDeviceRoot, "root" );
_LIT8( KUpnpDevice, "device" );
#ifndef UPNPSERVICELITERALS_H_
_LIT8( KUpnpSpecVersion, "specVersion" );
#endif
_LIT8( KUpnpURLBase, "URLBase" );
_LIT8( KUpnpDeviceType, "deviceType" );
_LIT8( KUpnpFriendlyName, "friendlyName" );
_LIT8( KUpnpManufacturer, "manufacturer" );
_LIT8( KUpnpManufacturerURL, "manufacturerURL" );
_LIT8( KUpnpModelDescription, "modelDescription" );
_LIT8( KUpnpModelName, "modelName" );
_LIT8( KUpnpModelNumber, "modelNumber" );
_LIT8( KUpnpModelURL, "modelURL" );
_LIT8( KUpnpSerialNumber, "serialNumber" );
_LIT8( KUpnpUDN, "UDN" );
_LIT8( KUpnpUPC, "UPC" );
_LIT8( KUpnpIconList, "iconList" );
_LIT8( KUpnpIcon, "icon" );
_LIT8( KUpnpMimetype, "mimetype" );
_LIT8( KUpnpWidth, "width" );
_LIT8( KUpnpHeight, "height" );
_LIT8( KUpnpDepth, "depth" );
_LIT8( KUpnpUrl, "url" );
_LIT8( KUpnpServiceList, "serviceList" );
_LIT8( KUpnpService, "service" );
_LIT8( KUpnpServiceType, "serviceType" );
_LIT8( KUpnpServiceId, "serviceId" );
_LIT8( KUpnpSCPDURL, "SCPDURL" );
_LIT8( KUpnpControlURL, "controlURL" );
_LIT8( KUpnpEventSubURL, "eventSubURL" );
_LIT8( KUpnpDeviceList, "deviceList" );
_LIT8( KUpnpPresentationURL, "presentationURL" );
_LIT8( KDeviceNamespaceUri, "urn:schemas-upnp-org:device-1-0" );
#endif /*UPNPDEVICELITERALS_H_*/