messagingfw/wappushfw/plugins/group/PushSecurity.mmp
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // pushsecurity.dll The HTTP Security plug-in dll
       
    15 // 101f3e57.rsc Registry file for WapPush Security interface PushSecurity.dll
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET pushsecurity.dll
       
    25 TARGETTYPE plugin
       
    26 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
       
    27 
       
    28 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidPushSecurityPlugin)
       
    29 UID				0x10009D8D 0x101F3E57
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../PushSecurity
       
    33 SOURCE			CGTPushSecurityPolicy.cpp PushSecurityGroupProxy.cpp PushSecurityMain.cpp
       
    34 
       
    35 USERINCLUDE     ../PushSecurity ../inc ../../pushwatcher/inc
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 LIBRARY         euser.lib ecom.lib
       
    39 
       
    40 
       
    41 start resource 101F3E57.rss
       
    42 #ifdef SYMBIAN_SECURE_ECOM
       
    43 TARGET pushsecurity.rsc
       
    44 #endif
       
    45 end
       
    46 
       
    47 
       
    48 
       
    49 
       
    50 SMPSAFE