From 5176df4615c9b79ed724d5e288dc84f4553bd3f0 Mon Sep 17 00:00:00 2001 From: Viktor Krykun Date: Wed, 13 Jun 2012 15:23:30 +0300 Subject: [PATCH] Remove old Windows CE tests Modified-by: Travis Cross Signed-off-by: Travis Cross --- libs/libzrtp/test/win_ce/ReadMe.txt | 81 --- libs/libzrtp/test/win_ce/libzrtp_test_GUI.cpp | 492 ------------------ libs/libzrtp/test/win_ce/libzrtp_test_GUI.h | 16 - libs/libzrtp/test/win_ce/libzrtp_test_GUI.ico | Bin 23558 -> 0 bytes .../test/win_ce/libzrtp_test_GUIppc.rc | 183 ------- .../test/win_ce/libzrtp_test_GUIppc.rc2 | 35 -- .../libzrtp/test/win_ce/libzrtp_test_GUIsp.rc | 95 ---- .../test/win_ce/libzrtp_test_GUIsp.rc2 | 31 -- libs/libzrtp/test/win_ce/resourceppc.h | 36 -- libs/libzrtp/test/win_ce/resourcesp.h | 28 - libs/libzrtp/test/win_ce/stdafx.cpp | 18 - libs/libzrtp/test/win_ce/stdafx.h | 61 --- 12 files changed, 1076 deletions(-) delete mode 100644 libs/libzrtp/test/win_ce/ReadMe.txt delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUI.cpp delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUI.h delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUI.ico delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUIppc.rc delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUIppc.rc2 delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUIsp.rc delete mode 100644 libs/libzrtp/test/win_ce/libzrtp_test_GUIsp.rc2 delete mode 100644 libs/libzrtp/test/win_ce/resourceppc.h delete mode 100644 libs/libzrtp/test/win_ce/resourcesp.h delete mode 100644 libs/libzrtp/test/win_ce/stdafx.cpp delete mode 100644 libs/libzrtp/test/win_ce/stdafx.h diff --git a/libs/libzrtp/test/win_ce/ReadMe.txt b/libs/libzrtp/test/win_ce/ReadMe.txt deleted file mode 100644 index a219d013c6..0000000000 --- a/libs/libzrtp/test/win_ce/ReadMe.txt +++ /dev/null @@ -1,81 +0,0 @@ -======================================================================== - WIN32 APPLICATION : libzrtp_test_GUI Project Overview -======================================================================== - -AppWizard has created this libzrtp_test_GUI application for you. - -This file contains a summary of what you will find in each of the files that -make up your libzrtp_test_GUI application. - - -libzrtp_test_GUI.vcproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -libzrtp_test_GUI.cpp - This is the main application source file. - -///////////////////////////////////////////////////////////////////////////// -AppWizard has created the following resources: - - -libzrtp_test_GUIppc.rc - This is a listing of all of the Microsoft Windows resources that the - program uses when compiling for the Pocket PC 2003 platform, or a platform - that supports the same user interface model. It includes the icons, bitmaps, - and cursors that are stored in the RES subdirectory. This file can be - directly edited in Microsoft Visual C++. When the .rc file is persisted, - the defines in the data section are persisted as the hexadecimal version - of the numeric value they are defined to rather than the friendly name of - the define. - -libzrtp_test_GUIppc.rc2 - This file contains resources that are not edited by Microsoft - Visual C++. You should place all resources not editable by - the resource editor in this file. - -Resourceppc.h - This is the standard header file, which defines new resource IDs. - Microsoft Visual C++ reads and updates this file. - -libzrtp_test_GUIsp.rc - This is a listing of all of the Microsoft Windows resources that the - program uses when compiling for the Smartphone 2003 platform, or a - platform that supports the same user interface model. It includes the - icons, bitmaps, and cursors that are stored in the RES subdirectory. - This file can be directly edited in Microsoft Visual C++. When the - .rc file is persisted, the defines in the data section are persisted - as the hexadecimal version of the numeric value they are defined to - rather than the friendly name of the define. - -libzrtp_test_GUIsp.rc2 - This file contains resources that are not edited by Microsoft - Visual C++. You should place all resources not editable by - the resource editor in this file. - -Resourcesp.h - This is the standard header file, which defines new resource IDs. - Microsoft Visual C++ reads and updates this file. - - - -libzrtp_test_GUI.ico - This is an icon file, which is used as the application's icon (32x32). - This icon is included by the main resource file libzrtp_test_GUI.rc. - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named libzrtp_test_GUI.pch and a precompiled types file named StdAfx.obj. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -/////////////////////////////////////////////////////////////////////////////s \ No newline at end of file diff --git a/libs/libzrtp/test/win_ce/libzrtp_test_GUI.cpp b/libs/libzrtp/test/win_ce/libzrtp_test_GUI.cpp deleted file mode 100644 index 2e8407e363..0000000000 --- a/libs/libzrtp/test/win_ce/libzrtp_test_GUI.cpp +++ /dev/null @@ -1,492 +0,0 @@ -/* - * libZRTP SDK library, implements the ZRTP secure VoIP protocol. - * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. - * Contact: http://philzimmermann.com - * For licensing and other legal details, see the file zrtp_legal.c. - * - * Nikolay Popok mailto: - */ - -#include "stdafx.h" -#include "libzrtp_test_GUI.h" -#include -#include - -//#include "resourcesp.h" - -#include - - -extern "C" -{ - #include "zrtp.h" - #include "zrtp_test_core.h" -} - -#define MAX_LOADSTRING 100 - -// Global Variables: -HINSTANCE g_hInst; // current instance -HWND g_hWndMenuBar; // menu bar handle -HWND hWndList; -HWND g_hWnd; - -HFONT font; - -int action_id = 0; - -static void do_action(); -static void print_log_ce(int level, const char *data, int len, int offset); -static DWORD WINAPI destroy_func(void *param); - -static FILE *log_file = NULL; - -typedef struct zrtp_test_command -{ - int32_t code; - int first_conn; - int last_conn; - uint32_t extra, extra2; -} zrtp_test_command_t; - -typedef enum zrtp_test_code -{ - ZRTP_TEST_CREATE = 0, - ZRTP_TEST_DESTROY, - ZRTP_TEST_ZSTART, - ZRTP_TEST_ZSECURE, - ZRTP_TEST_QUIT, - ZRTP_TEST_INC, - ZRTP_TEST_DEC, - ZRTP_TEST_CLEAR, - ZRTP_TEST_SLEEP, - ZRTP_TEST_LOGS, - ZRTP_TEST_INFO, - ZRTP_TEST_HELP, - ZRTP_TEST_CMD_SIZE -} zrtp_test_code_t; - -extern "C" { - void do_quit(); - int zrtp_test_zrtp_init(); - void zrtp_test_crypto(zrtp_global_t* zrtp); - int zrtp_add_system_state(zrtp_global_t* zrtp, MD_CTX *ctx); -} - -// Forward declarations of functions included in this code module: -ATOM MyRegisterClass(HINSTANCE, LPTSTR); -BOOL InitInstance(HINSTANCE, int); -LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); -#ifndef WIN32_PLATFORM_WFSP -INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM); -#endif // !WIN32_PLATFORM_WFSP - -int WINAPI WinMain(HINSTANCE hInstance, - HINSTANCE hPrevInstance, - LPTSTR lpCmdLine, - int nCmdShow) -{ - MSG msg; - - // Perform application initialization: - if (!InitInstance(hInstance, nCmdShow)) - { - return FALSE; - } - -#ifndef WIN32_PLATFORM_WFSP - HACCEL hAccelTable; - hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_LIBZRTP_TEST_GUI)); -#endif // !WIN32_PLATFORM_WFSP - - // Main message loop: - while (GetMessage(&msg, NULL, 0, 0)) - { - if ( msg.message == WM_KEYDOWN ) - { - switch ( msg.wParam ) - { - case VK_LEFT: - { - msg.wParam = 0; - break; - } - case VK_RIGHT: - { - msg.wParam = 0; - break; - } - } - } - -#ifndef WIN32_PLATFORM_WFSP - if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) -#endif // !WIN32_PLATFORM_WFSP - { - TranslateMessage(&msg); - DispatchMessage(&msg); - } - } - - return (int) msg.wParam; -} - -// -// FUNCTION: MyRegisterClass() -// -// PURPOSE: Registers the window class. -// -// COMMENTS: -// -ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass) -{ - WNDCLASS wc; - - wc.style = CS_HREDRAW | CS_VREDRAW; - wc.lpfnWndProc = WndProc; - wc.cbClsExtra = 0; - wc.cbWndExtra = 0; - wc.hInstance = hInstance; - wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_LIBZRTP_TEST_GUI)); - wc.hCursor = 0; - wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); - wc.lpszMenuName = 0; - wc.lpszClassName = szWindowClass; - - return RegisterClass(&wc); -} - -// -// FUNCTION: InitInstance(HINSTANCE, int) -// -// PURPOSE: Saves instance handle and creates main window -// -// COMMENTS: -// -// In this function, we save the instance handle in a global variable and -// create and display the main program window. -// -BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) -{ - HWND hWnd; - TCHAR szTitle[MAX_LOADSTRING]; // title bar text - TCHAR szWindowClass[MAX_LOADSTRING]; // main window class name - - g_hInst = hInstance; // Store instance handle in our global variable - -#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) - // SHInitExtraControls should be called once during your application's initialization to initialize any - // of the device specific controls such as CAPEDIT and SIPPREF. - SHInitExtraControls(); -#endif // WIN32_PLATFORM_PSPC || WIN32_PLATFORM_WFSP - - LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); - LoadString(hInstance, IDC_LIBZRTP_TEST_GUI, szWindowClass, MAX_LOADSTRING); - -#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) - //If it is already running, then focus on the window, and exit - hWnd = FindWindow(szWindowClass, szTitle); - if (hWnd) - { - // set focus to foremost child window - // The "| 0x00000001" is used to bring any owned windows to the foreground and - // activate them. - SetForegroundWindow((HWND)((ULONG) hWnd | 0x00000001)); - return 0; - } -#endif // WIN32_PLATFORM_PSPC || WIN32_PLATFORM_WFSP - - if (!MyRegisterClass(hInstance, szWindowClass)) - { - return FALSE; - } - - hWnd = CreateWindow(szWindowClass, szTitle, WS_VISIBLE, - CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); - - if (!hWnd) - { - return FALSE; - } - - g_hWnd = hWnd; -#ifdef WIN32_PLATFORM_PSPC - // When the main window is created using CW_USEDEFAULT the height of the menubar (if one - // is created is not taken into account). So we resize the window after creating it - // if a menubar is present - if (g_hWndMenuBar) - { - RECT rc; - RECT rcMenuBar; - - GetWindowRect(hWnd, &rc); - GetWindowRect(g_hWndMenuBar, &rcMenuBar); - rc.bottom -= (rcMenuBar.bottom - rcMenuBar.top); - - MoveWindow(hWnd, rc.left, rc.top, rc.right-rc.left, rc.bottom-rc.top, FALSE); - } -#endif // WIN32_PLATFORM_PSPC - - ShowWindow(hWnd, nCmdShow); - UpdateWindow(hWnd); - - return TRUE; -} - -// -// FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM) -// -// PURPOSE: Processes messages for the main window. -// -// WM_COMMAND - process the application menu -// WM_PAINT - Paint the main window -// WM_DESTROY - post a quit message and return -// -// -LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) -{ - int wmId, wmEvent; - PAINTSTRUCT ps; - HDC hdc; - -#if defined(SHELL_AYGSHELL) && !defined(WIN32_PLATFORM_WFSP) - static SHACTIVATEINFO s_sai; -#endif // SHELL_AYGSHELL && !WIN32_PLATFORM_WFSP - - switch (message) - { - case WM_COMMAND: - wmId = LOWORD(wParam); - wmEvent = HIWORD(wParam); - // Parse the menu selections: - switch (wmId) - { -#ifndef WIN32_PLATFORM_WFSP - case IDM_HELP_ABOUT: - DialogBox(g_hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, About); - break; -#endif // !WIN32_PLATFORM_WFSP -#ifdef WIN32_PLATFORM_WFSP - case IDM_OK: - do_action(); - - break; -#endif // WIN32_PLATFORM_WFSP -#ifdef WIN32_PLATFORM_PSPC - case IDM_OK: - do_action(); - break; -#endif // WIN32_PLATFORM_PSPC - default: - return DefWindowProc(hWnd, message, wParam, lParam); - } - break; - case WM_CREATE: -#ifdef SHELL_AYGSHELL - SHMENUBARINFO mbi; - - memset(&mbi, 0, sizeof(SHMENUBARINFO)); - mbi.cbSize = sizeof(SHMENUBARINFO); - mbi.hwndParent = hWnd; - mbi.nToolBarId = IDR_MENU; - mbi.hInstRes = g_hInst; - - if (!SHCreateMenuBar(&mbi)) - { - g_hWndMenuBar = NULL; - } - else - { - g_hWndMenuBar = mbi.hwndMB; - } - -#ifndef WIN32_PLATFORM_WFSP - // Initialize the shell activate info structure - memset(&s_sai, 0, sizeof (s_sai)); - s_sai.cbSize = sizeof (s_sai); -#endif // !WIN32_PLATFORM_WFSP -#endif // SHELL_AYGSHELL - -#ifdef WIN32_PLATFORM_WFSP - hWndList = CreateWindow(TEXT("listbox"),NULL, WS_CHILD| - WS_VISIBLE|WS_HSCROLL|WS_VSCROLL|WS_TABSTOP, 0,0, 300, 200, hWnd, - (HMENU)"", g_hInst, NULL); -#else - hWndList = CreateWindow(TEXT("listbox"),NULL, WS_CHILD| - WS_VISIBLE|WS_HSCROLL|WS_VSCROLL|WS_TABSTOP, 0,0, 250, 200, hWnd, - (HMENU)"", g_hInst, NULL); -#endif // !WIN32_PLATFORM_WFSP - - font = CreateFont(10, // height of font - 0, // average character width - 0, // angle of escapement - 0, // base-line orientation angle - 400, // font weight - 0, // italic attribute option - FALSE, // underline attribute option - FALSE, // strikeout attribute option - ANSI_CHARSET, // character set identifier - OUT_DEFAULT_PRECIS, // output precision - CLIP_DEFAULT_PRECIS, // clipping precision - ANTIALIASED_QUALITY, // output quality - FF_DONTCARE, // pitch and family - TEXT("Times New Roman")); - - SendMessage(hWndList, WM_SETFONT, (WPARAM)font, (LPARAM)TRUE); - - SetFocus(hWndList); - break; - case WM_PAINT: - hdc = BeginPaint(hWnd, &ps); - - EndPaint(hWnd, &ps); - break; - case WM_DESTROY: -#ifdef SHELL_AYGSHELL - CommandBar_Destroy(g_hWndMenuBar); -#endif // SHELL_AYGSHELL - PostQuitMessage(0); - break; - -#if defined(SHELL_AYGSHELL) && !defined(WIN32_PLATFORM_WFSP) - case WM_ACTIVATE: - // Notify shell of our activate message - SHHandleWMActivate(hWnd, wParam, lParam, &s_sai, FALSE); - break; - case WM_SETTINGCHANGE: - SHHandleWMSettingChange(hWnd, wParam, lParam, &s_sai); - break; -#endif // SHELL_AYGSHELL && !WIN32_PLATFORM_WFSP - - default: - return DefWindowProc(hWnd, message, wParam, lParam); - } - return 0; -} - -HWND hwndAbout = NULL; - -#ifndef WIN32_PLATFORM_WFSP -// Message handler for about box. -INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) -{ - switch (message) - { - case WM_INITDIALOG: -#ifdef SHELL_AYGSHELL - { - // Create a Done button and size it. - SHINITDLGINFO shidi; - shidi.dwMask = SHIDIM_FLAGS; - shidi.dwFlags = SHIDIF_DONEBUTTON | SHIDIF_SIPDOWN | SHIDIF_SIZEDLGFULLSCREEN | SHIDIF_EMPTYMENU; - shidi.hDlg = hDlg; - SHInitDialog(&shidi); - } -#endif // SHELL_AYGSHELL - - return (INT_PTR)TRUE; - - case WM_COMMAND: -#ifdef SHELL_AYGSHELL - if (LOWORD(wParam) == IDOK) -#endif - { - return (INT_PTR)TRUE; - } - break; - - case WM_CLOSE: - EndDialog(hDlg, message); - return (INT_PTR)TRUE; - -#ifdef _DEVICE_RESOLUTION_AWARE - case WM_SIZE: - { - DRA::RelayoutDialog( - g_hInst, - hDlg, - DRA::GetDisplayMode() != DRA::Portrait ? MAKEINTRESOURCE(IDD_ABOUTBOX_WIDE) : MAKEINTRESOURCE(IDD_ABOUTBOX)); - } - break; -#endif - } - return (INT_PTR)FALSE; -} -#endif // !WIN32_PLATFORM_WFSP - -static void do_action() -{ - switch (action_id) - { - case 0: - { - int status; - - zrtp_log_set_log_engine((zrtp_log_engine*)print_log_ce); - status = zrtp_test_zrtp_init(); - if (0 != status) { - return; - } - - zrtp_test_crypto(zrtp_global); - - { - zrtp_test_channel_id_t id; - zrtp_test_channel_config_t sconfig; - - sconfig.is_autosecure = 0; - sconfig.is_preshared = 0; - sconfig.streams_count = 1; - - status = zrtp_test_channel_create(&sconfig, &id); - - if (0 == status) { - zrtp_test_channel_start(id); - } - } - break; - } - case 1: - { - zrtp_thread_create(destroy_func, NULL); - break; - } - case 2: - { - DeleteObject(font); - if (log_file) fclose(log_file); -#ifdef WIN32_PLATFORM_WFSP - DestroyWindow(g_hWnd); -#endif -#ifdef WIN32_PLATFORM_PSPC - SendMessage(g_hWnd, WM_CLOSE, 0, 0); -#endif // WIN32_PLATFORM_PSPC - break; - } - } - - action_id++; -} - -static DWORD WINAPI destroy_func(void *param) -{ - do_quit(); - return 0; -} - -static void print_log_ce(int level, const char *data, int len, int offset) -{ - if ( !log_file ) - log_file = fopen("zrtp_test.log", "a"); - - fprintf(log_file, "%s", data); - - if (level < 3 || 1) - { - CString strUnicode = data; - SendMessage(hWndList, LB_ADDSTRING, 0, (LPARAM)strUnicode.GetBuffer(100)); - SendMessage(hWndList, WM_VSCROLL, SB_BOTTOM, 0L); - } - -} - diff --git a/libs/libzrtp/test/win_ce/libzrtp_test_GUI.h b/libs/libzrtp/test/win_ce/libzrtp_test_GUI.h deleted file mode 100644 index 6219d3f68d..0000000000 --- a/libs/libzrtp/test/win_ce/libzrtp_test_GUI.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * libZRTP SDK library, implements the ZRTP secure VoIP protocol. - * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. - * Contact: http://philzimmermann.com - * For licensing and other legal details, see the file zrtp_legal.c. - * - * Nikolay Popok mailto: - */ - -#pragma once -#ifdef POCKETPC2003_UI_MODEL -#include "resourceppc.h" -#endif -#ifdef SMARTPHONE2003_UI_MODEL -#include "resourcesp.h" -#endif diff --git a/libs/libzrtp/test/win_ce/libzrtp_test_GUI.ico b/libs/libzrtp/test/win_ce/libzrtp_test_GUI.ico deleted file mode 100644 index d551aa3aaf80adf9b7760e2eb8de95a5c3e53df6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23558 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 - */ - - -// stdafx.cpp : source file that includes just the standard includes -// libzrtp_test_GUI.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/libs/libzrtp/test/win_ce/stdafx.h b/libs/libzrtp/test/win_ce/stdafx.h deleted file mode 100644 index e1c44d13fb..0000000000 --- a/libs/libzrtp/test/win_ce/stdafx.h +++ /dev/null @@ -1,61 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#pragma comment(linker, "/nodefaultlib:libc.lib") -#pragma comment(linker, "/nodefaultlib:libcd.lib") - -// NOTE - this value is not strongly correlated to the Windows CE OS version being targeted -#define WINVER _WIN32_WCE - -#include -#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) -#define SHELL_AYGSHELL -#endif - -#ifdef _CE_DCOM -#define _ATL_APARTMENT_THREADED -#endif - -#ifdef SHELL_AYGSHELL -#include -#pragma comment(lib, "aygshell.lib") -#endif // SHELL_AYGSHELL - - -// Windows Header Files: -#include - -// C RunTime Header Files -#include -#include -#include -#include - -#if defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) -#ifndef _DEVICE_RESOLUTION_AWARE -#define _DEVICE_RESOLUTION_AWARE -#endif -#endif - -#ifdef _DEVICE_RESOLUTION_AWARE -#include "DeviceResolutionAware.h" -#endif - -#if _WIN32_WCE < 0x500 && ( defined(WIN32_PLATFORM_PSPC) || defined(WIN32_PLATFORM_WFSP) ) - #pragma comment(lib, "ccrtrtti.lib") - #ifdef _X86_ - #if defined(_DEBUG) - #pragma comment(lib, "libcmtx86d.lib") - #else - #pragma comment(lib, "libcmtx86.lib") - #endif - #endif -#endif - -#include - -// TODO: reference additional headers your program requires here