os/security/authorisation/userpromptservice/policies/test/tupspolicies/group/tupspolicies.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-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 *
    16 */
    17 
    18 
    19 target			tupspolicies.exe
    20 targettype 		exe
    21 
    22 uid				0x1000007a 0x10283699
    23 vendorid		0x70000001
    24 
    25 userinclude		../source
    26 userinclude		../../inc_private
    27 userinclude		../../../source				// policyreader.h
    28 userinclude		../../../../inc_private
    29 
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 OS_LAYER_LIBC_SYSTEMINCLUDE     
    32 
    33 sourcepath		../source
    34 source			activewaiter.cpp tupspolicies.cpp tserviceconfig.cpp 
    35 source			tpolicyreader.cpp tupsplugins.cpp util.cpp
    36 
    37 staticlibrary	tefunit.lib
    38 library			ecom.lib euser.lib efsrv.lib 
    39 library			rfileloggerclient.lib testexecutelogclient.lib testexecuteutils.lib 
    40 library			upsmanagement.lib upspolicies.lib upsdb.lib
    41 
    42 capability		none
    43 
    44 // Test policy files
    45 sourcepath		../resource
    46 
    47 // Test policy matching rules
    48 start resource ups_01031000_01031001.rss
    49 targetpath /tups/tpolicies/policies/
    50 end
    51 
    52 // Test service configuration
    53 start resource ups_01031000_01031002.rss
    54 targetpath /tups/tpolicies/policies/
    55 end
    56 start resource ups_01032000_01032001.rss
    57 targetpath /tups/tpolicies/policies/
    58 end
    59 
    60 // Eclipsing Tests / After-market policies
    61 start resource ups_01033000_01032001.rss
    62 targetpath /tups/tpolicies/policies/
    63 end
    64 start resource eclipse/ups_01033000_01032001.rss
    65 targetpath /tups/tpolicies/eclipse/
    66 end
    67 start resource eclipse/ups_01034000_01032001.rss
    68 targetpath /tups/tpolicies/eclipse/
    69 end
    70 // Simple valid policy file on Z drive that will get eclipsed by a corrupt file
    71 start resource ups_01035000_01035001.rss
    72 targetpath /tups/tpolicies/policies/
    73 end
    74 // Eclipses valid policy file on Z drive
    75 start resource eclipse/ups_01035000_01035001.rss
    76 targetpath /tups/tpolicies/eclipse/
    77 end
    78 // Corrupt policy file on the Z drive
    79 start resource ups_01036000_01036001.rss
    80 targetpath /tups/tpolicies/policies/
    81 end
    82 // Corrupt policy file on the system drive as well
    83 start resource eclipse/ups_01036000_01036001.rss
    84 targetpath /tups/tpolicies/eclipse/
    85 end
    86 // Empty but valid policy file
    87 start resource ups_01037000_01037001.rss
    88 targetpath /tups/tpolicies/policies/
    89 end
    90 // Policy Evaluator and Dialog Creator plug-ins are missing
    91 start resource ups_01038000_01038001.rss
    92 targetpath /tups/tpolicies/policies/
    93 end
    94 
    95 // Simple policy files for testing reference notifer
    96 // SMS
    97 start resource ups_01041000_01041001.rss
    98 targetpath /tups/tpolicies/policies/
    99 end
   100 // MMS
   101 start resource ups_01041000_01041002.rss
   102 targetpath /tups/tpolicies/policies/
   103 end
   104 // IP Networking
   105 start resource ups_01042000_01042001.rss
   106 targetpath /tups/tpolicies/policies/
   107 end
   108 // Telephony
   109 start resource ups_01043000_01043001.rss
   110 targetpath /tups/tpolicies/policies/
   111 end
   112 
   113 
   114 // Policy Reader Unit Test
   115 start resource policyreader_valid.rss
   116 targetpath /tups/tpolicies/policyreader/
   117 end
   118 start resource policyreader_empty.rss
   119 targetpath /tups/tpolicies/policyreader/
   120 end
   121 start resource policyreader_invalidoptions.rss
   122 targetpath /tups/tpolicies/policyreader/
   123 end
   124 start resource policyreader_invalidsystemserversecurity.rss
   125 targetpath /tups/tpolicies/policyreader/
   126 end
   127 start resource policyreader_nodefaultpolicyevaluator.rss
   128 targetpath /tups/tpolicies/policyreader/
   129 end
   130 start resource policyreader_nodefaultdialogcreator.rss
   131 targetpath /tups/tpolicies/policyreader/
   132 end
   133 SMPSAFE