os/ossrv/install/openc_all_libs.pkg
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 ; ============================================================================
     2 ;  Name        : openc_all_libs.pkg
     3 ;  Part of     : openc project
     4 ;  Description : package file for all openc libraries
     5 ;
     6 ;  Version     : 1.0
     7 ;
     8 ; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     9 ; All rights reserved.
    10 ; This component and the accompanying materials are made available
    11 ; under the terms of "Eclipse Public License v1.0"
    12 ; which accompanies this distribution, and is available
    13 ; at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 ;
    15 ; Initial Contributors:
    16 ; Nokia Corporation - initial contribution.
    17 ;
    18 ; Contributors:
    19 ;
    20 ; Description:  package file for all openc libraries
    21 ;
    22 ;
    23 
    24 ;Language - standard language definitions
    25 &EN
    26 
    27 ;packet-header (name, uid, major, minor, build, type)
    28 #{"Open C"},(0x10282DE9),1,0,0
    29 
    30 ;Supports S60 3.0
    31 [0x101F7961], 0, 0, 0, {"S60ProductID"}
    32 
    33 ;Localised Vendor name
    34 %{"Nokia"}
    35 
    36 ;Unique Vendor name
    37 :"Nokia"
    38 
    39 ;Supports Series 60 v 3.0
    40 [0x101F7961], 0, 0, 0, {"Series60ProductID"}
    41 
    42 ;Files to install
    43 ;installing base stdlibs
    44 @"../stdlibs/install/openc_stdlibs.sisx",(0x10207369)
    45 ;installing glib
    46 @"../glib/install/openc_glib.sisx",(0x10281F2C)
    47 ;installing ssl
    48 @"../ssl/install/openc_ssl.sisx",(0x10281F35)
    49 ;installing stdc++
    50 @"../stdcpp/install/stdcpp.sisx",(0x10282872)
    51 
    52 
    53