equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 the License "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 * imgcheck.mmp |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 TARGET unittestimgcheck.exe |
|
21 TARGETTYPE exe |
|
22 |
|
23 SOURCEPATH ..\..\src |
|
24 SOURCE dbgflagchecker.cpp cmdlinehandler.cpp depchecker.cpp hash.cpp |
|
25 SOURCE imgcheckmanager.cpp sidchecker.cpp vidchecker.cpp common.cpp checker.cpp reporter.cpp |
|
26 SOURCE exceptionimplementation.cpp exceptionreporter.cpp |
|
27 SOURCE cmdlinewriter.cpp xmlwriter.cpp |
|
28 SOURCEPATH . |
|
29 SOURCE main.cpp cmdlinehandletest.cpp imagecheckertest.cpp dbgflagchecktest.cpp e32inputnochecktest.cpp misc.cpp |
|
30 USERINCLUDE ..\..\inc ..\..\libimgutils\inc |
|
31 |
|
32 SYSTEMINCLUDE \src\cppunit-1.12.1\include \src\cppunit-1.12.1\include\cppunit |
|
33 SYSTEMINCLUDE \epoc32\include ..\..\libxml ..\.. |
|
34 SYSTEMINCLUDE \src\cedar\generic\tools\e32tools\inc \src\cedar\generic\tools\e32tools\rofsbuild |
|
35 |
|
36 STATICLIBRARY imgutils xml2 wsock32 stlport.5.1 cppunit |
|
37 |
|
38 option GCC -w |
|
39 |
|
40 MACRO CPPUNIT_HAVE_SSTREAM |