os/ossrv/stdlibs/install/openc_liblogger_installer.pkg
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/stdlibs/install/openc_liblogger_installer.pkg	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,44 @@
     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:   package file for ssl libraries
    1.18 +;
    1.19 +&EN
    1.20 +
    1.21 +;Header
    1.22 +#{"DEBUG Library Installer"},(0x2001B28A),1,4,0, TYPE=SA
    1.23 +
    1.24 +;Supports S60 3.0 , 3.1 , 3.2 
    1.25 +
    1.26 +[0x101f7961],0, 0, 0 ,{"S60Product3rdEdition"}
    1.27 +
    1.28 +[0x102032be],0, 0, 0 ,{"S60Product3rdEditionFP1 "}
    1.29 +
    1.30 +[0x102752AE],0, 0, 0 ,{"S60Product3rdEditionFP2 "}
    1.31 +
    1.32 +
    1.33 +;Localised Vendor name
    1.34 +%{"Nokia"}
    1.35 +
    1.36 +;Unique Vendor name
    1.37 +:"Nokia"
    1.38 +
    1.39 +
    1.40 +IF NOT EXISTS ("Z:\System\install\openc_liblogger_stub.SIS") AND NOT EXISTS ("Z:\sys\bin\liblogger.dll")
    1.41 +    ; S60 phones which donot have libraries in ROM
    1.42 +          @"openc_liblogger_SA.sisx", (0x200110CD)
    1.43 +ELSEIF EXISTS ("Z:\System\install\openc_liblogger_stub.SIS") AND EXISTS ("Z:\sys\bin\liblogger.dll")
    1.44 +          @"openc_liblogger_SP.sisx", (0x200110CD)
    1.45 +ELSEIF NOT EXISTS ("Z:\System\install\openc_liblogger_stub.SIS") AND EXISTS ("Z:\sys\bin\liblogger.dll")
    1.46 +    ; Do nothing
    1.47 +ENDIF
    1.48 \ No newline at end of file