--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/upnpsharing/upnpsecurity/group/upnpsecurityuids.h Thu Dec 17 08:52:00 2009 +0200
@@ -0,0 +1,37 @@
+/*
+* 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