57
|
1 |
/*TYPE TESTCLASS*/
|
|
2 |
/*
|
|
3 |
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
4 |
* All rights reserved.
|
|
5 |
* This component and the accompanying materials are made available
|
|
6 |
* under the terms of "Eclipse Public License v1.0"
|
|
7 |
* which accompanies this distribution, and is available
|
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
9 |
*
|
|
10 |
* Initial Contributors:
|
|
11 |
* Nokia Corporation - initial contribution.
|
|
12 |
*
|
|
13 |
* Contributors:
|
|
14 |
*
|
|
15 |
* Description: MMP file for STIF Test Framework's TestScripter
|
|
16 |
* testclass test module.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
// %version: 2 %
|
|
21 |
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
|
|
24 |
SMPSAFE
|
|
25 |
EPOCALLOWDLLDATA
|
|
26 |
|
|
27 |
TARGET VcxMyVideosMdsDbTest.dll
|
|
28 |
TARGETTYPE dll
|
|
29 |
UID 0x1000008D 0x101FB3E3
|
|
30 |
|
|
31 |
CAPABILITY ALL -TCB
|
|
32 |
/* Remove comments and replace 0x00000000 with correct vendor id */
|
|
33 |
// VENDORID 0x00000000
|
|
34 |
/* Remove comments and replace 0x00000000 with correct secure id */
|
|
35 |
// SECUREID 0x00000000
|
|
36 |
|
|
37 |
//TARGETPATH ?target_path
|
|
38 |
DEFFILE VcxMyVideosMdsDbTest.def
|
|
39 |
|
|
40 |
USERINCLUDE ../inc
|
|
41 |
USERINCLUDE ../../../inc
|
|
42 |
USERINCLUDE ../../../../../inc
|
|
43 |
|
|
44 |
OS_LAYER_SYSTEMINCLUDE
|
|
45 |
|
|
46 |
SOURCEPATH ../src
|
|
47 |
|
|
48 |
SOURCE VcxMyVideosMdsDbTest.cpp
|
|
49 |
SOURCE VcxMyVideosMdsDbTestBlocks.cpp
|
|
50 |
SOURCE vcxmyvideoscollectionutil.cpp
|
|
51 |
SOURCE mdesession.cpp
|
|
52 |
SOURCE mdesessionimpl.cpp
|
|
53 |
SOURCE mdeobjectdef.cpp
|
|
54 |
SOURCE mdeproperty.cpp
|
|
55 |
SOURCE mdepropertydef.cpp
|
|
56 |
SOURCE mdeobject.cpp
|
|
57 |
SOURCE mdenamespacedef.cpp
|
|
58 |
SOURCE mdequery.cpp
|
|
59 |
SOURCE mdeobjectquery.cpp
|
|
60 |
SOURCE mdeitem.cpp
|
|
61 |
SOURCE mdeinstanceitem.cpp
|
|
62 |
SOURCE mdeorderrule.cpp
|
|
63 |
SOURCE vcxmyvideosmdscmdqueue.cpp
|
|
64 |
SOURCE vcxmyvideosmdsalbums.cpp
|
|
65 |
|
|
66 |
SOURCEPATH ../../../src
|
|
67 |
SOURCE vcxmyvideosmdsdb.cpp
|
|
68 |
|
|
69 |
APP_LAYER_SYSTEMINCLUDE
|
|
70 |
|
|
71 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
|
72 |
OS_LAYER_STDCPP_SYSTEMINCLUDE
|
|
73 |
OS_LAYER_BOOST_SYSTEMINCLUDE
|
|
74 |
|
|
75 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
76 |
LIBRARY euser.lib
|
|
77 |
LIBRARY ecom.lib
|
|
78 |
LIBRARY estor.lib
|
|
79 |
LIBRARY mpxcommon.lib
|
|
80 |
LIBRARY bafl.lib
|
|
81 |
LIBRARY flogger.lib
|
|
82 |
LIBRARY efsrv.lib
|
|
83 |
LIBRARY charconv.lib
|
|
84 |
LIBRARY stiftestinterface.lib
|
|
85 |
LIBRARY stiftestengine.lib
|
|
86 |
|
|
87 |
LANG SC
|
|
88 |
|
|
89 |
|
|
90 |
// End of File
|