omadrm/drmengine/utils/inc/drmrel2_1stringdict00attributetable.h
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     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:  String Dictionary for OMA 2.1 Drm
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Autogenerated from epoc32\build\generated\Xml\DrmRel2_1StringDict00AttributeTable.st by the stringtable tool - Do not edit
       
    20 
       
    21 #ifndef STRINGTABLE_DrmRel2_1StringDict00AttributeTable
       
    22 #define STRINGTABLE_DrmRel2_1StringDict00AttributeTable
       
    23 
       
    24 #include "stringpool.h"
       
    25 
       
    26 struct TStringTable;
       
    27 
       
    28 /** A String table */
       
    29 class DrmRel2_1StringDict00AttributeTable 
       
    30 	{
       
    31 public:
       
    32 	enum TStrings
       
    33 		{
       
    34 		// Element names
       
    35 		// CodePage 00
       
    36 		/** xsi:type */
       
    37 		EXsiType,
       
    38 		/** xmlns:roap */
       
    39 		EXmlnsRoap,
       
    40 		/** xmlns:xsi */
       
    41 		EXmlnsXsi,
       
    42 		/** xmlns:xenc */
       
    43 		EXmlnsXenc,
       
    44 		/** xmlns:ds */
       
    45 		EXmlnsDs,
       
    46 		/** xmlns:o-ex */
       
    47 		EXmlnsOex,
       
    48 		/** xmlns:o-dd */
       
    49 		EXmlnsOdd,
       
    50 		/** xmlns:oma-dd */
       
    51 		EXmlnsOmadd,
       
    52 		/** version */
       
    53 		EVersion,
       
    54 		/** proxy */
       
    55 		EProxy,
       
    56 		/** id */
       
    57 		EId,
       
    58 		/** Id */
       
    59 		EId2,
       
    60 		/** algorithm */
       
    61 		ELCAlgorithm,
       
    62 		/** Algorithm */
       
    63 		EHCAlgorithm,
       
    64 		/** URI */
       
    65 		EUri,
       
    66 		/** type */
       
    67 		EType
       
    68 		};
       
    69 	static const TStringTable Table;	
       
    70 	};
       
    71 
       
    72 #endif // STRINGTABLE_DrmRel2_1StringDict00AttributeTable
       
    73