|
1 rem |
|
2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 rem All rights reserved. |
|
4 rem This component and the accompanying materials are made available |
|
5 rem under the terms of "Eclipse Public License v1.0" |
|
6 rem which accompanies this distribution, and is available |
|
7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 rem |
|
9 rem Initial Contributors: |
|
10 rem Nokia Corporation - initial contribution. |
|
11 rem |
|
12 rem Contributors: |
|
13 rem Description: Implementation of policymanagement components |
|
14 rem |
|
15 |
|
16 echo ************************* |
|
17 echo * Policy file configure * |
|
18 echo ************************* |
|
19 |
|
20 set policy_dir=policies |
|
21 if not "%1"=="" set policy_dir=%1 |
|
22 |
|
23 call md \epoc32\data\Z\private\10207815 |
|
24 call del /q \epoc32\data\Z\private\10207815\*.* |
|
25 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\data\Z\private\10207815 |
|
26 |
|
27 call md \epoc32\release\winscw\udeb\Z\private\10207815 |
|
28 call del /q \epoc32\release\winscw\udeb\Z\private\10207815\*.* |
|
29 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\winscw\udeb\Z\private\10207815 |
|
30 call md \epoc32\release\winscw\urel\Z\private\10207815 |
|
31 call del /q \epoc32\release\winscw\urel\Z\private\10207815\*.* |
|
32 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\winscw\urel\Z\private\10207815 |
|
33 |
|
34 call md \epoc32\release\armv5\udeb\Z\private\10207815 |
|
35 call del /q \epoc32\release\armv5\udeb\Z\private\10207815\*.* |
|
36 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\armv5\udeb\Z\private\10207815 |
|
37 call md \epoc32\release\armv5\urel\Z\private\10207815 |
|
38 call del /q \epoc32\release\armv5\urel\Z\private\10207815\*.* |
|
39 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\armv5\urel\Z\private\10207815 |