Skip to content

Commit

Permalink
Global Readiness Manifest file GeoPol.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeDRowan committed Apr 13, 2022
1 parent 727eaa8 commit 1e2cb03
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions GeoPol.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- List of Include Files and folders and exception lists for this repo for GeoPolitical scanning. Contact Joerow for detail. -->
<!-- Consult Global Readiness Notebook @ aka.ms/HLSGeoPol for further details -->
<!-- This file is consumed by scripts in the 'health-localization' repo under the LocBuild\GeoPolitical folder(s) -->
<!DOCTYPE varsdefined [
<!ENTITY GitReposFolder "C:\GITs\Repos">
<!ENTITY GitRepoName "fhir-converter">
]>

<GeoPol_Folders>
<!-- List of Folders to include for GeoPolitical scanning -->
<GitRepoName>&GitRepoName;</GitRepoName>
<Component Include="List here folders to Include in a GeoPol Scan">
<!-- . means the entire repo -->
<!-- Use back slash \ to indicate folder path e.g. src\Test -->
<IncludeFolder>.</IncludeFolder>
</Component>
<Component Exclude="List exceptions here to not be scanned, that have been included above">
<!-- Use back slash \ to indicate folder path e.g. src\external\ -->
<ExcludeFolder>.gitignore</ExcludeFolder>
<ExcludeFolder>GeoPol.xml</ExcludeFolder>
<ExcludeFolder>test</ExcludeFolder>
<!-- 3rd Party Libraries section below -->
</Component>
</GeoPol_Folders>

0 comments on commit 1e2cb03

Please sign in to comment.