omadrm/drmengine/utils/inc/drmrel2_1stringdict00attributevaluetable.h
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2007 - 2008 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 DrmRel2_1StringDict00AttributeValueTable.st by the stringtable tool - Do not edit
       
    20 
       
    21 #ifndef STRINGTABLE_DrmRel2_1StringDict00AttributeValueTable
       
    22 #define STRINGTABLE_DrmRel2_1StringDict00AttributeValueTable
       
    23 
       
    24 #include <stringpool.h>
       
    25 
       
    26 struct TStringTable;
       
    27 
       
    28 /** A String table */
       
    29 class DrmRel2_1StringDict00AttributeValueTable 
       
    30 	{
       
    31 public:
       
    32 	enum TStrings
       
    33 		{
       
    34 		// Element names
       
    35 		// CodePage 00
       
    36 		/**  */
       
    37 		EXsiTypeValue,
       
    38 		/**  */
       
    39 		EXmlnsRoapValue,
       
    40 		/**  */
       
    41 		EXmlnsXsiValue,
       
    42 		/**  */
       
    43 		EXmlnsXencValue,
       
    44 		/**  */
       
    45 		EXmlnsDsValue,
       
    46 		/**  */
       
    47 		EXmlnsOexValue,
       
    48 		/**  */
       
    49 		EXmlnsOddValue,
       
    50 		/**  */
       
    51 		EXmlnsOmaddValue,
       
    52 		/**  */
       
    53 		EVersionValue,
       
    54 		/**  */
       
    55 		EProxyValue,
       
    56 		/**  */
       
    57 		EIdValue,
       
    58 		/**  */
       
    59 		EId2Value,
       
    60 		/**  */
       
    61 		ELCAlgorithmValue,
       
    62 		/**  */
       
    63 		EHCAlgorithmValue,
       
    64 		/**  */
       
    65 		EUriValue,
       
    66 		/**  */
       
    67 		ETypeValue,
       
    68 		/** urn:oma:bac:dldrm:roap-1.0 */
       
    69 		EUrn,
       
    70 		/** http://odrl.net/1.1/ODRL-EX */
       
    71 		EOdrlEx,
       
    72 		/** http://odrl.net/1.1/ODRL-DD */
       
    73 		EOdrlDd,
       
    74 		/** http://www.openmobilealliance.com/oma-dd */
       
    75 		EOmaDd,
       
    76 		/** http://www.w3.org/2000/09/xmldsig# */
       
    77 		EXmldSig,
       
    78 		/** http://www.w3.org/2001/04/xmlenc# */
       
    79 		EXmlEnc,
       
    80 		/** http://www.w3.org/2001/XMLSchema-instance */
       
    81 		EXmlSchema,
       
    82 		/** roap:X509SPKIHash */
       
    83 		ERoapX509SPKIHashValue,
       
    84 		/** http://www.w3.org/2000/09/xmldsig#sha1 */
       
    85 		EXmldSigSha1,
       
    86 		/** http://www.w3.org/2001/10/xml-exc-c14n# */
       
    87 		EXmlExcC14,
       
    88 		/** http://www.w3.org/2000/09/xmldsig#hmac-sha1 */
       
    89 		EXmldSigHmacSha1,
       
    90 		/** 1.1 */
       
    91 		EVersion1,
       
    92 		/** 2.0 */
       
    93 		EVersion2,
       
    94 		/** 2.1 */
       
    95 		EVersion21,
       
    96 		/** identificationRequest */
       
    97 		EIdentificationRequest,
       
    98 		/** roUploadRequest */
       
    99 		ERoUploadRequest,
       
   100 		/** meteringReport */
       
   101 		EMeteringReport,
       
   102 		/** leaveDomain */
       
   103 		ELeaveDomainValue
       
   104 		};
       
   105 	static const TStringTable Table;	
       
   106 	};
       
   107 
       
   108 #endif // STRINGTABLE_DrmRel2_1StringDict00AttributeValueTable
       
   109