installationservices/swi/group/plan.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
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 * DESRIPTION:
       
    16 * The plan describes the software install process
       
    17 * plan.dll describes the software install process
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 MACRO __SECURE_API__
       
    27 MACRO __DATA_CAGING__
       
    28 CAPABILITY All
       
    29 
       
    30 target		plan.dll
       
    31 targettype	dll
       
    32 
       
    33 UID			0x1000008d 0x10203593
       
    34 VENDORID	0x70000001
       
    35 
       
    36 USERINCLUDE ../inc
       
    37 USERINCLUDE ../inc/swi
       
    38 USERINCLUDE ../source/plan
       
    39 USERINCLUDE	../source/swis/server
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN 
       
    41 
       
    42 SOURCEPATH	../source/plan
       
    43 
       
    44 SOURCE plan.cpp
       
    45 SOURCE userselections.cpp
       
    46 SOURCE application.cpp
       
    47 
       
    48 // We need the security check util functions from SWIS
       
    49 // to extract details of SIDs from executables in ROM for SIS stubs
       
    50 SOURCEPATH	../source/swis/server
       
    51 SOURCE securityinfo.cpp
       
    52 
       
    53 LIBRARY euser.lib
       
    54 LIBRARY estor.lib
       
    55 LIBRARY uissclient.lib // Needed for TAppInfo
       
    56 LIBRARY siscontroller.lib       // needed for TSisTrustStatus
       
    57 LIBRARY sisregistryclient.lib
       
    58 LIBRARY efsrv.lib 
       
    59 LIBRARY hal.lib
       
    60 LIBRARY securitymanager.lib // needed for Swi::SecUtils::IsExeL
       
    61 LIBRARY sectcbutil.lib
       
    62 
       
    63 start wins
       
    64 WIN32_LIBRARY		kernel32.lib
       
    65 end
       
    66 SMPSAFE