kerneltest/e32test/rpmb/driver/d_rpmb.mmp
changeset 287 ddfd5aa0d58f
equal deleted inserted replaced
286:48e57fb1237e 287:ddfd5aa0d58f
       
     1 /// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // e32test/group/d_rpmb.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include "kernel/kern_ext.mmh"
       
    23 
       
    24 target 		d_rpmb.ldd
       
    25 targettype	ldd
       
    26 sourcepath	./
       
    27 source		d_rpmb.cpp
       
    28 
       
    29 library		rpmbext.lib
       
    30 
       
    31 library 	epbusmmc.lib
       
    32 
       
    33 epocallowdlldata
       
    34 
       
    35 vendorid	0x70000001
       
    36 
       
    37 start wins
       
    38 win32_headers
       
    39 end
       
    40 
       
    41 capability	all
       
    42 
       
    43 SMPSAFE