equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2008 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 DM adapter test component |
|
15 * This is part of omadmextensions/adapter test application. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET syncmldm12test.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008D 0x101FB3E3 |
|
27 |
|
28 CAPABILITY ALL -TCB |
|
29 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
30 // VENDORID 0x00000000 |
|
31 |
|
32 //TARGETPATH ?target_path |
|
33 DEFFILE syncmldm12test.def |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE dmatest.cpp |
|
37 SOURCE TestDmDDFObject.cpp |
|
38 SOURCE syncmldm12test.cpp |
|
39 SOURCE syncmldm12testBlocks.cpp |
|
40 |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../inc |
|
44 |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 SYSTEMINCLUDE /epoc32/include/ecom |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 LIBRARY apgrfx.lib apmime.lib |
|
52 LIBRARY euser.lib ecom.lib |
|
53 LIBRARY stiftestinterface.lib |
|
54 LIBRARY stiftestengine.lib |
|
55 LIBRARY efsrv.lib |
|
56 LIBRARY estor.lib |
|
57 LIBRARY SWInstCli.lib |
|
58 |
|
59 LANG SC |
|
60 |
|
61 |
|
62 |
|
63 SMPSAFE |
|
64 // End of File |
|
65 |
|