contentmgmt/referencedrmagent/RefTestAgent/RTAParser/tags.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 14:32:46 +0300
changeset 66 8873e6835f7b
parent 8 35751d3474b7
permissions -rw-r--r--
Revision: 201021 Kit: 2010121

/*
* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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: 
*
*/


/**
 @file
 @internalComponent
 @released
*/


#ifndef __TAGS_H__
#define __TAGS_H__

namespace ReferenceTestAgent
	{
	// XML tags
	_LIT8(KContainerTag, "container");
	_LIT8(KContentTag, "content");
	_LIT8(KUniqueIdTag, "uniqueid");
	_LIT8(KNameTag, "name");
	_LIT8(KAttributeTag, "attribute");
	_LIT8(KStringAttributeTag, "stringattribute");
	_LIT8(KFileNameTag, "filename");
	_LIT8(KCidTag, "cid");
	_LIT8(KDrmFileTag, "drmfiles");
	_LIT8(KDrmRightsTag, "drmrights");
	_LIT8(KRightsTag, "rights");
	_LIT8(KIntentTag, "intent");
	_LIT8(KCountTag, "count");
	_LIT8(KPendingTag, "pending");
	_LIT8(KForwardLockTag, "forwardlock");
	_LIT8(KTypeTag, "type");
	_LIT8(KExpiryTag, "expiry");
	_LIT8(KDayTag, "day");
	_LIT8(KMonthTag, "month");	
	_LIT8(KYearTag, "year");
	}

#endif