installationservices/swcomponentregistry/test/group/tscraccessor.mmp
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2008-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 * tscraccessor.exe Accessor server to access SCR functionality requiring SWI Sid.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 target tscraccessor.exe
       
    25 targettype exe
       
    26 
       
    27 UID			0x1000007a 0x10202DCA
       
    28 VENDORID	0x70000001
       
    29 
       
    30 CAPABILITY TCB AllFiles
       
    31 
       
    32 USERINCLUDE ../tscraccessor/inc
       
    33 USERINCLUDE ../../inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH 	../tscraccessor/source
       
    38 
       
    39 SOURCE		tscraccessor_startup.cpp
       
    40 SOURCE		tscraccessor_server_session.cpp
       
    41 
       
    42 LIBRARY		euser.lib 
       
    43 LIBRARY		efsrv.lib
       
    44 LIBRARY		scrclient.lib
       
    45 SMPSAFE