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 |
;*Languages
|
|
19 |
&EN
|
|
20 |
;
|
|
21 |
;*Standard SIS file header. This section specifies the package name,
|
|
22 |
;application UID, and version/build numbers. Add the package TYPE here if needed.
|
|
23 |
#{"syncmldmtest"},(0x101FB3E8),1,0,1;
|
|
24 |
;
|
|
25 |
|
|
26 |
;*Unique (Non-Localised) Vendor name
|
|
27 |
;This is used in combination with signing to prevent the unauthroized
|
|
28 |
;upgrade ofa a package by someone other than the rightful vendor.
|
|
29 |
:"Nokia"
|
|
30 |
|
|
31 |
;*Localized Vendor Name
|
|
32 |
;This specifies the localised vendor name(s) correspodning to language(s).
|
|
33 |
%{"Nokia Test EN"}
|
|
34 |
|
|
35 |
;*Files To Copy...<src> <destination>
|
|
36 |
"\epoc32\release\armv5\urel\syncmldmtest.dll" -"C:\sys\bin\syncmldmtest.dll"
|
|
37 |
"..\conf\syncmldmtest.cfg"-"C:\TestFramework\syncmldmtest.cfg"
|
|
38 |
"..\init\syncmldmtest.ini"-"C:\TestFramework\syncmldmtest.ini"
|