localisation/apparchitecture/apsexe/APSEXE.MMP
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 //
       
    18 // APSEXE.MMP server launch code for AppArc server
       
    19 //
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose apsexe.dll Apparc server stub
       
    25 */
       
    26 target          apsexe.exe
       
    27 targettype      EXE
       
    28 CAPABILITY ProtServ
       
    29 
       
    30 UID		0x1000008D 0x10003A3F
       
    31 VENDORID 0x70000001
       
    32 
       
    33 SOURCEPATH	../apsexe
       
    34 
       
    35 userinclude		../inc
       
    36 systeminclude   /epoc32/include
       
    37 
       
    38 source			APSMAIN.CPP
       
    39 
       
    40 library  euser.lib  apserv.lib
       
    41 
       
    42 
       
    43 // Apparc server need extra stack as it has a lot of
       
    44 // filenames and parse objects on stack from time to time
       
    45 epocstacksize	0x3000