44
|
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 syncmldstest.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 syncmldstest.def
|
|
34 |
|
|
35 |
SOURCEPATH ../src
|
|
36 |
SOURCE dmatest.cpp
|
|
37 |
SOURCE TestDmDDFObject.cpp
|
|
38 |
SOURCE syncmldstest.cpp
|
|
39 |
SOURCE syncmldstestBlocks.cpp
|
|
40 |
|
|
41 |
|
|
42 |
USERINCLUDE ../inc
|
|
43 |
USERINCLUDE ../../inc
|
|
44 |
|
|
45 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
46 |
APP_LAYER_SYSTEMINCLUDE
|
|
47 |
|
|
48 |
|
|
49 |
LIBRARY apgrfx.lib apmime.lib
|
|
50 |
LIBRARY euser.lib ecom.lib
|
|
51 |
LIBRARY stiftestinterface.lib
|
|
52 |
LIBRARY stiftestengine.lib
|
|
53 |
LIBRARY efsrv.lib
|
|
54 |
LIBRARY estor.lib
|
|
55 |
LIBRARY SWInstCli.lib
|
|
56 |
|
|
57 |
LANG SC
|
|
58 |
|
|
59 |
|
|
60 |
|
|
61 |
SMPSAFE
|
|
62 |
// End of File
|
|
63 |
|