os/ossrv/ofdbus/install/dbus.pkg
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ofdbus/install/dbus.pkg	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,46 @@
     1.4 +;
     1.5 +; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +; All rights reserved.
     1.7 +; This component and the accompanying materials are made available
     1.8 +; under the terms of "Eclipse Public License v1.0"
     1.9 +; which accompanies this distribution, and is available
    1.10 +; at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +;
    1.12 +; Initial Contributors:
    1.13 +; Nokia Corporation - initial contribution.
    1.14 +;
    1.15 +; Contributors:
    1.16 +;
    1.17 +; Description: 
    1.18 +;
    1.19 +&EN
    1.20 +;
    1.21 +;*Standard SIS file header. This section specifies the package name,
    1.22 +;application UID, and version/build numbers. Add the package TYPE here if needed.
    1.23 +#{"DBus"},(0x20010153),1,0,0, TYPE = SA
    1.24 +;
    1.25 +
    1.26 +;*Unique (Non-Localised) Vendor name
    1.27 +;This is used in combination with signing to prevent the unauthroized
    1.28 +;upgrade ofa a package by someone other than the rightful vendor.
    1.29 +:""
    1.30 +
    1.31 +;*Localized Vendor Name
    1.32 +;This specifies the localised vendor name(s) correspodning to language(s).
    1.33 +%{"Nokia"}
    1.34 +
    1.35 +;*Files To Copy...<src> <destination>
    1.36 +
    1.37 +;For libxml2.dll
    1.38 +;"\EPOC32\RELEASE\ARMV5\UREL\libxml2.dll" -"!:\sys\bin\libxml2.dll"
    1.39 +
    1.40 +;For DBus
    1.41 +"\EPOC32\RELEASE\ARMV5\UREL\dbusdaemon.exe" -"!:\sys\bin\dbusdaemon.exe"
    1.42 +"\EPOC32\RELEASE\ARMV5\UREL\libdbus.dll" -"!:\sys\bin\libdbus.dll"
    1.43 +"\EPOC32\RELEASE\ARMV5\UREL\libdbus-utils.dll" -"!:\sys\bin\libdbus-utils.dll"
    1.44 +
    1.45 +;For glib bindings
    1.46 +"\EPOC32\RELEASE\ARMV5\UREL\libdbus-glib.dll" -"!:\sys\bin\libdbus-glib.dll"
    1.47 +
    1.48 +;for system.conf file
    1.49 +"\EPOC32\WINSCW\C\data\dbus\system.conf" -"!:\data\dbus\system.conf"