localisation/apparchitecture/apparc/APPARC.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 // 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 systeminclude   /epoc32/include
       
    37 
       
    38 source          APACMDLN.CPP APAFLREC.CPP APAID.CPP APAMDR.CPP
       
    39 source          APASTD.CPP APPARC.CPP
       
    40 source          ApaAppServer.cpp
       
    41 source          ApaAppClient.cpp
       
    42 
       
    43 library         euser.lib efsrv.lib gdi.lib estor.lib 
       
    44 
       
    45 
       
    46 #if !defined(WINC)
       
    47 macro			USING_ECOM_RECOGS
       
    48 library         ecom.lib
       
    49 #endif
       
    50 
       
    51 deffile			APPARC_9_REMOVE_UI_FRAMEWORKS_V1.DEF
       
    52 
       
    53 START WINS
       
    54 	baseaddress	0x40000000
       
    55 END
       
    56 
       
    57 START MARM
       
    58 END