usbmgmt/usbmgr/device/classdrivers/ncm/classimplementation/ncmpktdrv/client/group/ncminternalsrv.mmp
branchRCL_3
changeset 15 f92a4f87e424
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
       
     1 /*
       
     2 * Copyright (c) 2010 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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET      ncminternalsrv.dll
       
    21 TARGETTYPE  DLL
       
    22 
       
    23 UID         0x1000008d  0x2002E6A5
       
    24 VENDORID    0x70000001
       
    25 
       
    26 
       
    27 //Being run in usbsvr.exe(usbman)
       
    28 CAPABILITY CommDD PowerMgmt TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData 
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 USERINCLUDE   ../../../../inc
       
    33 USERINCLUDE   ../../server/inc
       
    34 
       
    35 
       
    36 SOURCEPATH    ../src
       
    37 SOURCE        ncminternalsrv.cpp
       
    38 
       
    39 LIBRARY       euser.lib
       
    40