genericopenlibs/openenvcore/backend/ipcserver/ipcsrv/group/ipcserver.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2007-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        : IpcServer.mmp
       
    15 // Part of     : libc/ IPC
       
    16 // This is a project specific file for building the IPC server.
       
    17 // 
       
    18 //
       
    19 
       
    20 TARGET          LibCIpcServer.exe
       
    21 TARGETTYPE      exe
       
    22 // TODO : Update uid with the unused UID.
       
    23 UID             0 0x10207370
       
    24 
       
    25 EPOCSTACKSIZE 0x10000
       
    26 
       
    27 //min (4KB) maximum(4MB)
       
    28 EPOCHEAPSIZE 0x1000 0x400000
       
    29 
       
    30 // Capability assignment
       
    31 CAPABILITY      ProtServ
       
    32 
       
    33 // Default vendor id
       
    34 VENDORID        0x101FB657
       
    35 VERSION 				1.0
       
    36 
       
    37 
       
    38 SOURCEPATH		../src
       
    39 SOURCE          shutdown.cpp
       
    40 SOURCE          ipcserver.cpp
       
    41 SOURCE          ipcsession.cpp messagequeue.cpp factory.cpp ipcutils.cpp
       
    42 SOURCE			sharedmem.cpp
       
    43 SOURCE 			semaphorequeue.cpp
       
    44 SOURCE          filesocketaddrmanager.cpp
       
    45 
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 
       
    53 
       
    54 SOURCEPATH   ../inc
       
    55 DOCUMENT     factory.dosc
       
    56 DOCUMENT     ipclimits.dosc
       
    57 DOCUMENT     ipcserver.dosc
       
    58 DOCUMENT     ipcsession.dosc
       
    59 DOCUMENT     messagequeue.dosc
       
    60 DOCUMENT     semaphorequeue.dosc
       
    61 DOCUMENT     ipcutils.dosc
       
    62 DOCUMENT     sharedmem.dosc
       
    63 DOCUMENT     shutdown.dosc
       
    64 
       
    65 
       
    66 
       
    67 
       
    68 SMPSAFE