williamr@2: /* williamr@2: * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). williamr@2: * All rights reserved. williamr@2: * This component and the accompanying materials are made available williamr@2: * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members williamr@2: * which accompanies this distribution, and is available williamr@2: * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". williamr@2: * williamr@2: * Initial Contributors: williamr@2: * Nokia Corporation - initial contribution. williamr@2: * williamr@2: * Contributors: williamr@2: * williamr@2: * Description: Embedded destination attribute descriptor header. williamr@2: * williamr@2: */ williamr@2: williamr@2: #ifndef CMEMBEDDEDDESTINATION_H williamr@2: #define CMEMBEDDEDDESTINATION_H williamr@2: williamr@2: // Bearer type of the embedded destination williamr@2: /** ECOM interface UID */ williamr@2: const TUint KUidEmbeddedDestination = 0x10207379; williamr@2: williamr@2: // Embedded destination plugin has no special attribute. Call ::Destination() williamr@2: // function of interface class to get destination object. williamr@2: // The following common attribute are supported: williamr@2: // - ECmBearerType (read-only) williamr@2: // - ECmName, (read/write) williamr@2: // - ECmIapId (returns destination Id! read-only) williamr@2: // - ECmCoverage (always return EFalse. read-only) williamr@2: // - ECmProtected (read/write) williamr@2: // - ECmDestination (always return ETrue. read-only) williamr@2: // - ECmHidden (read/write) williamr@2: // - ECmDefaultPriority (read-only) williamr@2: williamr@2: #endif // CMEMBEDDEDDESTINATION_H