rtsecuritymanager/rtsecuritymanagerserver/group/RTSecMgrServer.mmp
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2006 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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET          rtsecmgrserver.exe
       
    27 TARGETTYPE      exe
       
    28 
       
    29 TARGETPATH      sys/bin
       
    30 // Since this is an exe with no alternate implementations, 
       
    31 // just use same UID for both UID2 and UID3
       
    32 UID             0x1020507E 0x2000F847
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 CAPABILITY      CAP_SERVER
       
    36 
       
    37 VERSION 10.3
       
    38 paged
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE         rtsecmgrserver.cpp
       
    42 SOURCE         rtsecmgrserverstartUp.cpp
       
    43 SOURCE         rtsecmgrserversession.cpp
       
    44 SOURCE         rtsecmgrpolicyparser.cpp
       
    45 SOURCE         rtsecmgrclientapi.cpp
       
    46 SOURCE		   rtsecmgrprotectiondomain.cpp
       
    47 SOURCE		   rtsecmgrpolicy.cpp
       
    48 SOURCE		   rtsecmgrpolicymanager.cpp
       
    49 SOURCE		   rtsecmgrscriptmanager.cpp
       
    50 SOURCE		   rtsecmgrstore.cpp
       
    51 
       
    52 USERINCLUDE     ../inc/
       
    53 USERINCLUDE     ../../inc/
       
    54 
       
    55 // This is a SYSTEMINCLUDE macro containing the middleware
       
    56 // layer specific include directories
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 //MACRO          RTSECMGR_TRACE
       
    60 
       
    61 LIBRARY 	euser.lib 
       
    62 LIBRARY 	efsrv.lib 
       
    63 LIBRARY 	xmlparser.lib 
       
    64 LIBRARY 	CharConv.lib 
       
    65 LIBRARY 	xmldom.lib 
       
    66 LIBRARY 	inetprotutil.lib 
       
    67 LIBRARY 	estor.lib  
       
    68 LIBRARY 	Flogger.lib
       
    69 LIBRARY     rtsecmgrutil.lib
       
    70 LIBRARY     edbms.lib
       
    71 LIBRARY     bafl.lib
       
    72 //LIBRARY 	centralrepository.lib 
       
    73 LIBRARY 	PlatformEnv.lib
       
    74 
       
    75 
       
    76 
       
    77 
       
    78