omadrm/drmengine/ro/inc/DrmRel1_0StringDict00TagTable.h
changeset 0 95b198f216e5
child 18 8a03a285ab14
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // Autogenerated from \epoc32\build\generated\Xml\DrmRel1_0StringDict00TagTable.st by the stringtable tool - Do not edit
       
    21 
       
    22 #ifndef STRINGTABLE_DrmRel1_0StringDict00TagTable
       
    23 #define STRINGTABLE_DrmRel1_0StringDict00TagTable
       
    24 
       
    25 #include "StringPool.h"
       
    26 
       
    27 struct TStringTable;
       
    28 
       
    29 /** A String table */
       
    30 class DrmRel1_0StringDict00TagTable 
       
    31 	{
       
    32 public:
       
    33 	enum TStrings
       
    34 		{
       
    35 		// Element names
       
    36 		// CodePage 00
       
    37 		/** rights */
       
    38 		ERights,
       
    39 		/** context */
       
    40 		EContext,
       
    41 		/** version */
       
    42 		EVersion,
       
    43 		/** uid */
       
    44 		EUid,
       
    45 		/** agreement */
       
    46 		EAgreement,
       
    47 		/** asset */
       
    48 		EAsset,
       
    49 		/** KeyInfo */
       
    50 		EKeyInfo,
       
    51 		/** KeyValue */
       
    52 		EKeyValue,
       
    53 		/** permission */
       
    54 		EPermission,
       
    55 		/** play */
       
    56 		EPlay,
       
    57 		/** display */
       
    58 		EDisplay,
       
    59 		/** execute */
       
    60 		EExecute,
       
    61 		/** print */
       
    62 		EPrint,
       
    63 		/** constraint */
       
    64 		EConstraint,
       
    65 		/** count */
       
    66 		ECount,
       
    67 		/** datetime */
       
    68 		EDateTime,
       
    69 		/** start */
       
    70 		EStart,
       
    71 		/** end */
       
    72 		EEnd,
       
    73 		/** interval */
       
    74 		EInterval,
       
    75 		/** -//OMA//DTD DRMREL 1.0//EN */
       
    76 		EUri,
       
    77 		/** 14~0 */
       
    78 		EPublicId,
       
    79 		/** -//OMA//DTD DRMREL 1.0//EN~0 */
       
    80 		EFormalPublicId
       
    81 		};
       
    82 	static const TStringTable Table;	
       
    83 	};
       
    84 
       
    85 #endif // STRINGTABLE_DrmRel1_0StringDict00TagTable
       
    86