This commit is contained in:
zhangsz
2025-03-03 11:01:26 +08:00
parent 5f1710dc22
commit dae6fc93f7
1057 changed files with 519829 additions and 0 deletions

View File

@@ -0,0 +1,98 @@
##----------------------------------------------------------##
## ##
## Universal Makefile for module Version : V1.4 ##
## ##
## Created : Wei Liu 07/04/11 ##
## Revision: [Last]Wei Liu 07/06/18 ##
## ##
##----------------------------------------------------------##
##---------------------------------------------------------------------##
##--------------------------------------
##
## Project correlation(Customer define)
##
##--------------------------------------
## MODULE= [Module Name]
## TYPE = app/plat => Module Type
## DBUG_FLAGS_ADD = [Module Define Gcc Flags for Debug ]
## DBUG_FLAGS_ADD = [Module Define Gcc Flags for Release]
## BUILD = lib/exef => Output file format
## CFG = debug/release => Build Configuration
## SRC_PATH = [Source file path]
## INC_PATH = [Include file path]
## APP_PATH = [App Module path]
## PLT_PATH = [Plat Module path]
## PLT_LIB = [Needed plat lib for Link] => just for test or wxc2main
## APP_LIB = [Needed app lib for Link] => just for test or wxc2main
## LIB_ADD = [Needed Extend lib for Link] => just for test or wxc2main
## PLT_LIB e.g. = haepub fsm mng proto kernel aif mgc mgcp sip rtp \
## 8ecp bicc smpp xapp tcap mtp3 m2ua \
## snmp iptrans debug sccp public
##
## APP_LIB e.g. = msc vlr ssf hlr ae pps mnp smsc vms aas
## LIB_ADD e.g. = -liba3a8 -lm
## OBJ_ADD = [Extend third party object files needed]
## TEST_OBJ_PATH = [module object files Path for test ] => just for test
##---------------------------------------------------------------------##
MODULE = publictest
TYPE = plat
DBUG_FLAGS_ADD =
RELS_FLAGS_ADD =
##Default commonly as below
BUILD = exef
CFG = debug
PLT_LIB = public
APP_LIB =
LIB_ADD =
SRC_PATH = ./src
INC_PATH = ./src/include
PLT_PATH = ../../../../plat
APP_PATH = ../../../../mss
OBJ_ADD =
TEST_OBJ_PATH = ../../obj
##---------------------------------------------------------------------##
##--------------------------------------
##
## Make configuration(Customer define)
##
##--------------------------------------
## CCFLAG_SWITCH = on/off => gcc flag show on/off
## COVER_NEED = yes/no => PTF cover report needed
## COVER_REPORT_PATH = [path ] => PTF cover report path
CCFLAG_SWITCH = on
COVER_NEED =
COVER_REPORT_PATH = ./ut/ut_doc/output
##---------------------------------------------------------------------##
##--------------------------------------
##
## include makefile.rules (Do not change)
##
##--------------------------------------
include Makefile.rules

View File

@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 54
/svn/wxc2/!svn/ver/1/trunk/R4S/plat/public/ut/main/bin
END

View File

@@ -0,0 +1,28 @@
10
dir
114
http://172.25.201.20/svn/wxc2/trunk/R4S/plat/public/ut/main/bin
http://172.25.201.20/svn/wxc2
2011-09-23T09:01:37.023785Z
1
xueqiang.sheng
4a7aa47d-8bee-446f-9599-049dc37ff264

View File

@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 54
/svn/wxc2/!svn/ver/1/trunk/R4S/plat/public/ut/main/obj
END

View File

@@ -0,0 +1,28 @@
10
dir
114
http://172.25.201.20/svn/wxc2/trunk/R4S/plat/public/ut/main/obj
http://172.25.201.20/svn/wxc2
2011-09-23T09:01:37.023785Z
1
xueqiang.sheng
4a7aa47d-8bee-446f-9599-049dc37ff264

View File

@@ -0,0 +1,11 @@
K 25
svn:wc:ra_dav:version-url
V 54
/svn/wxc2/!svn/ver/1/trunk/R4S/plat/public/ut/main/src
END
main.c
K 25
svn:wc:ra_dav:version-url
V 61
/svn/wxc2/!svn/ver/1/trunk/R4S/plat/public/ut/main/src/main.c
END

View File

@@ -0,0 +1,62 @@
10
dir
114
http://172.25.201.20/svn/wxc2/trunk/R4S/plat/public/ut/main/src
http://172.25.201.20/svn/wxc2
2011-09-23T09:01:37.023785Z
1
xueqiang.sheng
4a7aa47d-8bee-446f-9599-049dc37ff264
main.c
file
2012-12-28T03:06:27.578125Z
4a3e0b7b095c32b64c152c36991fc15d
2011-09-23T09:01:37.023785Z
1
xueqiang.sheng
has-props
399

View File

@@ -0,0 +1,5 @@
K 14
svn:executable
V 1
*
END

View File

@@ -0,0 +1,19 @@
//////////////////////////////////////////////////
//Title : main.c
//Auhtor : Liu Wei
//Desc : public function test
//Created : 2007-06-24
//Revision :
//
//Revision :
//
//////////////////////////////////////////////////
#include "../../src/include/includes.h"
#include "../../src/include/public.h"
#include "../../src/include/function.h"
int main()
{
return 1;
}

View File

@@ -0,0 +1,19 @@
//////////////////////////////////////////////////
//Title : main.c
//Auhtor : Liu Wei
//Desc : public function test
//Created : 2007-06-24
//Revision :
//
//Revision :
//
//////////////////////////////////////////////////
#include "../../src/include/includes.h"
#include "../../src/include/public.h"
#include "../../src/include/function.h"
int main()
{
return 1;
}