Coder Social home page Coder Social logo

nvda-microsoft-ui-uiautomation's Introduction

nvda-microsoft-ui-uiautomation

Creates NVDAs binary dependencies on the microsoft-ui-uiautomation library.

Builds the open source Microsoft-UI-UIAutomation Remote Operations library from https://github.com/microsoft/microsoft-ui-uiautomation.

This library contains both a low-level winrt API, and a higher-level pure C++ API. Once built, the following outputs are copied and committed to the main-out branch.

The outputs:

  • lib directory:
    • microsoft.ui.uiAutomation[.dll .lib .dll.manifest]: The shared libraries containing the low-level winrt implementation. To use in other code, link against the .lib, and load the included .manifest file into an activation context and activate it.
    • UiaOperationAbstraction.lib: A static library containing runtime code for the higher-level pure C++ API. This should be linked into any compiled executable or library that needs to use the higher-level C++ API.
  • include directory:
    • UIAOperationAbstraction directory: All public headers for the high-level C++ API.
    • winrt directory: The generated C++/winrt language bindings of the low-level API, required by the high-level C++ API headers.

Clone

Ensure submodules are cloned. The microsoft-ui-uiautomation repository is a submodule.

Generate outputs

Use powershell:

  • mkdir out Create an output directory.
  • ./build.ps1 -OutDir build Build the libraries.
  • ./copyFiles.ps1 -RepoRoot "./" -BuildDir "build" -DestDir "out" Generate complete structure.

Notes on generate.yml workflow

Directories:

  • source: tracks main
  • out: tracks main-out
  • build: binary output from building source
  • Headers are copied from source to out
  • Binaries are copied from build to out
  • Changes in out are added/commited to the main-out branch.

Notes about branches

Two branches are used to minimize the checkout cost when building NVDA. The main-out branch intentionally does not have any submodules, avoiding unnecessary cloning. This branch intended to contain only the files required to use the built MS-UI-UIA library. The main branch contains the submodule dependency.

nvda-microsoft-ui-uiautomation's People

Contributors

feerrenrut avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.