localisation/apparchitecture/group/APFILE.MMP
branchSymbian3
changeset 57 b8d18c84f71c
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 // APFILE.MMP for component APFILE
       
    19 //
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose apfile.dll Internal server helpers
       
    25 */
       
    26 
       
    27 
       
    28 target          apfile.dll
       
    29 CAPABILITY All -Tcb
       
    30 targettype      DLL
       
    31 UID		0x1000008D 0x10003A3B
       
    32 VENDORID 0x70000001
       
    33 
       
    34 SOURCEPATH	../apfile
       
    35 
       
    36 userinclude   ../inc
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
       
    40 
       
    41 source			APFREC.CPP APFSTD.CPP APRuleBased.CPP ApLaunchChecker.cpp apinstallationmonitor.cpp
       
    42 source			apfmimecontentpolicy.cpp
       
    43 
       
    44 library         euser.lib efsrv.lib apparc.lib apgrfx.lib bafl.lib apserv.lib ecom.lib 
       
    45 library			apmime.lib caf.lib
       
    46 library			centralrepository.lib
       
    47 
       
    48 
       
    49 START WINS
       
    50 	baseaddress	0x43000000
       
    51 END
       
    52 
       
    53 START MARM
       
    54 END
       
    55 
       
    56 // For the benefit of Eshell which cannot build a resource registration file
       
    57 START RESOURCE	eshell_reg.rss
       
    58 TARGETPATH	/private/10003a3f/apps
       
    59 END
       
    60 
       
    61 SMPSAFE