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 // APSERV.MMP for component APSERV |
|
19 // |
|
20 |
|
21 /** |
|
22 @file |
|
23 |
|
24 @SYMPurpose apserv.dll Apparc server |
|
25 */ |
|
26 |
|
27 |
|
28 target apserv.dll |
|
29 CAPABILITY All -Tcb |
|
30 targettype DLL |
|
31 UID 0x1000008D 0x10003A3E |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 SOURCEPATH ../apserv |
|
35 |
|
36 userinclude ../inc ../apparc |
|
37 userinclude ../apgrfx |
|
38 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 |
|
40 |
|
41 source APSSERV.CPP APSSES.CPP APSSTD.CPP APSSCAN.CPP |
|
42 source APSSTART.CPP APSRECCACHE.cpp APSRECUTIL.CPP |
|
43 source APSCONSTDATA.CPP |
|
44 source apsnnapps.cpp apsnnappupdates.cpp |
|
45 |
|
46 |
|
47 library euser.lib efsrv.lib apparc.lib apgrfx.lib apmime.lib fbscli.lib apfile.lib |
|
48 library estor.lib bafl.lib ws32.lib ecom.lib |
|
49 library aplist.lib |
|
50 |
|
51 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER |
|
52 |
|
53 deffile APSERV.DEF |
|
54 |
|
55 START WINS |
|
56 baseaddress 0x43700000 |
|
57 END |
|
58 |
|
59 START MARM |
|
60 END |
|
61 |
|
62 SMPSAFE |
|
63 |