upnpsharing/upnpsecurity/group/upnpsecurityuids.h
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: UID definitions for UpnpSecurity components MMP and code
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef UPNPSECURITYUIDS_H
       
    19 #define UPNPSECURITYUIDS_H
       
    20 
       
    21 // Module UIDs
       
    22 #define KUpnpSecurityDllUid3            0x10208A48
       
    23 
       
    24 // Generic Symbian UID definitions 
       
    25 #define KGenericDllUid2                 0x1000008D  // For normal DLLs
       
    26 #define KGenericPluginUid2              0x10009D8D  // For ECom plugins
       
    27 
       
    28 // UPnP Security Manager interface UUID from upnpsecuritymanager.h
       
    29 #define KUpnpSecurityManagerPluginInterfaceUid          0x101F977E
       
    30 
       
    31 // UPnP Security Manager DLL and implementation UUIDs
       
    32 #define KUpnpSecurityManagerPluginDllUid                0x200075D5
       
    33 #define KUpnpSecurityManagerPluginImplementationUid     0x200075D6
       
    34 
       
    35 #endif // UPNPSECURITYUIDS_H
       
    36 
       
    37 // End of File