localisation/apparchitecture/group/APPARC.MMP
branchSymbian3
changeset 57 b8d18c84f71c
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
       
     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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 //
       
    18 // APPARC.MMP for component APPARC
       
    19 //
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose apparc.dll Application apparc base classes
       
    25 */
       
    26 
       
    27 
       
    28 target          apparc.dll
       
    29 CAPABILITY All -Tcb
       
    30 targettype      DLL
       
    31 UID		0x1000008D 0x10003A3D
       
    32 VENDORID 0x70000001
       
    33 
       
    34 SOURCEPATH	../apparc
       
    35 userinclude		../inc
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 source          APACMDLN.CPP APAFLREC.CPP APAID.CPP APADBASE.CPP APAMDR.CPP
       
    39 source          APASTD.CPP APPARC.CPP apaapp.cpp apadoc.cpp apaproc.cpp
       
    40 source          ApaAppServer.cpp
       
    41 source          ApaAppClient.cpp
       
    42 
       
    43 library         euser.lib efsrv.lib gdi.lib estor.lib ecom.lib
       
    44 library		apmime.lib	// TDataTypeWithPriority referenced from TApaAppServiceInfo
       
    45 
       
    46 START WINS
       
    47 	baseaddress	0x40000000
       
    48 END
       
    49 
       
    50 START MARM
       
    51 END
       
    52 
       
    53 SMPSAFE