stdlibs/install/openc_liblogger_installer.pkg
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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:   package file for ssl libraries
       
    15 ;
       
    16 &EN
       
    17 
       
    18 ;Header
       
    19 #{"DEBUG Library Installer"},(0x2001B28A),1,4,0, TYPE=SA
       
    20 
       
    21 ;Supports S60 3.0 , 3.1 , 3.2 
       
    22 
       
    23 [0x101f7961],0, 0, 0 ,{"S60Product3rdEdition"}
       
    24 
       
    25 [0x102032be],0, 0, 0 ,{"S60Product3rdEditionFP1 "}
       
    26 
       
    27 [0x102752AE],0, 0, 0 ,{"S60Product3rdEditionFP2 "}
       
    28 
       
    29 
       
    30 ;Localised Vendor name
       
    31 %{"Nokia"}
       
    32 
       
    33 ;Unique Vendor name
       
    34 :"Nokia"
       
    35 
       
    36 
       
    37 IF NOT EXISTS ("Z:\System\install\openc_liblogger_stub.SIS") AND NOT EXISTS ("Z:\sys\bin\liblogger.dll")
       
    38     ; S60 phones which donot have libraries in ROM
       
    39           @"openc_liblogger_SA.sisx", (0x200110CD)
       
    40 ELSEIF EXISTS ("Z:\System\install\openc_liblogger_stub.SIS") AND EXISTS ("Z:\sys\bin\liblogger.dll")
       
    41           @"openc_liblogger_SP.sisx", (0x200110CD)
       
    42 ELSEIF NOT EXISTS ("Z:\System\install\openc_liblogger_stub.SIS") AND EXISTS ("Z:\sys\bin\liblogger.dll")
       
    43     ; Do nothing
       
    44 ENDIF