upnpsharing/upnpsecurity/group/upnpsecurityuids.h
author Sampo Huttunen <sampo.huttunen@nokia.com>
Wed, 03 Nov 2010 12:18:00 +0200
branchIOP_Improvements
changeset 41 b4d83ea1d6e2
parent 0 7f85d04be362
permissions -rw-r--r--
Added comments to the example application

/*
* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: UID definitions for UpnpSecurity components MMP and code
*
*/

#ifndef UPNPSECURITYUIDS_H
#define UPNPSECURITYUIDS_H

// Module UIDs
#define KUpnpSecurityDllUid3            0x10208A48

// Generic Symbian UID definitions 
#define KGenericDllUid2                 0x1000008D  // For normal DLLs
#define KGenericPluginUid2              0x10009D8D  // For ECom plugins

// UPnP Security Manager interface UUID from upnpsecuritymanager.h
#define KUpnpSecurityManagerPluginInterfaceUid          0x101F977E

// UPnP Security Manager DLL and implementation UUIDs
#define KUpnpSecurityManagerPluginDllUid                0x200075D5
#define KUpnpSecurityManagerPluginImplementationUid     0x200075D6

#endif // UPNPSECURITYUIDS_H

// End of File