networksecurity/ipsec/ipsecpol/group/ipsecpol.mmp
changeset 0 af10295192d8
child 20 7e41d162e158
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-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 // IPSecPol.MMP - IPSec Policy Manager Server
       
    15 // IPSec Policy Manager Server
       
    16 // ipsecpol.exe Responsible for IPSec policy merging
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 //MACRO		TESTFLAG
       
    26 MACRO       EPOC_SDK=0x07000000
       
    27 
       
    28 TARGET          ipsecpol.exe
       
    29 TARGETTYPE      exe
       
    30 
       
    31 UID      0 0x01000000
       
    32 
       
    33 #include	<comms-infras/commsdebugutility.mmh>
       
    34  
       
    35 SOURCEPATH  ../src
       
    36 SOURCE          ipsecpolmanserver.cpp 
       
    37 SOURCE          ipsecpolmanconflict.cpp
       
    38 SOURCE          ipsecpolmanhandler.cpp
       
    39 SOURCE          ipsecpolmansession.cpp 
       
    40 SOURCE          secpolreader.cpp 
       
    41 SOURCE          ipsecpolmanutil.cpp 
       
    42 SOURCE          ipsecpolmanstarter.cpp
       
    43 SOURCE          autoloadlistitem.cpp
       
    44 
       
    45 SOURCEPATH      ../../cscommon/src
       
    46 SOURCE          srvstatic.cpp
       
    47 
       
    48 USERINCLUDE ../inc
       
    49 USERINCLUDE ../../ipsecpolparser/inc
       
    50 USERINCLUDE     ../../cscommon/inc
       
    51 
       
    52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    53 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib efsrv.lib
       
    56 LIBRARY         ipsecpolparser.lib esock.lib insock.lib
       
    57 
       
    58 VENDORID 0x70000001
       
    59 CAPABILITY  ProtServ NetworkControl
       
    60 
       
    61 UNPAGED
       
    62 
       
    63 SMPSAFE