equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: Implementation of applicationmanagement components |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET amtest.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E3 |
|
25 CAPABILITY ALL -TCB |
|
26 |
|
27 //TARGETPATH |
|
28 DEFFILE amtest.def |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE dmatest.cpp |
|
32 SOURCE TestDmDDFObject.cpp |
|
33 SOURCE amtest.cpp |
|
34 SOURCE amtestBlocks.cpp |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../../../inc |
|
38 |
|
39 |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include |
|
42 |
|
43 SYSTEMINCLUDE /epoc32/include/ecom |
|
44 #ifdef __TARM_SYMBIAN_CONVERGENCY |
|
45 SYSTEMINCLUDE /epoc32/include/devman |
|
46 #else |
|
47 // nothing |
|
48 #endif |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY stiftestinterface.lib |
|
52 LIBRARY ApplicationManagement.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY SWInstCli.lib |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY apgrfx.lib |
|
57 LIBRARY apmime.lib |
|
58 LIBRARY estor.lib |
|
59 |
|
60 LANG SC |
|
61 |
|
62 |
|
63 |
|
64 SMPSAFE |
|
65 // End of File |
|
66 |