usbmgmt/usbmgrtest/ObexClassController/ObexUsbClassController/ClassControllerClientSession/group/ClassControllerClientSession.mmp
changeset 0 c9bc50fca66e
child 59 bbdce6bffaad
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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 * clientSession.dll Client side code for Class controller to use to Start/Stop a Process
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET classcontrollerclientsession.dll
       
    25 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    26 TARGETTYPE dll
       
    27 //CAPABILITY All -Tcb
       
    28 
       
    29 // unique dll UID 
       
    30 UID             0x1028180b
       
    31 VENDORID 		0x70000001
       
    32 
       
    33 SOURCEPATH		../src
       
    34 SOURCE			classControllerClientSession.cpp
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 
       
    41 LIBRARY			euser.lib 
       
    42 
       
    43 
       
    44