localisation/apparchitecture/apfile/APFILE.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 // 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 systeminclude   /epoc32/include
       
    38 
       
    39 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
       
    40 
       
    41 source			APFREC.CPP APFSTD.CPP aprfndr.cpp APRuleBased.CPP ApLaunchChecker.cpp ApSidChecker.cpp apuninstallmonitor.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 
       
    47 #if !defined(WINC)
       
    48 macro			USING_ECOM_RECOGS
       
    49 #endif
       
    50 
       
    51 #if defined(SYMBIAN_APPARC_APPINFO_CACHE)
       
    52 deffile			APFILE_UI_FRAMEWORKS.DEF
       
    53 #else
       
    54 deffile			APFILE_9_REMOVE_UI_FRAMEWORKS_V1.DEF
       
    55 #endif
       
    56 
       
    57 
       
    58 START RESOURCE ../apfile/apfmimecontentpolicy.rss
       
    59 HEADER  
       
    60 TARGETPATH   /resource/apps
       
    61 END
       
    62 
       
    63 START WINS
       
    64 	baseaddress	0x43000000
       
    65 END
       
    66 
       
    67 START MARM
       
    68 END
       
    69 
       
    70 // For the benefit of Eshell which cannot build a resource registration file
       
    71 START RESOURCE	eshell_reg.rss
       
    72 TARGETPATH	/private/10003a3f/apps
       
    73 END
       
    74