networkprotocolmodules/common/suplrrlpasn1/group/compileAsn1.bat
branchRCL_3
changeset 65 a796fdeeb33c
parent 0 9cfd9a3ee49c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkprotocolmodules/common/suplrrlpasn1/group/compileAsn1.bat	Wed Oct 13 16:07:50 2010 +0300
@@ -0,0 +1,31 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
+
+
+mkdir ..\supl_old
+mkdir ..\rrlp_old
+
+xcopy /s /y ..\supl ..\supl_old
+xcopy /s /y ..\rrlp ..\rrlp_old
+
+mkdir ..\supl\inc
+mkdir ..\supl\src
+mkdir ..\rrlp\inc
+mkdir ..\rrlp\src
+
+call asn1c supl_asn1.txt -noInit -noOpenExt -compact -nodatestamp -cpp -per -symbian dll -o ..\supl\src -oh ..\supl\inc
+call asn1c rrlp_asn1_RJS.txt -noInit -noOpenExt -compact -nodatestamp -cpp -per -symbian dll -o ..\rrlp\src -oh ..\rrlp\inc
\ No newline at end of file