genericopenlibs/openenvcore/backend/group/signalserver.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2008-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 // Name        : signalserver.mmp
       
    15 // Part of     : signal server
       
    16 // Project mmp file for Signal Server
       
    17 // 
       
    18 //
       
    19 
       
    20 TARGET      signalserver.exe
       
    21 
       
    22 //Add your platform security capabilities 
       
    23 
       
    24 CAPABILITY ProtServ
       
    25 
       
    26 TARGETTYPE  exe
       
    27 UID         0x1000008D 0x2001F3C8
       
    28 
       
    29 SOURCEPATH		../src/signalserver/server
       
    30 
       
    31 SOURCE			signalserver.cpp
       
    32 SOURCE			signalsession.cpp
       
    33 SOURCE			signalshutdown.cpp
       
    34 
       
    35 USERINCLUDE		../inc  
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY     euser.lib
       
    41 LIBRARY		c32.lib
       
    42 LIBRARY		rpipe.lib
       
    43 
       
    44 	
       
    45 
       
    46 
       
    47 SMPSAFE