00001 /* 00002 * ============================================================================ 00003 * Name : cmpluginhscsddef.h 00004 * Part of : Networking Utilities / Connection Method Manager 00005 * Description : Resource headers for HSCSD Plugin. 00006 * Version : %version: % 00007 * 00008 * Copyright © 2006 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================ 00017 */ 00018 #ifndef CMPLUGINHSCSDDEF_H 00019 #define CMPLUGINHSCSDDEF_H 00020 00022 const TUint KUidHSCSDBearerType = 0x10281BB8; 00023 00024 namespace CMManager 00025 { 00029 enum TConnectionMethodHscsdSpecificAttributes 00030 { 00031 EPluginHSCSDAttribStart = 20000, 00036 EHscsdChannelCoding = 20100, 00043 EHscsdAiur = 20101, 00050 EHscsdRequestedTimeSlots = 20102, 00056 EHscsdMaximumTimeSlots = 20103, 00062 EHscsdAsymmetry = 20104, 00068 EHscsdUserInitUpgrade = 20105, 00073 EPluginHSCSDAttribRangeMax = 29999 00076 }; 00077 } // namespace CMManager 00078 00079 // CMPLUGINHSCSDDEF_H 00080 #endif