kernel/eka/drivers/hcr/hcr_hai.h
changeset 90 947f0dc9f7a8
parent 36 538db54a451d
child 109 b3a1d9898418
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   333 */
   333 */
   334 #define HCR_FLAGS_NONE		HCR::EPropUndefined
   334 #define HCR_FLAGS_NONE		HCR::EPropUndefined
   335 
   335 
   336 /**
   336 /**
   337 Global macro for use in setting the length attribute of a SSettingC 
   337 Global macro for use in setting the length attribute of a SSettingC 
   338 instance in the PSL compiled repository static data.
   338 instance in the PSL compiled repository static data. Used when the setting is
       
   339 a word sized setting and the size field is Not Applicable. Not to be used 
       
   340 for large data settings i.e. where size > 4bytes, i.e. type > 0xffff.
   339 
   341 
   340 @see HCR::MVariant
   342 @see HCR::MVariant
   341 @see HCR::SRepositoryCompiled
   343 @see HCR::SRepositoryCompiled
   342 */
   344 */
   343 #define HCR_LEN_NA			0x0000
   345 #define HCR_LEN_NA			0x0000