os/ossrv/ofdbus/install/dbus.pkg
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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: 
    15 ;
    16 &EN
    17 ;
    18 ;*Standard SIS file header. This section specifies the package name,
    19 ;application UID, and version/build numbers. Add the package TYPE here if needed.
    20 #{"DBus"},(0x20010153),1,0,0, TYPE = SA
    21 ;
    22 
    23 ;*Unique (Non-Localised) Vendor name
    24 ;This is used in combination with signing to prevent the unauthroized
    25 ;upgrade ofa a package by someone other than the rightful vendor.
    26 :""
    27 
    28 ;*Localized Vendor Name
    29 ;This specifies the localised vendor name(s) correspodning to language(s).
    30 %{"Nokia"}
    31 
    32 ;*Files To Copy...<src> <destination>
    33 
    34 ;For libxml2.dll
    35 ;"\EPOC32\RELEASE\ARMV5\UREL\libxml2.dll" -"!:\sys\bin\libxml2.dll"
    36 
    37 ;For DBus
    38 "\EPOC32\RELEASE\ARMV5\UREL\dbusdaemon.exe" -"!:\sys\bin\dbusdaemon.exe"
    39 "\EPOC32\RELEASE\ARMV5\UREL\libdbus.dll" -"!:\sys\bin\libdbus.dll"
    40 "\EPOC32\RELEASE\ARMV5\UREL\libdbus-utils.dll" -"!:\sys\bin\libdbus-utils.dll"
    41 
    42 ;For glib bindings
    43 "\EPOC32\RELEASE\ARMV5\UREL\libdbus-glib.dll" -"!:\sys\bin\libdbus-glib.dll"
    44 
    45 ;for system.conf file
    46 "\EPOC32\WINSCW\C\data\dbus\system.conf" -"!:\data\dbus\system.conf"