omadm/omadmappui/tsrc/group/ui_dmui.pkg
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 ;
       
     2 ; Copyright (c) 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 "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 UI component
       
    15 ; 	This is part of omadmappui.
       
    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 #{"ui_dmui"},(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\ui_dmui.dll" -"C:\sys\bin\ui_dmui.dll"
       
    37 "..\conf\tcConnSet.cfg" -"C:\TestFramework\tcConnSet.cfg"
       
    38 "..\conf\ui_dmui.cfg" -"C:\TestFramework\ui_dmui.cfg"
       
    39 "..\init\ui_dmui.ini" -"C:\TestFramework\TestFramework.ini"