equal
deleted
inserted
replaced
|
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 // 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 |
|
47 |
|
48 START RESOURCE ../apfile/apfmimecontentpolicy.rss |
|
49 HEADER |
|
50 TARGETPATH /resource/apps |
|
51 END |
|
52 |
|
53 START WINS |
|
54 baseaddress 0x43000000 |
|
55 END |
|
56 |
|
57 START MARM |
|
58 END |
|
59 |
|
60 // For the benefit of Eshell which cannot build a resource registration file |
|
61 START RESOURCE eshell_reg.rss |
|
62 TARGETPATH /private/10003a3f/apps |
|
63 END |
|
64 |
|
65 SMPSAFE |