equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2005-2009 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 the License "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: |
|
16 |
|
17 --> |
|
18 |
|
19 <tool name="imgcheck" description="ROM/ROFS Image Check Tool" version="1.2.2"> |
|
20 <properties> |
|
21 <property type="toolLogic" name="Path" value="$INSTDIR"/> |
|
22 </properties> |
|
23 <files> |
|
24 <file source="/epoc32/tools/imgcheck.exe" target="$INSTDIR\imgcheck"/> |
|
25 <file source="/tools/imgcheck/imgcheck.xsl" target="$INSTDIR\imgcheck"/> |
|
26 <file source="/tools/imgcheck/imgcheck.cmd" target="$INSTDIR"/> |
|
27 <file source="/tools/imgcheck/imgcheck.pl" target="$INSTDIR"/> |
|
28 </files> |
|
29 <dependencies> |
|
30 <dependency name="Sitk ImgCheck Documentation"/> |
|
31 </dependencies> |
|
32 </tool> |