installationservices/swi/group/siscontroller.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 the License "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 * siscontroller.dll SISX Controller parser
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET siscontroller.dll
       
    25 TARGETTYPE dll
       
    26 
       
    27 // UID is KUidSisxController = 0x10202DC7
       
    28 UID			0x1000008d 0x10202DC7
       
    29 VENDORID	0x70000001
       
    30 
       
    31 USERINCLUDE ../source/sisfile
       
    32 USERINCLUDE ../inc/swi
       
    33 SYSTEMINCLUDE  ../inc 
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN 
       
    35 
       
    36 SOURCEPATH ../source/sisfile
       
    37 
       
    38 SOURCE sisfield.cpp
       
    39 SOURCE sisstring.cpp
       
    40 SOURCE sisuid.cpp
       
    41 SOURCE sisinfo.cpp
       
    42 SOURCE sisproperty.cpp
       
    43 SOURCE sisproperties.cpp
       
    44 SOURCE sislogo.cpp
       
    45 SOURCE sissupportedlanguages.cpp
       
    46 SOURCE siscontroller.cpp
       
    47 SOURCE sisversion.cpp
       
    48 SOURCE sisdatetime.cpp
       
    49 SOURCE sisdate.cpp
       
    50 SOURCE sistime.cpp
       
    51 SOURCE sissupportedoptions.cpp
       
    52 SOURCE sissupportedoption.cpp
       
    53 SOURCE sislanguage.cpp
       
    54 SOURCE sisprerequisites.cpp
       
    55 SOURCE sisdependency.cpp
       
    56 SOURCE sisversionrange.cpp
       
    57 SOURCE sisinstallblock.cpp
       
    58 SOURCE sishash.cpp
       
    59 SOURCE sisif.cpp
       
    60 SOURCE siselseif.cpp
       
    61 SOURCE sisexpression.cpp
       
    62 SOURCE sisfiledescription.cpp
       
    63 SOURCE sisblob.cpp
       
    64 SOURCE sisdataindex.cpp
       
    65 SOURCE sissignaturecertificatechain.cpp
       
    66 SOURCE sissignature.cpp
       
    67 SOURCE siscertificatechain.cpp
       
    68 SOURCE sissignaturealgorithm.cpp
       
    69 SOURCE siscapabilities.cpp
       
    70 SOURCE sistruststatus.cpp
       
    71 
       
    72 LIBRARY euser.lib
       
    73 LIBRARY efsrv.lib
       
    74 LIBRARY estor.lib
       
    75 LIBRARY securitymanager.lib
       
    76 LIBRARY hash.lib
       
    77 
       
    78 
       
    79 MACRO __SECURE_API__
       
    80 MACRO __DATA_CAGING__
       
    81 CAPABILITY All
       
    82 SMPSAFE